Package com.skava.accounts.service.impl
Class FindAttributeServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAttributeServiceImpl
- All Implemented Interfaces:
FindAttributeService
,com.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
The Class FindAttributeServiceImpl contains implementation to find an attribute by identifier.
- 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 load single Attribute based on given Attribute 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
-
FindAttributeServiceImpl
public FindAttributeServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse>
-
process
This method is used to load single Attribute based on given Attribute identifier.- Specified by:
process
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributeAPIResponse> - Parameters:
request
- It contains the attributes required for the load of Attribute.- Returns:
- It returns the
AttributeAPIResponse
.
-