Class Notification
java.lang.Object
org.broadleafcommerce.common.notification.service.type.Notification
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmailNotification,SMSNotification
- Author:
- Nick Crum ncrum
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotification(NotificationEventType notificationEventType, Map<String, Object> context) -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetContext(Map<String, Object> context) voidsetType(NotificationEventType notificationEventType)
-
Field Details
-
notificationType
-
context
-
-
Constructor Details
-
Notification
public Notification() -
Notification
-
-
Method Details
-
getContext
-
setContext
-
getType
-
setType
-