Class PickupConfirmationEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
de.hybris.platform.b2ctelcofulfillmentprocess.listeners.PickupConfirmationEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
public class PickupConfirmationEventListener
extends de.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
Listener for pickup confirmation events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.processengine.BusinessProcessServiceprotected voidonEvent(de.hybris.platform.orderprocessing.events.PickupConfirmationEvent pickupConfirmationEvent) voidsetBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
PickupConfirmationEventListener
public PickupConfirmationEventListener()
-
-
Method Details
-
getBusinessProcessService
protected de.hybris.platform.processengine.BusinessProcessService getBusinessProcessService() -
setBusinessProcessService
public void setBusinessProcessService(de.hybris.platform.processengine.BusinessProcessService businessProcessService) -
onEvent
protected void onEvent(de.hybris.platform.orderprocessing.events.PickupConfirmationEvent pickupConfirmationEvent) - Specified by:
onEventin classde.hybris.platform.servicelayer.event.impl.AbstractEventListener<de.hybris.platform.orderprocessing.events.PickupConfirmationEvent>
-