Class ReplenishmentOrderConfirmationEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<ReplenishmentOrderConfirmationEvent>
de.hybris.platform.b2bacceleratoraddon.event.ReplenishmentOrderConfirmationEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<ReplenishmentOrderConfirmationEvent>
public class ReplenishmentOrderConfirmationEventListener
extends AbstractEventListener<ReplenishmentOrderConfirmationEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected voidThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService) Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
ReplenishmentOrderConfirmationEventListener
public ReplenishmentOrderConfirmationEventListener()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
-
setModelService
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<ReplenishmentOrderConfirmationEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-