Class AppUnInstallServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.AppUnInstallServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<AppUninstallRequestInternal,
,UninstallSuccessResponse> AppUnInstallService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AppUninstallRequestInternal appUninstallRequestInternal) 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
-
AppUnInstallServiceImpl
public AppUnInstallServiceImpl()
-
-
Method Details
-
getValidator
@ValidatorEvent(serviceName="appmarketplace", webhookName="appmarketplaceservices/validator/merchantdetails", actionType="patch") public List<com.skava.core.validation.ValidatorComponent> getValidator()- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AppUninstallRequestInternal,
UninstallSuccessResponse>
-
process
@SendEvent(eventType="appmarketplaceservices/apps/updateinstallation", identifier="request_appId") public UninstallSuccessResponse process(AppUninstallRequestInternal appUninstallRequestInternal) - Specified by:
process
in interfacecom.skava.core.EcommService<AppUninstallRequestInternal,
UninstallSuccessResponse>
-