Class SapCpiQuoteOrderPlacedEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<SapCpiQuoteOrderPlacedEvent>
-
- com.sap.hybris.sapquoteintegration.events.SapCpiQuoteOrderPlacedEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<SapCpiQuoteOrderPlacedEvent>
public class SapCpiQuoteOrderPlacedEventListener extends AbstractEventListener<SapCpiQuoteOrderPlacedEvent>
-
-
Constructor Summary
Constructors Constructor Description SapCpiQuoteOrderPlacedEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessProcessServicegetBusinessProcessService()protected CommerceQuoteServicegetCommerceQuoteService()protected ModelServicegetModelService()protected voidonEvent(SapCpiQuoteOrderPlacedEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetCommerceQuoteService(CommerceQuoteService commerceQuoteService)voidsetModelService(ModelService modelService)-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(SapCpiQuoteOrderPlacedEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<SapCpiQuoteOrderPlacedEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getCommerceQuoteService
protected CommerceQuoteService getCommerceQuoteService()
-
setCommerceQuoteService
public void setCommerceQuoteService(CommerceQuoteService commerceQuoteService)
-
getBusinessProcessService
public BusinessProcessService getBusinessProcessService()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
-