Package com.skava.accounts.service.impl
Class FindAllCollectionAttributesServiceImpl
java.lang.Object
com.skava.accounts.service.impl.FindAllCollectionAttributesServiceImpl
- All Implemented Interfaces:
FindAllCollectionAttributesService
,com.skava.core.EcommService<RequestInternal,
CollectionAttributesAPIResponse>
@Service
public class FindAllCollectionAttributesServiceImpl
extends Object
implements FindAllCollectionAttributesService
The Class FindAllCollectionAttributesServiceImpl is used for finding all the
collection attributes.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(RequestInternal request) This method is used to load all Settings based on given Settings.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
-
FindAllCollectionAttributesServiceImpl
public FindAllCollectionAttributesServiceImpl()
-
-
Method Details
-
process
This method is used to load all Settings based on given Settings.- Specified by:
process
in interfacecom.skava.core.EcommService<RequestInternal,
CollectionAttributesAPIResponse> - Parameters:
request
- It contains the attributes required for the load all Settings.- Returns:
- It returns the
CollectionAttributesAPIResponse
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<RequestInternal,
CollectionAttributesAPIResponse>
-