Class UpdateCollectionServiceImpl

java.lang.Object
com.skava.catalog.service.impl.UpdateCollectionServiceImpl
All Implemented Interfaces:
UpdateCollectionService, com.skava.core.EcommService<CollectionRequestInternal,Collection>

@Service public class UpdateCollectionServiceImpl extends Object implements UpdateCollectionService
The Class UpdateCollectionServiceImpl
Author:
Infosys Equinox
  • 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 interface com.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

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      This method is used to validation the given request.
      Specified by:
      getValidator in interface com.skava.core.EcommService<CollectionRequestInternal,Collection>
      Returns:
      It returns the ValidatorComponent.