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 UserNotificationWrapperUserNotificationWrapper. setAsManual(boolean yesOrFalse)Sets this notification as manual or not.UserNotificationWrapperUserNotificationWrapper. setAttachmentLinksFor(String contributionId)Sets a link for all the attachments of the specified contribution.UserNotificationWrapperUserNotificationWrapper. setContent(String content)Sets a content to this notification.UserNotificationWrapperUserNotificationWrapper. setRecipientGroups(Collection<String> groupIds)Sets one or more recipients to this notification.UserNotificationWrapperUserNotificationWrapper. setRecipientUsers(Collection<String> userIds)Sets one or more recipients to this notification.UserNotificationWrapperUserNotificationWrapper. setSender(User sender)Sets the sender of this notification.UserNotificationWrapperUserNotificationWrapper. setTitle(String title)Sets a title to this notification.
-