Package com.skava.catalog.service.impl
Class FindAllAttributeServiceImpl
java.lang.Object
com.skava.catalog.service.impl.FindAllAttributeServiceImpl
- All Implemented Interfaces:
FindAllAttributeService
,com.skava.core.EcommService<AttributeRequestInternal,
AttributesAPIResponse>
The Class FindAllAttributeServiceImpl
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(AttributeRequestInternal request) This method is used to load all Attribute based on given Attribute.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
-
FindAllAttributeServiceImpl
public FindAllAttributeServiceImpl()
-
-
Method Details
-
process
This method is used to load all Attribute based on given Attribute.- Specified by:
process
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributesAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Attribute.- Returns:
- It returns the
AttributesResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AttributeRequestInternal,
AttributesAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-