Class CreateReturnEventListener

  • All Implemented Interfaces:
    java.util.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 Detail

      • CreateReturnEventListener

        public CreateReturnEventListener()
    • Method Detail

      • 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 java.util.Set<SiteChannel> getSupportedSiteChannels()
        Returns:
        the set of supported site channels
      • setSupportedSiteChannels

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