Class PatchUpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.ratingandreviews.collection.service.impl.PatchUpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionDataRequest,
,CollectionPropertiesResponse> PatchUpdateCollectionPropertyService
@Service
public class PatchUpdateCollectionPropertiesServiceImpl
extends Object
implements PatchUpdateCollectionPropertyService
class PatchUpdateCollectionPropertiesServiceImpl
This class Contains a functionality to update collection properties
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionPatchUpdateCollectionPropertiesServiceImpl
(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, PatchUpdateCollectionPropertyValidator 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
-
PatchUpdateCollectionPropertiesServiceImpl
@Autowired public PatchUpdateCollectionPropertiesServiceImpl(CollectionPropertyFactory collectionPropertyFactory, CollectionPropertyProcess collectionPropertyProcess, CollectionAttributeProcess collectionAttributeProcess, PatchUpdateCollectionPropertyValidator validator)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertiesResponse>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionDataRequest,
CollectionPropertiesResponse>
-