Class NotificationRegisterCustomerEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<RegisterCustomerEvent>
org.broadleafcommerce.profile.core.event.NotificationRegisterCustomerEventListener
All Implemented Interfaces:
EventListener, org.broadleafcommerce.common.event.BroadleafApplicationListener<RegisterCustomerEvent>, org.springframework.context.ApplicationListener<RegisterCustomerEvent>

@Component("blNotificationRegisterCustomerEventListener") public class NotificationRegisterCustomerEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<RegisterCustomerEvent>
Author:
Nick Crum ncrum
  • Field Details

    • CUSTOMER_CONTEXT_KEY

      protected static final String CUSTOMER_CONTEXT_KEY
      See Also:
    • LOG

      protected final org.apache.commons.logging.Log LOG
    • customerService

      @Autowired @Qualifier("blCustomerService") protected CustomerService customerService
    • notificationDispatcher

      @Autowired @Qualifier("blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
  • Constructor Details

    • NotificationRegisterCustomerEventListener

      public NotificationRegisterCustomerEventListener()
  • Method Details