Class FormsOnlineUserAlertNotification

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

    public class FormsOnlineUserAlertNotification
    extends org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormDetail>
    • Constructor Detail

      • FormsOnlineUserAlertNotification

        public FormsOnlineUserAlertNotification​(FormDetail form,
                                                org.silverpeas.core.admin.user.model.User user)
    • Method Detail

      • getTemplateFileName

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

        protected boolean stopWhenNoUserToNotify()
        Overrides:
        stopWhenNoUserToNotify in class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
      • getAction

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

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

        protected void performTemplateData​(String language,
                                           FormDetail resource,
                                           org.silverpeas.core.template.SilverpeasTemplate template)
        Specified by:
        performTemplateData in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormDetail>
      • performNotificationResource

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

        protected void perform​(FormDetail resource)
        Overrides:
        perform in class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormDetail>
      • getResourceURL

        protected String getResourceURL​(FormDetail resource)
        Overrides:
        getResourceURL in class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder<FormDetail>
      • getTemplatePath

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

        protected String getComponentInstanceId()
        Specified by:
        getComponentInstanceId 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
      • getLocalizationBundlePath

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

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