Class DelegatedNewsToValidateNotification
- 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<DelegatedNews>
-
- org.silverpeas.components.delegatednews.notification.DelegatedNewsToValidateNotification
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
public class DelegatedNewsToValidateNotification extends org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
-
Constructor Summary
Constructors Constructor Description DelegatedNewsToValidateNotification(DelegatedNews delegatedNews, org.silverpeas.core.admin.user.model.User user, String[] usersToBeNotified, String delegatedNewsComponentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.silverpeas.core.notification.user.client.constant.NotifAction
getAction()
protected String
getBundleSubjectKey()
protected String
getComponentInstanceId()
protected String
getContributionAccessLinkLabelBundleKey()
protected String
getLocalizationBundlePath()
protected org.silverpeas.core.contribution.publication.model.PublicationDetail
getPublication()
protected String
getResourceURL(DelegatedNews delegatedNews)
protected String
getSender()
protected String
getTemplateFileName()
protected String
getTemplatePath()
protected Collection<String>
getUserIdsToNotify()
protected boolean
isSendImmediately()
protected void
perform(DelegatedNews resource)
protected void
performNotificationResource(String language, DelegatedNews resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData)
protected void
performTemplateData(String language, DelegatedNews resource, org.silverpeas.core.template.SilverpeasTemplate template)
protected boolean
stopWhenNoUserToNotify()
-
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, initialize, initializeNotificationResourceData, isGroupCanBeNotified, isUserCanBeNotified, performBuild, setResource
-
-
-
-
Constructor Detail
-
DelegatedNewsToValidateNotification
public DelegatedNewsToValidateNotification(DelegatedNews delegatedNews, org.silverpeas.core.admin.user.model.User user, String[] usersToBeNotified, String delegatedNewsComponentId)
-
-
Method Detail
-
getTemplateFileName
protected String getTemplateFileName()
- Specified by:
getTemplateFileName
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
getBundleSubjectKey
protected String getBundleSubjectKey()
- Overrides:
getBundleSubjectKey
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
getContributionAccessLinkLabelBundleKey
protected String getContributionAccessLinkLabelBundleKey()
-
getAction
protected org.silverpeas.core.notification.user.client.constant.NotifAction getAction()
- Specified by:
getAction
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
getResourceURL
protected String getResourceURL(DelegatedNews delegatedNews)
-
getComponentInstanceId
protected String getComponentInstanceId()
-
getUserIdsToNotify
protected Collection<String> getUserIdsToNotify()
-
performTemplateData
protected void performTemplateData(String language, DelegatedNews resource, org.silverpeas.core.template.SilverpeasTemplate template)
- Specified by:
performTemplateData
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
performNotificationResource
protected void performNotificationResource(String language, DelegatedNews resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData)
- Specified by:
performNotificationResource
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
perform
protected void perform(DelegatedNews resource)
- Overrides:
perform
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
getTemplatePath
protected String getTemplatePath()
- Specified by:
getTemplatePath
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<DelegatedNews>
-
getSender
protected String getSender()
- Specified by:
getSender
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
getLocalizationBundlePath
protected String getLocalizationBundlePath()
- Overrides:
getLocalizationBundlePath
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
stopWhenNoUserToNotify
protected boolean stopWhenNoUserToNotify()
- Overrides:
stopWhenNoUserToNotify
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
getPublication
protected org.silverpeas.core.contribution.publication.model.PublicationDetail getPublication()
-
isSendImmediately
protected boolean isSendImmediately()
- Overrides:
isSendImmediately
in classorg.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<DelegatedNews>
-
-