Class ReplyNotifier

  • All Implemented Interfaces:
    org.silverpeas.core.notification.user.builder.UserNotificationBuilder

    public class ReplyNotifier
    extends org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
    Author:
    ehugonnet
    • Constructor Detail

      • ReplyNotifier

        public ReplyNotifier​(org.silverpeas.core.admin.user.model.User sender,
                             Question question,
                             Reply reply,
                             String recipientId)
    • Method Detail

      • getTemplateFileName

        protected String getTemplateFileName()
        Specified by:
        getTemplateFileName in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
      • getUserIdsToNotify

        protected Collection<String> getUserIdsToNotify()
        Specified by:
        getUserIdsToNotify in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • performTemplateData

        protected void performTemplateData​(String language,
                                           Question question,
                                           org.silverpeas.core.template.SilverpeasTemplate template)
      • getResourceURL

        protected String getResourceURL​(Question question)
        Overrides:
        getResourceURL in class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<Question>
      • getLocalizationBundlePath

        protected String getLocalizationBundlePath()
        Overrides:
        getLocalizationBundlePath in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • getBundleSubjectKey

        protected String getBundleSubjectKey()
        Overrides:
        getBundleSubjectKey in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
      • getTitle

        protected String getTitle​(String language)
        Overrides:
        getTitle in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
      • getContributionAccessLinkLabelBundleKey

        protected String getContributionAccessLinkLabelBundleKey()
        Overrides:
        getContributionAccessLinkLabelBundleKey in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
      • getTemplatePath

        protected String getTemplatePath()
        Specified by:
        getTemplatePath in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>
      • getAction

        protected org.silverpeas.core.notification.user.client.constant.NotifAction getAction()
        Specified by:
        getAction in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • getSender

        protected String getSender()
        Specified by:
        getSender in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • isSendImmediately

        protected boolean isSendImmediately()
        Overrides:
        isSendImmediately in class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<Question>
      • getComponentInstanceId

        protected String getComponentInstanceId()
        Specified by:
        getComponentInstanceId in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • performNotificationResource

        protected void performNotificationResource​(String language,
                                                   Question resource,
                                                   org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData)
        Specified by:
        performNotificationResource in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<Question>