Class PatchUpdateAppConfigurationServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.PatchUpdateAppConfigurationServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<UpdateAppConfigurationRequestInternal,
,SaveAppConfigResponse> PatchUpdateAppConfigurationService
@Service
public class PatchUpdateAppConfigurationServiceImpl
extends Object
implements PatchUpdateAppConfigurationService
-
Constructor Summary
ConstructorsConstructorDescriptionPatchUpdateAppConfigurationServiceImpl
(AppConfigProcess appConfigProcess, UpdateAppConfigurationValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(UpdateAppConfigurationRequestInternal appConfigRequestInternal) 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
-
PatchUpdateAppConfigurationServiceImpl
@Autowired public PatchUpdateAppConfigurationServiceImpl(AppConfigProcess appConfigProcess, UpdateAppConfigurationValidator validator)
-
-
Method Details
-
process
@SendEvent(eventType="appmarketplaceservices/patchupdateappconfig/update", identifier="request_appId") public SaveAppConfigResponse process(UpdateAppConfigurationRequestInternal appConfigRequestInternal) - Specified by:
process
in interfacecom.skava.core.EcommService<UpdateAppConfigurationRequestInternal,
SaveAppConfigResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<UpdateAppConfigurationRequestInternal,
SaveAppConfigResponse>
-