Class CreateAppPricingServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.CreateAppPricingServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CreateAppPricingRequestInternal,
,SaveAppPriceResponse> CreateAppPricingService
-
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
-
CreateAppPricingServiceImpl
public CreateAppPricingServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="appmarketplaceservices/createapppricing/create", identifier="request_metaDataAppPriceRequest.appId") public SaveAppPriceResponse process(CreateAppPricingRequestInternal input) - Specified by:
process
in interfacecom.skava.core.EcommService<CreateAppPricingRequestInternal,
SaveAppPriceResponse>
-