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 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 interface com.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

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      Specified by:
      getValidator in interface com.skava.core.EcommService<CollectionRequestInternal,Collections>