Class SuggestionPendingValidationUserNotification
- 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.AbstractSuggestionActionUserNotification
-
- org.silverpeas.components.suggestionbox.notification.SuggestionPendingValidationUserNotification
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
public class SuggestionPendingValidationUserNotification extends AbstractSuggestionActionUserNotification
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description SuggestionPendingValidationUserNotification(Suggestion resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getBundleSubjectKey()
protected String
getTemplateFileName()
protected Collection<String>
getUserIdsToNotify()
protected void
perform(Suggestion resource)
-
Methods inherited from class org.silverpeas.components.suggestionbox.notification.AbstractSuggestionActionUserNotification
isSendImmediately
-
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, initialize, initializeNotificationResourceData, isGroupCanBeNotified, isUserCanBeNotified, performBuild, setResource
-
-
-
-
Constructor Detail
-
SuggestionPendingValidationUserNotification
public SuggestionPendingValidationUserNotification(Suggestion resource)
-
-
Method Detail
-
perform
protected void perform(Suggestion resource)
- Overrides:
perform
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getBundleSubjectKey
protected String getBundleSubjectKey()
- Overrides:
getBundleSubjectKey
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getTemplateFileName
protected String getTemplateFileName()
- Specified by:
getTemplateFileName
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Suggestion>
-
getUserIdsToNotify
protected Collection<String> getUserIdsToNotify()
- Specified by:
getUserIdsToNotify
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
-