Class SubmitOrderToCancelEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<T>
de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<SubmitOrderToCancelEvent>
de.hybris.platform.travelservices.event.listener.SubmitOrderToCancelEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<SubmitOrderToCancelEvent>

public class SubmitOrderToCancelEventListener extends de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<SubmitOrderToCancelEvent>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.store.services.BaseStoreService
    Gets base store service.
    protected de.hybris.platform.processengine.BusinessProcessService
    Gets business process service.
    protected de.hybris.platform.servicelayer.model.ModelService
    Gets model service.
    protected SiteChannel
     
    protected void
     
    void
    setBaseStoreService(de.hybris.platform.store.services.BaseStoreService baseStoreService)
    Sets base store service.
    void
    setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
    Sets business process service.
    void
    setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
    Sets model service.

    Methods inherited from class de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener

    getSiteChannelValidationStrategy, setSiteChannelValidationStrategy, shouldHandleEvent

    Methods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener

    onEvent

    Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener

    afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubmitOrderToCancelEventListener

      public SubmitOrderToCancelEventListener()
  • Method Details

    • onSiteEvent

      protected void onSiteEvent(SubmitOrderToCancelEvent event)
      Specified by:
      onSiteEvent in class de.hybris.platform.commerceservices.event.AbstractSiteEventListener<SubmitOrderToCancelEvent>
    • getSiteChannelForEvent

      protected SiteChannel getSiteChannelForEvent(SubmitOrderToCancelEvent event)
      Specified by:
      getSiteChannelForEvent in class de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<SubmitOrderToCancelEvent>
    • getBusinessProcessService

      protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService()
      Gets business process service.
      Returns:
      the business process service
    • setBusinessProcessService

      public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService)
      Sets business process service.
      Parameters:
      businessProcessService - the business process service
    • getBaseStoreService

      protected de.hybris.platform.store.services.BaseStoreService getBaseStoreService()
      Gets base store service.
      Returns:
      the base store service
    • setBaseStoreService

      public void setBaseStoreService(de.hybris.platform.store.services.BaseStoreService baseStoreService)
      Sets base store service.
      Parameters:
      baseStoreService - the base store service
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()
      Gets model service.
      Returns:
      the model service
    • setModelService

      public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
      Sets model service.
      Parameters:
      modelService - the model service