Interface UserNotificationBuilder
-
- All Known Implementing Classes:
AbstractCalendarUserNotificationBuilder
,AbstractContributionTemplateUserNotificationBuilder
,AbstractInvitationUserNotification
,AbstractPdcSubscriptionUserNotification
,AbstractReplacementNotificationBuilder
,AbstractResourceUserNotificationBuilder
,AbstractTemplateUserNotificationBuilder
,AbstractUserNotificationBuilder
,AcceptationUserNotification
,AgendaUserNotification
,CalendarEventOccurrenceNotifyUserNotificationBuilder
,CommentUserNotification
,DefaultContributionReminderUserNotification
,FileSharingUserNotification
,NewInvitationUserNotification
,PdcResourceClassificationUserNotification
,PdcSubscriptionDeletionUserNotification
,PublicationDateReminderUserNotification
,ToIncumbentReplacementNotificationBuilder
,ToSubstituteReplacementNotificationBuilder
,UserNotificationBuilder
public interface UserNotificationBuilder
A builder of a user notification. This interface should be implemented by all more concrete builders dedicated to a specific notification. For example, a builder will implement this interface to build a notification about the creation of a contribution of a given type.- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserNotification
build()
-
-
-
Method Detail
-
build
UserNotification build()
-
-