Class ScheduleEventUserNotification
java.lang.Object
org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<T>
org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<ScheduleEvent>
org.silverpeas.components.scheduleevent.notification.AbstractScheduleEventUserNotification
org.silverpeas.components.scheduleevent.notification.ScheduleEventUserNotification
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
- Author:
- Yohann Chastagnier
-
Nested Class Summary
Nested classes/interfaces inherited from class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder
org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder.NotificationTemporal -
Field Summary
Fields inherited from class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder
CUSTOM_NOTIFICATION_SUBJECT, DEFAULT_NOTIFICATION_SUBJECT -
Constructor Summary
ConstructorsConstructorDescriptionScheduleEventUserNotification(ScheduleEvent resource, org.silverpeas.core.admin.user.model.UserDetail senderUserDetail) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected Collection<String>protected voidperformNotificationResource(String language, ScheduleEvent resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData) protected voidperformTemplateData(String language, ScheduleEvent resource, org.silverpeas.core.template.SilverpeasTemplate template) Methods inherited from class org.silverpeas.components.scheduleevent.notification.AbstractScheduleEventUserNotification
getAction, getComponentInstanceId, getContributionAccessLinkLabelBundleKey, getLocalizationBundlePath, getSender, getSenderUserDetail, getTemplatePathMethods inherited from class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder
createNotification, getBundleSubjectKey, getTitle, getTitle, perform, performBuild, performNotificationResource, performNotificationResourceMethods inherited from class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder
getResource, getResourceURL, initialize, initializeNotificationResourceData, isGroupCanBeNotified, isSendImmediately, isUserCanBeNotified, performBuild, setResourceMethods inherited from class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
build, getBundle, getBundle, getContent, getExternalAddressesToNotify, getGroupIdsToNotify, getMessageType, getNotificationMetaData, getUserIdsToExcludeFromNotifying, stop, stopWhenNoUserToNotify
-
Constructor Details
-
ScheduleEventUserNotification
public ScheduleEventUserNotification(ScheduleEvent resource, org.silverpeas.core.admin.user.model.UserDetail senderUserDetail)
-
-
Method Details
-
getTemplateFileName
- Specified by:
getTemplateFileNamein classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<ScheduleEvent>
-
getUserIdsToNotify
- Specified by:
getUserIdsToNotifyin classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
performTemplateData
protected void performTemplateData(String language, ScheduleEvent resource, org.silverpeas.core.template.SilverpeasTemplate template) - Specified by:
performTemplateDatain classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<ScheduleEvent>
-
performNotificationResource
protected void performNotificationResource(String language, ScheduleEvent resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData) - Specified by:
performNotificationResourcein classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<ScheduleEvent>
-