Package com.skava.accounts.service.impl
Class PutUpdateAccountPropertiesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.PutUpdateAccountPropertiesServiceImpl
- All Implemented Interfaces:
PutUpdateAccountPropertiesService
,com.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
@Service
public class PutUpdateAccountPropertiesServiceImpl
extends Object
implements PutUpdateAccountPropertiesService
Class PutUpdateAccountPropertiesServiceImpl
provides the implementation for the PutUpdateAccountPropertiesApiCall.
- Since:
- June 2020
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AccountPropertiesRequestInternal request) This method is used to Update single AccountProperties based on given AccountProperties identifier.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
-
PutUpdateAccountPropertiesServiceImpl
public PutUpdateAccountPropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="accountservice/accountproperties/update", identifier="response_accountProperty.id") public AccountPropertyAPIResponse process(AccountPropertiesRequestInternal request) This method is used to Update single AccountProperties based on given AccountProperties identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse> - Parameters:
request
- It contains the attributes required for Updating AccountProperties.- Returns:
- It returns the
AccountPropertyAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AccountPropertiesRequestInternal,
AccountPropertyAPIResponse>
-