Class AbstractFormsOnlineProcessedRequestUserNotification
- 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<FormInstance>
-
- org.silverpeas.components.formsonline.notification.AbstractFormsOnlineRequestUserNotification
-
- org.silverpeas.components.formsonline.notification.FormsOnlineValidationRequestUserNotification
-
- org.silverpeas.components.formsonline.notification.AbstractFormsOnlineProcessedRequestUserNotification
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
- Direct Known Subclasses:
FormsOnlineProcessedRequestOtherValidatorsUserNotification,FormsOnlineProcessedRequestUserNotification
public abstract class AbstractFormsOnlineProcessedRequestUserNotification extends FormsOnlineValidationRequestUserNotification
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractFormsOnlineProcessedRequestUserNotification(FormInstance resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<String>getGroupIdsToNotify()protected Collection<String>getUserIdsToNotify()protected voidperformTemplateData(String language, FormInstance resource, org.silverpeas.core.template.SilverpeasTemplate template)protected voidsetGroupIdsToNotify(List<org.silverpeas.core.admin.user.model.Group> groups)protected voidsetUserIdsToNotify(List<org.silverpeas.core.admin.user.model.User> users)-
Methods inherited from class org.silverpeas.components.formsonline.notification.FormsOnlineValidationRequestUserNotification
getBundleSubjectKey, getCurrentValidationStep, getNbValidationSteps, getTemplateFileName, getTitle
-
Methods inherited from class org.silverpeas.components.formsonline.notification.AbstractFormsOnlineRequestUserNotification
extractGroupIds, extractUserIds, getAction, getComponentInstanceId, getContributionAccessLinkLabelBundleKey, getLatestRequestValidator, getLocalizationBundlePath, getResourceURL, getSender, getSenderName, getTemplatePath, isSendImmediately, performNotificationResource
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder
createNotification, getTitle, perform, performBuild, performNotificationResource, performNotificationResource
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractResourceUserNotificationBuilder
getResource, initialize, initializeNotificationResourceData, isGroupCanBeNotified, isUserCanBeNotified, performBuild, setResource
-
-
-
-
Constructor Detail
-
AbstractFormsOnlineProcessedRequestUserNotification
protected AbstractFormsOnlineProcessedRequestUserNotification(FormInstance resource, org.silverpeas.core.notification.user.client.constant.NotifAction action)
-
-
Method Detail
-
getUserIdsToNotify
protected Collection<String> getUserIdsToNotify()
- Overrides:
getUserIdsToNotifyin classFormsOnlineValidationRequestUserNotification
-
getGroupIdsToNotify
protected Collection<String> getGroupIdsToNotify()
- Overrides:
getGroupIdsToNotifyin classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
performTemplateData
protected void performTemplateData(String language, FormInstance resource, org.silverpeas.core.template.SilverpeasTemplate template)
- Overrides:
performTemplateDatain classFormsOnlineValidationRequestUserNotification
-
setUserIdsToNotify
protected void setUserIdsToNotify(List<org.silverpeas.core.admin.user.model.User> users)
-
setGroupIdsToNotify
protected void setGroupIdsToNotify(List<org.silverpeas.core.admin.user.model.Group> groups)
-
-