Class CouponRedemptionOrderCancelFinishedEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<CancelFinishedEvent>
de.hybris.platform.couponservices.order.eventlistener.CouponRedemptionOrderCancelFinishedEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<CancelFinishedEvent>

public class CouponRedemptionOrderCancelFinishedEventListener extends AbstractEventListener<CancelFinishedEvent>
  • Constructor Details

    • CouponRedemptionOrderCancelFinishedEventListener

      public CouponRedemptionOrderCancelFinishedEventListener()
  • Method Details

    • onEvent

      protected void onEvent(CancelFinishedEvent cancelFinishedEvent)
      Description copied from class: AbstractEventListener
      This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
      Specified by:
      onEvent in class AbstractEventListener<CancelFinishedEvent>
      Parameters:
      cancelFinishedEvent - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)
    • getCouponRedemptionDao

      protected CouponRedemptionDao getCouponRedemptionDao()
    • setCouponRedemptionDao

      public void setCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao)
    • getModelService

      protected ModelService getModelService()
    • setModelService

      public void setModelService(ModelService modelService)