@Component(value="blNotificationRegisterCustomerEventListener") public class NotificationRegisterCustomerEventListener extends AbstractBroadleafApplicationEventListener<RegisterCustomerEvent>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CUSTOMER_CONTEXT_KEY |
protected CustomerService |
customerService |
protected org.apache.commons.logging.Log |
LOG |
protected NotificationDispatcher |
notificationDispatcher |
currencyService, localeService, siteService| Constructor and Description |
|---|
NotificationRegisterCustomerEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createContext(Customer customer,
RegisterCustomerEvent event) |
protected void |
handleApplicationEvent(RegisterCustomerEvent event) |
boolean |
isAsynchronous() |
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEventprotected static final String CUSTOMER_CONTEXT_KEY
protected final org.apache.commons.logging.Log LOG
@Autowired @Qualifier(value="blCustomerService") protected CustomerService customerService
@Autowired @Qualifier(value="blNotificationDispatcher") protected NotificationDispatcher notificationDispatcher
public NotificationRegisterCustomerEventListener()
protected void handleApplicationEvent(RegisterCustomerEvent event)
handleApplicationEvent in class AbstractBroadleafApplicationEventListener<RegisterCustomerEvent>protected Map<String,Object> createContext(Customer customer, RegisterCustomerEvent event)
public boolean isAsynchronous()
Copyright © 2023. All rights reserved.