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 Summary
FieldsModifier and TypeFieldDescriptionprotected EmailService
protected final org.apache.commons.logging.Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandle
(Class<? extends Notification> clazz) void
sendNotification
(Notification notification)
-
Field Details
-
LOG
protected final org.apache.commons.logging.Log LOG -
emailInfos
-
emailService
-
-
Constructor Details
-
DefaultEmailNotificationServiceImpl
public DefaultEmailNotificationServiceImpl()
-
-
Method Details
-
canHandle
- Specified by:
canHandle
in interfaceNotificationService
-
sendNotification
- Specified by:
sendNotification
in interfaceNotificationService
-