Class SendNotPickedUpConsignmentCanceledMessageEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<T>
de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
de.hybris.platform.yacceleratorcore.event.SendNotPickedUpConsignmentCanceledMessageEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SendNotPickedUpConsignmentCanceledMessageEvent>
public class SendNotPickedUpConsignmentCanceledMessageEventListener
extends AbstractAcceleratorSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
Listener for SendNotPickedUpConsignmentMessageEvent events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected SiteChannelprotected voidonSiteEvent(SendNotPickedUpConsignmentCanceledMessageEvent sendNotPickedUpConsignmentCanceledMessageEvent) voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService) Methods inherited from class de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener
getSiteChannelValidationStrategy, setSiteChannelValidationStrategy, shouldHandleEventMethods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
SendNotPickedUpConsignmentCanceledMessageEventListener
public SendNotPickedUpConsignmentCanceledMessageEventListener()
-
-
Method Details
-
getBusinessProcessService
- Returns:
- the businessProcessService
-
setBusinessProcessService
- Parameters:
businessProcessService- the businessProcessService to set
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-
onSiteEvent
protected void onSiteEvent(SendNotPickedUpConsignmentCanceledMessageEvent sendNotPickedUpConsignmentCanceledMessageEvent) - Specified by:
onSiteEventin classAbstractSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
-
getSiteChannelForEvent
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
-