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

Packages that use NotificationManagerException
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationManager.model   
org.silverpeas.dateReminder.provider   
 

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 org.silverpeas.dateReminder.provider
 

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



Copyright © 2016 Silverpeas. All Rights Reserved.