Class UpdateCollectionServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.UpdateCollectionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,,CollectionResponse> UpdateCollectionService
updatedCollectionServiceImpl
Class UpdateCollectionServiceImpl provides the implementation for the UpdateCollectionService
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCollectionServiceImpl(CollectionProcess collectionProcess, CollectionPropertyFactory collectionPropertyFactory, CollectionFactory collectionFactory, 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
-
UpdateCollectionServiceImpl
@Autowired public UpdateCollectionServiceImpl(CollectionProcess collectionProcess, CollectionPropertyFactory collectionPropertyFactory, CollectionFactory collectionFactory, CreateCollectionValidator validator, CollectionAttributeProcess collectionAttributeProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)
-
-
Method Details
-
process
- Specified by:
processin interfacecom.skava.core.EcommService<CollectionDataRequest,CollectionResponse>
-
getValidator
- Specified by:
getValidatorin interfacecom.skava.core.EcommService<CollectionDataRequest,CollectionResponse>
-