Package com.skava.accounts.service.impl
Class PutUpdatePropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.PutUpdatePropertiesServiceImpl
- All Implemented Interfaces:
PutUpdatePropertiesService
,com.skava.core.EcommService<PropertiesRequestInternal,
CollectionPropertyResponse>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class PutUpdatePropertiesServiceImpl
extends Object
implements PutUpdatePropertiesService
The Class PutUpdatePropertiesServiceImpl is used to update
properties based on the provided information..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(PropertiesRequestInternal request) This method is used to update required 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
-
PutUpdatePropertiesServiceImpl
public PutUpdatePropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/properties/update", identifier="request_properties.id") public CollectionPropertyResponse process(PropertiesRequestInternal request) This method is used to update required field in Properties based on given Properties.- Specified by:
process
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
CollectionPropertyResponse> - Parameters:
request
- It contains the attributes required for the update required field in Properties.- Returns:
- It returns a list of
Properties
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PropertiesRequestInternal,
CollectionPropertyResponse>
-