Class RegistrationEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<T>
de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<RegisterEvent>
de.hybris.platform.yacceleratorcore.event.RegistrationEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<RegisterEvent>
Listener for customer registration events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected SiteChannelprotected voidonSiteEvent(RegisterEvent registerEvent) voidsetBusinessProcessService(BusinessProcessService businessProcessService) voidsetModelService(ModelService modelService) Methods inherited from class de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener
getSiteChannelValidationStrategy, setSiteChannelValidationStrategy, shouldHandleEventMethods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
RegistrationEventListener
public RegistrationEventListener()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<RegisterEvent>
-
getSiteChannelForEvent
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<RegisterEvent>
-