Class DefaultEmailNotificationServiceImpl

java.lang.Object
org.broadleafcommerce.common.notification.service.DefaultEmailNotificationServiceImpl
All Implemented Interfaces:
NotificationService

@Service("blEmailNotificationService") public class DefaultEmailNotificationServiceImpl extends Object implements NotificationService
Author:
Nick Crum ncrum
  • Field Details

    • LOG

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

      @Autowired(required=false) protected List<EmailInfo> emailInfos
    • emailService

      @Autowired @Qualifier("blEmailService") protected EmailService emailService
  • Constructor Details

    • DefaultEmailNotificationServiceImpl

      public DefaultEmailNotificationServiceImpl()
  • Method Details