Class AbstractSuggestionActionUserNotification
- 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
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
- Direct Known Subclasses:
SuggestionPendingValidationUserNotification
,SuggestionValidationUserNotification
public abstract class AbstractSuggestionActionUserNotification extends AbstractSuggestionUserNotification
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description AbstractSuggestionActionUserNotification(Suggestion resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
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, getBundleSubjectKey, getTemplateFileName, getTitle, getTitle, perform, performBuild, performNotificationResource, performNotificationResource
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder
getResource, getResourceURL, initialize, initializeNotificationResourceData, isGroupCanBeNotified, isUserCanBeNotified, performBuild, setResource
-
-
-
-
Constructor Detail
-
AbstractSuggestionActionUserNotification
public AbstractSuggestionActionUserNotification(Suggestion resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)
-
-
Method Detail
-
isSendImmediately
protected boolean isSendImmediately()
- Overrides:
isSendImmediately
in classorg.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<Suggestion>
-
-