Class QuoteBuyerSubmitEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<QuoteBuyerSubmitEvent>
de.hybris.platform.yacceleratorcore.event.QuoteBuyerSubmitEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<QuoteBuyerSubmitEvent>
Event Listener for
QuoteBuyerSubmitEvent. This Event Listener starts the quote buyer business process.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected voidonEvent(QuoteBuyerSubmitEvent event) 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
-
Constructor Details
-
QuoteBuyerSubmitEventListener
public QuoteBuyerSubmitEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<QuoteBuyerSubmitEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
-
setModelService
-