Package com.skava.accounts.service.impl
Class PatchUpdateAttributesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.PatchUpdateAttributesServiceImpl
- All Implemented Interfaces:
PatchUpdateAttributeService
,com.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
@Service
public class PatchUpdateAttributesServiceImpl
extends Object
implements PatchUpdateAttributeService
The Class PatchUpdateAttributesServiceImpl is used to update an
account type based on the provided information.
- Since:
- May 2020
- Version:
- 8.9.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AttributeRequestInternal request) This method is used to create Attribute based on given Attribute request object.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
-
PatchUpdateAttributesServiceImpl
public PatchUpdateAttributesServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
-
process
@SendEvent(eventType="accountservice/attribute/patch", identifier="response_attribute.identifier") public AttributeAPIResponse process(AttributeRequestInternal request) This method is used to create Attribute based on given Attribute request object.- Specified by:
process
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse> - Parameters:
request
- object of typeAttributeRequestInternal
It contains the fields required for the creation of Attribute.- Returns:
- It returns the object of type
AttributeAPIResponse
which consists of the created attribute.
-