Class AdminNotificationForgotPasswordEventListener
java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
org.broadleafcommerce.admin.event.AdminNotificationForgotPasswordEventListener
- All Implemented Interfaces:
EventListener,org.broadleafcommerce.common.event.BroadleafApplicationListener<AdminForgotPasswordEvent>,org.springframework.context.ApplicationListener<AdminForgotPasswordEvent>
@Component("blAdminNotificationForgotPasswordEventListener")
public class AdminNotificationForgotPasswordEventListener
extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
- Author:
- Nick Crum ncrum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected AdminUserDaoprotected final org.apache.commons.logging.Logprotected org.broadleafcommerce.common.notification.service.NotificationDispatcherprotected static final Stringprotected static final StringFields inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
currencyService, localeService, siteService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(AdminForgotPasswordEvent event, AdminUser adminUser) protected voidbooleanMethods inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEvent
-
Field Details
-
TOKEN_CONTEXT_KEY
- See Also:
-
RESET_PASSWORD_URL_CONTEXT_KEY
- See Also:
-
ADMIN_USER_CONTEXT_KEY
- See Also:
-
LOG
protected final org.apache.commons.logging.Log LOG -
adminUserDao
-
notificationDispatcher
@Autowired @Qualifier("blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
-
-
Constructor Details
-
AdminNotificationForgotPasswordEventListener
public AdminNotificationForgotPasswordEventListener()
-
-
Method Details
-
handleApplicationEvent
- Specified by:
handleApplicationEventin classorg.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
-
createContext
-
isAsynchronous
public boolean isAsynchronous()
-