Class OrderApprovalRejectionEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<OrderApprovalRejectionEvent>
-
- de.hybris.platform.b2bacceleratoraddon.event.OrderApprovalRejectionEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<OrderApprovalRejectionEvent>
public class OrderApprovalRejectionEventListener extends AbstractEventListener<OrderApprovalRejectionEvent>
-
-
Constructor Summary
Constructors Constructor Description OrderApprovalRejectionEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected voidonEvent(OrderApprovalRejectionEvent orderApprovalRejectionEvent)This 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
-
-
-
-
Method Detail
-
getBusinessProcessService
protected BusinessProcessService getBusinessProcessService()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
onEvent
protected void onEvent(OrderApprovalRejectionEvent orderApprovalRejectionEvent)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<OrderApprovalRejectionEvent>- Parameters:
orderApprovalRejectionEvent- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
-