Uses of Class
com.stratelia.silverpeas.notificationManager.UserRecipient

Packages that use UserRecipient
com.silverpeas.directory.control   
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationManager.model   
 

Uses of UserRecipient in com.silverpeas.directory.control
 

Methods in com.silverpeas.directory.control with parameters of type UserRecipient
 void DirectorySessionController.sendMessage(String compoId, String txtTitle, String txtMessage, UserRecipient[] selectedUsers)
           
 

Uses of UserRecipient in com.stratelia.silverpeas.notificationManager
 

Methods in com.stratelia.silverpeas.notificationManager that return types with arguments of type UserRecipient
 Set<UserRecipient> NotificationMetaData.getAllUserRecipients()
          Gets the complete list of users that will receive the notification, so it takes into account users of groups.
 Set<UserRecipient> NotificationMetaData.getAllUserRecipients(boolean updateInternalUserRecipientsToExclude)
          Gets the complete list of users that will receive the notification, so it takes into account users of groups.
 Collection<UserRecipient> NotificationMetaData.getUserRecipients()
          Get message user recipients
 Collection<UserRecipient> NotificationMetaData.getUserRecipientsToExclude()
          Get message user recipients to exclude
 Collection<UserRecipient> NotificationManager.getUsersFromGroup(String groupId)
          Gets the user recipients from a group specified by a given identifier.
 

Methods in com.stratelia.silverpeas.notificationManager with parameters of type UserRecipient
 void NotificationMetaData.addUserRecipient(UserRecipient user)
          Add a user recipient to user recipients.
 void NotificationMetaData.addUserRecipients(UserRecipient[] users)
          Add a user recipient to user recipients.
 void NotificationMetaData.addUserRecipientsToExclude(UserRecipient[] users)
          Add a user recipient to user recipients to exclude
 void NotificationMetaData.addUserRecipientToExclude(UserRecipient user)
          Add a user recipient to user recipients to exclude
 

Method parameters in com.stratelia.silverpeas.notificationManager with type arguments of type UserRecipient
 void NotificationMetaData.addUserRecipients(Collection<UserRecipient> users)
          Add a user recipient to user recipients.
 void NotificationMetaData.addUserRecipientsToExclude(Collection<UserRecipient> users)
          Add a user recipient to user recipients to exclude
 void NotificationMetaData.setUserRecipients(Collection<UserRecipient> users)
          Set message user recipients
 void NotificationMetaData.setUserRecipientsToExclude(Collection<UserRecipient> users)
          Set message user recipients to exclude
 

Uses of UserRecipient in com.stratelia.silverpeas.notificationManager.model
 

Method parameters in com.stratelia.silverpeas.notificationManager.model with type arguments of type UserRecipient
 void SentNotificationInterface.saveNotifUser(NotificationMetaData metaData, Set<UserRecipient> usersSet)
           
 void SentNotificationInterfaceImpl.saveNotifUser(NotificationMetaData metaData, Set<UserRecipient> usersSet)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.