Package com.skava.catalog.service.impl
Class UpdateCollectionServiceImpl
java.lang.Object
com.skava.catalog.service.impl.UpdateCollectionServiceImpl
- All Implemented Interfaces:
UpdateCollectionService
,com.skava.core.EcommService<CollectionRequestInternal,
Collection>
The Class UpdateCollectionServiceImpl
- 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
(CollectionRequestInternal request) This method is used to update all field in Collection based on given Collection.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
-
UpdateCollectionServiceImpl
public UpdateCollectionServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="catalogservice/collection/update", identifier="response_id") public Collection process(CollectionRequestInternal request) This method is used to update all field in Collection based on given Collection.- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
Collection> - Parameters:
request
- It contains the attributes required for the update all field in Collection.- Returns:
- It returns the
CollectionResponse
.
-
getValidator
This method is used to validation the given request.- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
Collection> - Returns:
- It returns the
ValidatorComponent
.
-