Class FormsOnlineCanceledRequestUserNotification
- 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.FormsOnlineCanceledRequestUserNotification
-
- All Implemented Interfaces:
org.silverpeas.core.notification.user.builder.UserNotificationBuilder
public class FormsOnlineCanceledRequestUserNotification extends AbstractFormsOnlineRequestUserNotification
- Author:
- Nicolas EYSSERIC
-
-
Constructor Summary
Constructors Constructor Description FormsOnlineCanceledRequestUserNotification(FormInstance resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getBundleSubjectKey()
protected String
getTemplateFileName()
protected Collection<String>
getUserIdsToNotify()
protected void
perform(FormInstance resource)
-
Methods inherited from class org.silverpeas.components.formsonline.notification.AbstractFormsOnlineRequestUserNotification
extractGroupIds, extractUserIds, getAction, getComponentInstanceId, getContributionAccessLinkLabelBundleKey, getLatestRequestValidator, getLocalizationBundlePath, getResourceURL, getSender, getSenderName, getTemplatePath, isSendImmediately, performNotificationResource, performTemplateData
-
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
-
Methods inherited from class org.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
build, getBundle, getBundle, getContent, getExternalAddressesToNotify, getGroupIdsToNotify, getMessageType, getNotificationMetaData, getUserIdsToExcludeFromNotifying, stop, stopWhenNoUserToNotify
-
-
-
-
Constructor Detail
-
FormsOnlineCanceledRequestUserNotification
public FormsOnlineCanceledRequestUserNotification(FormInstance resource)
-
-
Method Detail
-
perform
protected void perform(FormInstance resource)
- Overrides:
perform
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormInstance>
-
getBundleSubjectKey
protected String getBundleSubjectKey()
- Overrides:
getBundleSubjectKey
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormInstance>
-
getTemplateFileName
protected String getTemplateFileName()
- Specified by:
getTemplateFileName
in classorg.silverpeas.core.notification.user.builder.AbstractTemplateUserNotificationBuilder<FormInstance>
-
getUserIdsToNotify
protected Collection<String> getUserIdsToNotify()
- Specified by:
getUserIdsToNotify
in classorg.silverpeas.core.notification.user.builder.AbstractUserNotificationBuilder
-
-