Package com.skava.accounts.service.impl
Class DeleteAttributeServiceImpl
java.lang.Object
com.skava.accounts.service.impl.DeleteAttributeServiceImpl
- All Implemented Interfaces:
DeleteAttributeService
,com.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
Class DeleteAttributeServiceImpl
provides the implementation for the CreateAttributeApicall.
- 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
-
DeleteAttributeServiceImpl
public DeleteAttributeServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
-
process
@SendEvent(eventType="accountservice/attribute/delete", identifier="request_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.
-