Package com.skava.accounts.service.impl
Class UpdateCollectionServiceImpl
java.lang.Object
com.skava.accounts.service.impl.UpdateCollectionServiceImpl
- All Implemented Interfaces:
UpdateCollectionService
,com.skava.core.EcommService<CollectionRequestInternal,
Collections>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class UpdateCollectionServiceImpl
extends Object
implements UpdateCollectionService
The Class UpdateCollectionServiceImpl is used to update
a collection based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
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="accountservice/collection/update", identifier="request_collectionId") public Collections 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,
Collections> - Parameters:
request
- It contains the attributes required for the update all field in Collection.- Returns:
- It returns the
Collections
.
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionRequestInternal,
Collections>
-