Package com.skava.accounts.service.impl
Class UpdatePropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdatePropertiesServiceImpl
- All Implemented Interfaces:
UpdatePropertiesService
,com.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse>
The Class UpdatePropertiesServiceImpl is used to update
properties based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheClearPropertiesAttributes
(PropertiesEntity propertiesEntity) This method is used to clear cache for properties entity.List<com.skava.core.validation.ValidatorComponent>
process
(PropertiesRequestInternal request) This method is used to update all field in Properties based on given Properties.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
-
UpdatePropertiesServiceImpl
public UpdatePropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/properties/patch", identifier="response_properties.id") public PropertyAPIResponse process(PropertiesRequestInternal request) This method is used to update all field in Properties based on given Properties.- Specified by:
process
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse> - Parameters:
request
- It contains the attributes required for the update all field in Properties.- Returns:
- It returns the
PropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
PropertyAPIResponse>
-
cacheClearPropertiesAttributes
This method is used to clear cache for properties entity.- Parameters:
propertiesEntity
-
-