Class PatchUpdateAppPriceServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.PatchUpdateAppPriceServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdateAppPricingRequestInternal,
,SaveAppPriceResponse> PatchUpdateAppPriceService
@Service
public class PatchUpdateAppPriceServiceImpl
extends Object
implements PatchUpdateAppPriceService
- Author:
- om.sharma
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
PatchUpdateAppPriceServiceImpl
-
-
Method Details
-
process
@SendEvent(eventType="appmarketplaceservices/patchupdateapppricing/patch", identifier="request_UpdateAppPricingRequest.appId") public SaveAppPriceResponse process(UpdateAppPricingRequestInternal input) - Specified by:
process
in interfacecom.skava.core.EcommService<UpdateAppPricingRequestInternal,
SaveAppPriceResponse>
-