Class CreateCollectionServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.CreateCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,,CollectionResponse> CreateCollectionService
Class CreateCollectionServiceImpl
This Class holds the implemantation of the CreateCollectionService
- Since:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionCreateCollectionServiceImpl(CollectionProcess collectionProcess, CollectionFactory collectionFactory, CollectionPropertyFactory collectionPropertyFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, 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
-
CreateCollectionServiceImpl
@Autowired public CreateCollectionServiceImpl(CollectionProcess collectionProcess, CollectionFactory collectionFactory, CollectionPropertyFactory collectionPropertyFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, 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>
-