void |
DefaultNotificationManager.addDefaultAddress(String aNotificationAddressId,
String aUserId) |
|
void |
NotificationManager.addDefaultAddress(String aNotificationAddressId,
String aUserId) |
Sets the specified notification address as a default one for the given user identifier.
|
void |
CurrentUserNotificationContext.checkManualUserNotification(NotificationMetaData notificationMetaData) |
Performs some control around a manual user notification by considering that the sender is
the current user.
|
void |
DefaultNotificationManager.deleteAllDefaultAddress(String userId) |
|
void |
NotificationManager.deleteAllDefaultAddress(String userId) |
Deletes all the notification addresses set as default for the specified user.
|
void |
DefaultNotificationManager.deleteNotifAddress(String aNotificationAddressId) |
|
void |
NotificationManager.deleteNotifAddress(String aNotificationAddressId) |
Deletes the specified custom notification address.
|
void |
DefaultNotificationManager.deletePreference(String aPreferenceId) |
|
void |
NotificationManager.deletePreference(String aPreferenceId) |
Deletes the specified preference.
|
Set<UserRecipient> |
NotificationMetaData.getAllUserRecipients() |
Gets the complete list of users that will receive the notification, so it takes into account
users of groups.
If the sender is identified, it is removed from the result.
No internal data of the current NotificationMetaData is updated.
|
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.
If the sender is identified (as a user), it is removed from the result.
|
String |
DefaultNotificationManager.getComponentFullName(String compInst) |
|
String |
NotificationManager.getComponentFullName(String compInst) |
Gets the full name of a component instance.
|
String |
DefaultNotificationManager.getDefaultAddressId(String aUserId) |
|
String |
NotificationManager.getDefaultAddressId(String aUserId) |
Gets the default notification address of the specified user.
|
List<Properties> |
DefaultNotificationManager.getNotifAddressProperties(String aUserId) |
|
Properties |
DefaultNotificationManager.getNotifAddressProperties(String addressId,
String aUserId) |
|
List<Properties> |
NotificationManager.getNotifAddressProperties(String aUserId) |
Gets all the properties about the different notification addresses that were set for the
specified user.
|
Properties |
NotificationManager.getNotifAddressProperties(String addressId,
String aUserId) |
Gets the properties of the specified notification address of the given user.
|
List<Properties> |
DefaultNotificationManager.getNotifChannels() |
|
List<Properties> |
NotificationManager.getNotifChannels() |
Gets All the notification channels that are available in Silverpeas.
|
Properties |
DefaultNotificationManager.getNotifPreference(String aPrefId,
String aUserId) |
|
Properties |
NotificationManager.getNotifPreference(String aPrefId,
String aUserId) |
Gets the properties about the specified preference of the given user on the notifications.
|
List<Properties> |
DefaultNotificationManager.getNotifPreferences(String aUserId) |
|
List<Properties> |
NotificationManager.getNotifPreferences(String aUserId) |
Gets the notifications preferences of the specified user.
|
Collection<UserRecipient> |
DefaultNotificationManager.getUsersFromGroup(String groupId) |
|
Collection<UserRecipient> |
NotificationManager.getUsersFromGroup(String groupId) |
Gets all the notification recipients that are members of the specified user group.
|
void |
DefaultNotificationManager.notifyExternals(NotificationParameters params,
Collection<ExternalRecipient> externals) |
|
void |
NotificationManager.notifyExternals(NotificationParameters params,
Collection<ExternalRecipient> externals) |
Notifies the specified external users by using the given notification parameters.
|
void |
NotificationSender.notifyUser(int addressId,
NotificationMetaData metaData) |
Sends at the specified address the notification whose definition is given by the specified
NotificationMetaData instance.
|
void |
NotificationSender.notifyUser(NotificationMetaData metaData) |
|
void |
DefaultNotificationManager.notifyUsers(NotificationParameters params,
Collection<String> userIds) |
|
void |
NotificationManager.notifyUsers(NotificationParameters params,
Collection<String> userIds) |
Notifies the specified users by using the given notification parameters.
|
void |
DefaultNotificationManager.saveNotifAddress(NotificationAddress notificationAddress) |
|
void |
NotificationManager.saveNotifAddress(NotificationAddress notificationAddress) |
Saves the specified custom notification address for the specified user.
|
void |
DefaultNotificationManager.savePreferences(String aUserId,
int instanceLocalId,
int aMessageType,
String notifAddressId) |
|
void |
NotificationManager.savePreferences(String aUserId,
int instanceLocalId,
int aMessageType,
String notifAddressId) |
Saves the preference on notification of the given user and for the specified component
instance and for the specified type of message.
|
void |
DefaultNotificationManager.setDefaultAddress(String aNotificationAddressId,
String aUserId) |
|
void |
NotificationManager.setDefaultAddress(String aNotificationAddressId,
String aUserId) |
Sets the specified notification address as the default one for the given user.
|
void |
DefaultNotificationManager.testNotifAddress(String addressId,
String aUserId) |
|
void |
NotificationManager.testNotifAddress(String addressId,
String aUserId) |
Tests the specified address for specified user by sending a notification message
through the channel related by this address.
|