Class QuoteSellerApprovalSubmitEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<QuoteSellerApprovalSubmitEvent>
de.hybris.platform.yacceleratorcore.event.QuoteSellerApprovalSubmitEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<QuoteSellerApprovalSubmitEvent>
public class QuoteSellerApprovalSubmitEventListener
extends AbstractEventListener<QuoteSellerApprovalSubmitEvent>
Event listener that listens to
QuoteSellerApprovalSubmitEvent which is used to trigger seller approval
process.-
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
-
QuoteSellerApprovalSubmitEventListener
public QuoteSellerApprovalSubmitEventListener()
-
-
Method Details
-
onEvent
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<QuoteSellerApprovalSubmitEvent>- Parameters:
event- the event to be processed- See Also:
-
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getModelService
-
setModelService
-
getBusinessProcessService
-
setBusinessProcessService
-