Uses of Class
org.silverpeas.web.notificationuser.control.UserNotificationWrapper
-
Packages that use UserNotificationWrapper Package Description org.silverpeas.web.notificationuser.control -
-
Uses of UserNotificationWrapper in org.silverpeas.web.notificationuser.control
Methods in org.silverpeas.web.notificationuser.control that return UserNotificationWrapper Modifier and Type Method Description UserNotificationWrapper
UserNotificationWrapper. setAsManual(boolean yesOrFalse)
Sets this notification as manual or not.UserNotificationWrapper
UserNotificationWrapper. setAttachmentLinksFor(String contributionId)
Sets a link for all the attachments of the specified contribution.UserNotificationWrapper
UserNotificationWrapper. setContent(String content)
Sets a content to this notification.UserNotificationWrapper
UserNotificationWrapper. setRecipientGroups(Collection<String> groupIds)
Sets one or more recipients to this notification.UserNotificationWrapper
UserNotificationWrapper. setRecipientUsers(Collection<String> userIds)
Sets one or more recipients to this notification.UserNotificationWrapper
UserNotificationWrapper. setSender(User sender)
Sets the sender of this notification.UserNotificationWrapper
UserNotificationWrapper. setTitle(String title)
Sets a title to this notification.
-