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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CouponRedemptionDaoprotected ModelServiceprotected voidonEvent(CancelFinishedEvent cancelFinishedEvent) This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetCouponRedemptionDao(CouponRedemptionDao couponRedemptionDao) voidsetModelService(ModelService modelService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
CouponRedemptionOrderCancelFinishedEventListener
public CouponRedemptionOrderCancelFinishedEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<CancelFinishedEvent>- Parameters:
cancelFinishedEvent- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getCouponRedemptionDao
-
setCouponRedemptionDao
-
getModelService
-
setModelService
-