Class FindCollectionServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.FindCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,,CollectionResponse> FindCollectionService
FIndCollectionServiceImpl
The Class FindCollectionServiceImpl provides the implementation for FIndCollectionService
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindCollectionServiceImpl(CollectionProcess collectionProcess, CollectionFactory collectionFactory, FindCollectionValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
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, waitMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindCollectionServiceImpl
@Autowired public FindCollectionServiceImpl(CollectionProcess collectionProcess, CollectionFactory collectionFactory, FindCollectionValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
getValidator
- Specified by:
getValidatorin interfacecom.skava.core.EcommService<CollectionDataRequest,CollectionResponse>
-
process
- Specified by:
processin interfacecom.skava.core.EcommService<CollectionDataRequest,CollectionResponse>
-