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:
java.util.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 Constructor Description ForgottenPasswordEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BusinessProcessServicegetBusinessProcessService()protected ModelServicegetModelService()protected SiteChannelgetSiteChannelForEvent(ForgottenPwdEvent event)protected voidonSiteEvent(ForgottenPwdEvent event)voidsetBusinessProcessService(BusinessProcessService businessProcessService)voidsetModelService(ModelService modelService)-
Methods inherited from class de.hybris.platform.acceleratorservices.site.AbstractAcceleratorSiteEventListener
getSiteChannelValidationStrategy, setSiteChannelValidationStrategy, shouldHandleEvent
-
Methods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEvent
-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
getBusinessProcessService
protected BusinessProcessService getBusinessProcessService()
-
setBusinessProcessService
public void setBusinessProcessService(BusinessProcessService businessProcessService)
-
getModelService
protected ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
onSiteEvent
protected void onSiteEvent(ForgottenPwdEvent event)
- Specified by:
onSiteEventin classAbstractSiteEventListener<ForgottenPwdEvent>
-
getSiteChannelForEvent
protected SiteChannel getSiteChannelForEvent(ForgottenPwdEvent event)
- Specified by:
getSiteChannelForEventin classAbstractAcceleratorSiteEventListener<ForgottenPwdEvent>
-
-