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:
java.util.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 Constructor Description SendNotPickedUpConsignmentCanceledMessageEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected SiteChannelgetSiteChannelForEvent(SendNotPickedUpConsignmentCanceledMessageEvent event)protected voidonSiteEvent(SendNotPickedUpConsignmentCanceledMessageEvent sendNotPickedUpConsignmentCanceledMessageEvent)voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetModelService(ModelService modelService)-
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
-
-
-
-
Method Detail
-
getBusinessProcessService
protected BusinessProcessService getBusinessProcessService()
- Returns:
- the businessProcessService
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
- Parameters:
businessProcessService- the businessProcessService to set
-
getModelService
protected ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
onSiteEvent
protected void onSiteEvent(SendNotPickedUpConsignmentCanceledMessageEvent sendNotPickedUpConsignmentCanceledMessageEvent)
- Specified by:
onSiteEventin classAbstractSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
-
getSiteChannelForEvent
protected SiteChannel getSiteChannelForEvent(SendNotPickedUpConsignmentCanceledMessageEvent event)
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<SendNotPickedUpConsignmentCanceledMessageEvent>
-
-