Class CreateReturnEventListener

All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<CreateReturnEvent>

public class CreateReturnEventListener extends AbstractSiteEventListener<CreateReturnEvent>
Listener for order submits.
  • Constructor Details

    • CreateReturnEventListener

      public CreateReturnEventListener()
  • Method Details

    • onSiteEvent

      protected void onSiteEvent(CreateReturnEvent event)
      Specified by:
      onSiteEvent in class AbstractSiteEventListener<CreateReturnEvent>
    • shouldHandleEvent

      protected boolean shouldHandleEvent(CreateReturnEvent event)
      Specified by:
      shouldHandleEvent in class AbstractSiteEventListener<CreateReturnEvent>
    • getBusinessProcessService

      protected BusinessProcessService getBusinessProcessService()
      Returns:
      the businessProcessService
    • setBusinessProcessService

      public void setBusinessProcessService(BusinessProcessService businessProcessService)
      Parameters:
      businessProcessService - the businessProcessService to set
    • getBaseStoreService

      protected BaseStoreService getBaseStoreService()
      Returns:
      the baseStoreService
    • setBaseStoreService

      public void setBaseStoreService(BaseStoreService baseStoreService)
      Parameters:
      baseStoreService - the baseStoreService to set
    • getModelService

      protected ModelService getModelService()
      Returns:
      the modelService
    • setModelService

      public void setModelService(ModelService modelService)
      Parameters:
      modelService - the modelService to set
    • getSupportedSiteChannels

      protected Set<SiteChannel> getSupportedSiteChannels()
      Returns:
      the set of supported site channels
    • setSupportedSiteChannels

      public void setSupportedSiteChannels(Set<SiteChannel> supportedSiteChannels)
      Parameters:
      supportedSiteChannels - the supported site channels to set