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, wait
Methods 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:
getValidator
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionResponse>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionResponse>
-