Class UpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.UpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,
,CollectionPropertiesResponse> UpdateCollectionPropertyService
@Service
public class UpdateCollectionPropertiesServiceImpl
extends Object
implements UpdateCollectionPropertyService
CLass UpdateCollectionPropertiesServiceImpl
This class Contains a functionality to update collection properties
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCollectionPropertiesServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, UpdateCollectionPropertyValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionDataRequest request) 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
-
UpdateCollectionPropertiesServiceImpl
@Autowired public UpdateCollectionPropertiesServiceImpl(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, UpdateCollectionPropertyValidator validator)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertiesResponse> - Parameters:
request
- An instance ofCollectionDataRequest
.- Returns:
- An instance of
CollectionPropertiesResponse
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertiesResponse>
-