Class CreateAppServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.CreateAppServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CreateAppRequestInternal,
,App> CreateAppService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CreateAppRequestInternal 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
-
CreateAppServiceImpl
public CreateAppServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CreateAppRequestInternal,
App>
-
process
@SendEvent(eventType="appmarketplaceservices/createapp/create", identifier="request_createAppRequest.businessId") public App process(CreateAppRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<CreateAppRequestInternal,
App>
-