Class UpdateAppInstallationServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.UpdateAppInstallationServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdateAppInstallationRequestInternal,
,UpdateAppInstallationResponse> UpdateAppInstallationService
@Service
public class UpdateAppInstallationServiceImpl
extends Object
implements UpdateAppInstallationService
-
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
-
UpdateAppInstallationServiceImpl
public UpdateAppInstallationServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="appmarketplaceservices/createmerchantappinstall/update", identifier="request_appId") public UpdateAppInstallationResponse process(UpdateAppInstallationRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<UpdateAppInstallationRequestInternal,
UpdateAppInstallationResponse>
-