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

Packages that use NotificationManagerException
com.silverpeas.comment.service.notification   
com.silverpeas.directory.control   
com.stratelia.silverpeas.alertUserPeas.control   
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationManager.model   
com.stratelia.silverpeas.notificationserver.channel.silvermail   
com.stratelia.silverpeas.notificationUser.control   
org.silverpeas.dateReminder.provider   
org.silverpeas.publication.dateReminder   
 

Uses of NotificationManagerException in com.silverpeas.comment.service.notification
 

Methods in com.silverpeas.comment.service.notification that throw NotificationManagerException
protected  void DefaultCommentUserNotificationService.notifyUsers(NotificationMetaData notification)
          Notifies the specified users, identified by their identifier, with the specified notification information.
 

Uses of NotificationManagerException in com.silverpeas.directory.control
 

Methods in com.silverpeas.directory.control that throw NotificationManagerException
 void DirectorySessionController.sendMessage(String compoId, String txtTitle, String txtMessage, UserRecipient[] selectedUsers)
           
 

Uses of NotificationManagerException in com.stratelia.silverpeas.alertUserPeas.control
 

Methods in com.stratelia.silverpeas.alertUserPeas.control that throw NotificationManagerException
 void AlertUserPeasSessionController.sendNotification()
           
 

Uses of NotificationManagerException in com.stratelia.silverpeas.notificationManager
 

Methods in com.stratelia.silverpeas.notificationManager that throw NotificationManagerException
 void NotificationManager.addAddress(int aNotificationAddressId, int aUserId)
           
 void CurrentUserNotificationContext.checkManualUserNotification(NotificationMetaData notificationMetaData)
          Performs some control around a manual user notification by considering that the sender is the current user.
 void NotificationManager.deleteAllAddress(int userId)
          Method declaration
 void NotificationManager.deleteNotifAddress(int aNotificationAddressId)
          Method declaration
 void NotificationManager.deletePreference(int aPreferenceId)
          Method declaration
 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.
 String NotificationManager.getComponentFullName(String compInst)
          Method declaration
 String NotificationManager.getComponentFullName(String compInst, String separator, boolean isPathToComponent)
          Method declaration
 int NotificationManager.getDefaultAddress(int aUserId)
          Method declaration
 ArrayList<Properties> NotificationManager.getDefaultAddresses(int aUserId)
           
 ArrayList<Properties> NotificationManager.getNotifChannels()
          get All the channel types from the database.
 Properties NotificationManager.getNotificationAddress(int aNotificationAddressId, int aUserId)
          Method declaration
 ArrayList<Properties> NotificationManager.getNotificationAddresses(int aUserId)
          get the notifications addresses of a user
 Properties NotificationManager.getNotifPreference(int aPrefId, int aUserId)
          Method declaration
 ArrayList<Properties> NotificationManager.getNotifPreferences(int aUserId)
          get the notifications preferences of a user
 Collection<UserRecipient> NotificationManager.getUsersFromGroup(String groupId)
          Gets the user recipients from a group specified by a given identifier.
protected  Properties NotificationManager.notifPreferencesRowToProperties(int aUserId, NotifPreferenceRow npr, boolean canEdit, boolean canDelete, boolean canTest, boolean isDefault, NotifSchema schema)
          Method declaration
 void NotificationManager.notifyExternals(NotificationParameters params, Collection<ExternalRecipient> externals)
           
 void NotificationSender.notifyUser(int aMediaType, NotificationMetaData metaData)
          Method declaration
 void NotificationSender.notifyUser(NotificationMetaData metaData)
          Method declaration
 void NotificationManager.notifyUsers(NotificationParameters params, String[] userIds)
          Method declaration
 void NotificationManager.saveNotifAddress(int aNotificationAddressId, int aUserId, String aNotifName, int aChannelId, String aAddress, String aUsage)
          Method declaration
 void NotificationManager.savePreferences(int aUserId, int aInstanceId, int aMessageType, int aDestinationId)
          Method declaration
 void NotificationManager.setDefaultAddress(int aNotificationAddressId, int aUserId)
          Method declaration
 void NotificationManager.testNotifAddress(int aNotificationAddressId, int aUserId)
          Send a test message to the given notification address Id
 

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

Methods in com.stratelia.silverpeas.notificationManager.model that throw NotificationManagerException
 void SentNotificationInterface.deleteNotif(int notifId, String userId)
           
 void SentNotificationInterfaceImpl.deleteNotif(int notifId, String userId)
           
 void SentNotificationInterface.deleteNotifByUser(String userId)
           
 void SentNotificationInterfaceImpl.deleteNotifByUser(String userId)
           
 List<SentNotificationDetail> SentNotificationInterface.getAllNotifByUser(String userId)
           
 List<SentNotificationDetail> SentNotificationInterfaceImpl.getAllNotifByUser(String userId)
           
 SentNotificationDetail SentNotificationInterface.getNotification(int notifId)
           
 SentNotificationDetail SentNotificationInterfaceImpl.getNotification(int notifId)
           
 void SentNotificationInterface.saveNotifUser(NotificationMetaData metaData, Set<UserRecipient> usersSet)
           
 void SentNotificationInterfaceImpl.saveNotifUser(NotificationMetaData metaData, Set<UserRecipient> usersSet)
           
 

Uses of NotificationManagerException in com.stratelia.silverpeas.notificationserver.channel.silvermail
 

Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail that throw NotificationManagerException
 void SILVERMAILSessionController.deleteAllSentNotif()
           
 void SILVERMAILSessionController.deleteSentNotif(String notifId)
          Delete the sent message notification
 SentNotificationDetail SILVERMAILSessionController.getSentNotification(String notifId)
          Method declaration
 List<SentNotificationDetail> SILVERMAILSessionController.getUserMessageList()
          Method declaration
 

Uses of NotificationManagerException in com.stratelia.silverpeas.notificationUser.control
 

Methods in com.stratelia.silverpeas.notificationUser.control that throw NotificationManagerException
 ArrayList<Properties> NotificationUserSessionController.getDefaultAddresses()
          Method declaration
 void NotificationUserSessionController.sendMessage(Notification notification)
           
 

Uses of NotificationManagerException in org.silverpeas.dateReminder.provider
 

Methods in org.silverpeas.dateReminder.provider that throw NotificationManagerException
 EntityReference DateReminderProcess.perform(PersistentResourceDateReminder dateReminder)
          Perform the date reminder
 

Uses of NotificationManagerException in org.silverpeas.publication.dateReminder
 

Methods in org.silverpeas.publication.dateReminder that throw NotificationManagerException
protected  void PublicationDateReminderProcess.notifyUsers(NotificationMetaData notification)
          Notifies the specified users, identified by their identifier, with the specified notification information.
 EntityReference PublicationDateReminderProcess.perform(PersistentResourceDateReminder resourceDateReminder)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.