@Component(value="blAdminNotificationForgotUsernameEventListener") public class AdminNotificationForgotUsernameEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotUsernameEvent>
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE_USERNAMES_CONTEXT_KEY |
protected org.apache.commons.logging.Log |
LOG |
protected org.broadleafcommerce.common.notification.service.NotificationDispatcher |
notificationDispatcher |
| Constructor and Description |
|---|
AdminNotificationForgotUsernameEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createContext(AdminForgotUsernameEvent event) |
protected void |
handleApplicationEvent(AdminForgotUsernameEvent event) |
boolean |
isAsynchronous() |
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEventpublic static final String ACTIVE_USERNAMES_CONTEXT_KEY
protected final org.apache.commons.logging.Log LOG
@Autowired @Qualifier(value="blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
public AdminNotificationForgotUsernameEventListener()
protected void handleApplicationEvent(AdminForgotUsernameEvent event)
handleApplicationEvent in class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotUsernameEvent>protected Map<String,Object> createContext(AdminForgotUsernameEvent event)
public boolean isAsynchronous()
Copyright © 2022. All rights reserved.