Package org.silverpeas.core.notification.user.builder
Provides the builders that are responsible to build a user notification. Such builders are to
be extended by the client code to customize the build of the notification according to the
specific rules of a Silverpeas component or a notification context.
-
Interface Summary Interface Description UserNotificationBuilder A builder of a user notification. -
Class Summary Class Description AbstractContributionTemplateUserNotificationBuilder<C extends Contribution> Centralization of common behavior around the contribution implementations.AbstractResourceUserNotificationBuilder<T> AbstractTemplateUserNotificationBuilder<T> AbstractTemplateUserNotificationBuilder.NotificationTemporal Handles the date formats into notification building context.AbstractUserNotificationBuilder Abstract implementation of theUserNotificationBuilder
in which common code to build a user notification is already defined.