Package com.skava.loyalty.service.impl
Class PatchUpdateCollectionPropertiesServiceImpl
java.lang.Object
com.skava.loyalty.process.CollectionPropertyUpdateProcess
com.skava.loyalty.service.impl.PatchUpdateCollectionPropertiesServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequestInternal,
,CollectionPropertiesAPIResponse> PatchUpdateCollectionPropertyService
@Service
public class PatchUpdateCollectionPropertiesServiceImpl
extends CollectionPropertyUpdateProcess
implements PatchUpdateCollectionPropertyService
This class Contains a functionality to patchupdate collection properties
- Since:
- 8.5
- Version:
- 8.5
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
This method is used to validation the given request.process
(CollectionPropertyRequestInternal request) Functionality to update a collection propertiesMethods inherited from class com.skava.loyalty.process.CollectionPropertyUpdateProcess
getAndCheckDuplicatePropKeys, getDBData, mergedList, updateProcess
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
public PatchUpdateCollectionPropertiesServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="loyaltyservice/collectionproperty/patchupdate", identifier="request_collectionId") public CollectionPropertiesAPIResponse process(CollectionPropertyRequestInternal request) Functionality to update a collection properties- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionPropertiesAPIResponse> - Parameters:
request
- An instance ofCollectionPropertyRequestInternal
- Returns:
- An instance of
CollectionPropertiesAPIResponse
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionPropertiesAPIResponse> - Returns:
- It returns the
ValidatorComponent
.
-