Class FindAllCollectionServiceImpl
java.lang.Object
com.skava.address.collection.service.impl.FindAllCollectionServiceImpl
- All Implemented Interfaces:
FindAllCollectionService
,com.skava.core.EcommService<CollectionDataRequest,
CollectionsResponse>
@Service
public class FindAllCollectionServiceImpl
extends Object
implements FindAllCollectionService
This class contains the functionality to load all collection from database.
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionDataRequest collectionDataRequest) 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
-
FindAllCollectionServiceImpl
public FindAllCollectionServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionsResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionsResponse>
-