Uses of Class
org.silverpeas.core.notification.user.client.NotificationAddress
-
Packages that use NotificationAddress Package Description org.silverpeas.core.notification.user.client Provides all the interfaces and classes to the clients of the Silverpeas User Notification API to build and to send a notification to some users (the recipients). -
-
Uses of NotificationAddress in org.silverpeas.core.notification.user.client
Methods in org.silverpeas.core.notification.user.client that return NotificationAddress Modifier and Type Method Description NotificationAddress
NotificationAddress. setAddress(String address)
NotificationAddress
NotificationAddress. setChannelId(String channelId)
NotificationAddress
NotificationAddress. setId(String id)
NotificationAddress
NotificationAddress. setName(String name)
NotificationAddress
NotificationAddress. setUsage(String usage)
NotificationAddress
NotificationAddress. setUserId(String userId)
Methods in org.silverpeas.core.notification.user.client with parameters of type NotificationAddress Modifier and Type Method Description void
DefaultNotificationManager. saveNotifAddress(NotificationAddress notificationAddress)
void
NotificationManager. saveNotifAddress(NotificationAddress notificationAddress)
Saves the specified custom notification address for the specified user.
-