Class SuggestionBoxSubscriptionUserNotification
- 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<T>
-
- org.silverpeas.components.suggestionbox.notification.AbstractSuggestionBoxUserNotification<Suggestion>
-
- org.silverpeas.components.suggestionbox.notification.AbstractSuggestionUserNotification
-
- org.silverpeas.components.suggestionbox.notification.SuggestionBoxSubscriptionUserNotification
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder,org.silverpeas.core.notification.user.RemoveSenderRecipientBehavior,org.silverpeas.core.notification.user.UserSubscriptionNotificationBehavior
public class SuggestionBoxSubscriptionUserNotification extends AbstractSuggestionUserNotification implements org.silverpeas.core.notification.user.UserSubscriptionNotificationBehavior
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description SuggestionBoxSubscriptionUserNotification(Suggestion resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetBundleSubjectKey()protected Collection<String>getGroupIdsToNotify()protected StringgetTemplateFileName()protected Collection<String>getUserIdsToNotify()protected voidinitialize()protected voidperform(Suggestion resource)-
Methods inherited from class org.silverpeas.components.suggestionbox.notification.AbstractSuggestionUserNotification
getAction, getComponentInstanceId, getSender, getSenderDetail, performNotificationResource, performTemplateData, stopWhenNoUserToNotify
-
Methods inherited from class org.silverpeas.components.suggestionbox.notification.AbstractSuggestionBoxUserNotification
getContributionAccessLinkLabelBundleKey, getLocalizationBundlePath, getSenderName, getSuggestionBoxModerators, getTemplatePath
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder
createNotification, getTitle, getTitle, performBuild, performNotificationResource, performNotificationResource
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder
getResource, getResourceURL, initializeNotificationResourceData, isGroupCanBeNotified, isSendImmediately, isUserCanBeNotified, performBuild, setResource
-
-
-
-
Constructor Detail
-
SuggestionBoxSubscriptionUserNotification
public SuggestionBoxSubscriptionUserNotification(Suggestion resource)
-
-
Method Detail
-
initialize
protected void initialize()
- Overrides:
initializein classorg.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<Suggestion>
-
perform
protected void perform(Suggestion resource)
- Overrides:
performin classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getBundleSubjectKey
protected String getBundleSubjectKey()
- Overrides:
getBundleSubjectKeyin classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getTemplateFileName
protected String getTemplateFileName()
- Specified by:
getTemplateFileNamein classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getUserIdsToNotify
protected Collection<String> getUserIdsToNotify()
- Specified by:
getUserIdsToNotifyin classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
getGroupIdsToNotify
protected Collection<String> getGroupIdsToNotify()
- Overrides:
getGroupIdsToNotifyin classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
-