Package com.broadleafcommerce.notification.service
package com.broadleafcommerce.notification.service
-
ClassDescriptionAllows methods to be added to mailsender, subclasses should call super on the interface to register the sender that performed the send with the con exampleNotificationHandler with the most common default settings.DefaultNotificationService<N extends Notification>Service to store and retrieve
Notification
data.Given a notification, determine the template name that should be used to build the message.MessageBuilder that logs the notification.MessageSender implementation that logs the Notification based on Log settings.Given inputs, construct a MessageBody that can be used on a NotificationA MessageSender is responsible for actually delivering a Notification.A NotificationHandler can be registered with the NotificationService to validate, prepare, and send a Notification.NotificationService<N extends Notification>Service to provide business logic / data access related toNotification
s.Given a notification, determine the template name that should be used to build the message.Builds a message using the data from the notification and the associated template