Class FormsOnlineValidationRequestUserNotification

    • Constructor Detail

      • FormsOnlineValidationRequestUserNotification

        public FormsOnlineValidationRequestUserNotification​(FormInstance resource,
                                                            org.silverpeas.core.notification.user.client.constant.NotifAction action)
    • Method Detail

      • getBundleSubjectKey

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

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

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

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

        protected int getNbValidationSteps()
      • getCurrentValidationStep

        protected int getCurrentValidationStep()
        The meaning of the returned step number is "VALIDATED" and not "TO VALIDATE".

        Please override this method in order to get the "TO VALIDATE" meaning.

        Returns:
        the step number as integer.