Class EmailNotification
java.lang.Object
org.broadleafcommerce.common.notification.service.type.Notification
org.broadleafcommerce.common.notification.service.type.EmailNotification
- All Implemented Interfaces:
Serializable
- Author:
- Nick Crum ncrum
- See Also:
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.notification.service.type.Notification
context, notificationType -
Constructor Summary
ConstructorsConstructorDescriptionEmailNotification(String emailAddress, NotificationEventType notificationEventType, Map<String, Object> context) EmailNotification(NotificationEventType notificationEventType, Map<String, Object> context) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttachments(List<Attachment> attachments) voidsetEmailAddress(String emailAddress) Methods inherited from class org.broadleafcommerce.common.notification.service.type.Notification
getContext, getType, setContext, setType
-
Field Details
-
emailAddress
-
attachments
-
-
Constructor Details
-
EmailNotification
public EmailNotification() -
EmailNotification
-
EmailNotification
public EmailNotification(String emailAddress, NotificationEventType notificationEventType, Map<String, Object> context)
-
-
Method Details
-
getEmailAddress
-
setEmailAddress
-
getAttachments
-
setAttachments
-