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:
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected SiteChannelprotected voidonSiteEvent(OrderPlacedEvent orderPlacedEvent) 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
-
OrderConfirmationEventListener
public OrderConfirmationEventListener()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
-
setModelService
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<OrderPlacedEvent>
-
getSiteChannelForEvent
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<OrderPlacedEvent>
-