Class ForgottenPasswordEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<T>
de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener<ForgottenPwdEvent>
de.hybris.platform.yacceleratorcore.event.ForgottenPasswordEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<ForgottenPwdEvent>
public class ForgottenPasswordEventListener
extends AbstractAcceleratorSiteEventListener<ForgottenPwdEvent>
Listener for "forgotten password" functionality event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessProcessServiceprotected ModelServiceprotected SiteChannelprotected voidonSiteEvent(ForgottenPwdEvent event) 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
-
ForgottenPasswordEventListener
public ForgottenPasswordEventListener()
-
-
Method Details
-
getBusinessProcessService
-
setBusinessProcessService
-
getModelService
- Returns:
- the modelService
-
setModelService
- Parameters:
modelService- the modelService to set
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<ForgottenPwdEvent>
-
getSiteChannelForEvent
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<ForgottenPwdEvent>
-