Class UpdateAppServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.UpdateAppServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdateAppRequestInternal,
,App> UpdateAppService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(UpdateAppRequestInternal request) Methods 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
-
Constructor Details
-
UpdateAppServiceImpl
public UpdateAppServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<UpdateAppRequestInternal,
App>
-
process
@SendEvent(eventType="appmarketplaceservices/updateapp/put", identifier="request_appId") public App process(UpdateAppRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<UpdateAppRequestInternal,
App>
-