Class FindCollectionAttributeServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.FindCollectionAttributeServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,
,CollectionPropertyResponse> FindCollectionAttributeService
@Service
public class FindCollectionAttributeServiceImpl
extends Object
implements FindCollectionAttributeService
Class FindcollectAttributeServiceIMpl
This class contains the load collection properties
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionFindCollectionAttributeServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, FindAllCollectionPropertyValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
method getValidatorprocess
(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
-
FindCollectionAttributeServiceImpl
@Autowired public FindCollectionAttributeServiceImpl(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, FindAllCollectionPropertyValidator validator, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertyResponse>
-
getValidator
method getValidator
Functionality to get the validator instance
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertyResponse> - Returns:
- list returns the validatorcomponent in the form of list.
-