Class OrderConfirmationEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
-
- de.hybris.platform.commerceservices.event.AbstractSiteEventListener<T>
-
- de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<OrderPlacedEvent>
-
- de.hybris.platform.yacceleratorcore.event.OrderConfirmationEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<OrderPlacedEvent>
public class OrderConfirmationEventListener extends AbstractAcceleratorSiteEventListener<OrderPlacedEvent>
Listener for order confirmation events.
-
-
Constructor Summary
Constructors Constructor Description OrderConfirmationEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected SiteChannelgetSiteChannelForEvent(OrderPlacedEvent event)protected voidonSiteEvent(OrderPlacedEvent orderPlacedEvent)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()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
onSiteEvent
protected void onSiteEvent(OrderPlacedEvent orderPlacedEvent)
- Specified by:
onSiteEventin classAbstractSiteEventListener<OrderPlacedEvent>
-
getSiteChannelForEvent
protected SiteChannel getSiteChannelForEvent(OrderPlacedEvent event)
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<OrderPlacedEvent>
-
-