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