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 EmailServiceprotected final org.apache.commons.logging.Log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(Class<? extends Notification> clazz) voidsendNotification(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:
canHandlein interfaceNotificationService
-
sendNotification
- Specified by:
sendNotificationin interfaceNotificationService
-