Uses of Class
org.silverpeas.core.notification.user.server.NotificationServerException
-
Packages that use NotificationServerException Package Description org.silverpeas.core.notification.user.delayed.delegate org.silverpeas.core.notification.user.server Provides the classes that are responsible to transmit effectively a user notification to the recipients through some well defined media.org.silverpeas.core.notification.user.server.channel org.silverpeas.core.notification.user.server.channel.popup org.silverpeas.core.notification.user.server.channel.silvermail org.silverpeas.core.notification.user.server.channel.smtp -
-
Uses of NotificationServerException in org.silverpeas.core.notification.user.delayed.delegate
Methods in org.silverpeas.core.notification.user.delayed.delegate that throw NotificationServerException Modifier and Type Method Description static void
DelayedNotificationDelegate. executeDelayedNotificationsSending(Date date)
Easy call of delayed notifications processstatic void
DelayedNotificationDelegate. executeForceDelayedNotificationsSending()
Easy call of delayed notifications process.static void
DelayedNotificationDelegate. executeForceDelayedNotificationsSending(int userId, Set<NotifChannel> channels)
Easy call of delayed notifications process.static void
DelayedNotificationDelegate. executeForceDelayedNotificationsSending(List<Integer> userIds, Set<NotifChannel> channels)
Easy call of delayed notifications process.static void
DelayedNotificationDelegate. executeNewNotification(DelayedNotificationData delayedNotificationData)
Easy call of new notification processstatic void
DelayedNotificationDelegate. executeUserDeleting(int userId)
Deleting all delayed notification data of a userstatic DelayedNotificationUserSetting
DelayedNotificationDelegate. executeUserSettingsUpdating(int userId, NotifChannel channel, DelayedNotificationFrequency frequency)
When user settings change, if the new frequency is NONE then the delayed notifications saved have to be sentprotected void
DelayedNotificationDelegate. forceDelayedNotificationsSending()
Forces the sending of all the delayed notifications saved for all usersprotected void
DelayedNotificationDelegate. performNewNotificationSending(DelayedNotificationData delayedNotificationData)
Handling a new notificationprotected void
DelayedNotificationDelegate. sendNotification(NotificationData notificationData)
Centralizes notification sending -
Uses of NotificationServerException in org.silverpeas.core.notification.user.server
Methods in org.silverpeas.core.notification.user.server that throw NotificationServerException Modifier and Type Method Description long
NotificationServer. addNotification(NotificationData pData)
static NotificationData
NotificationServerUtil. convertXMLToNotificationData(String xml)
-
Uses of NotificationServerException in org.silverpeas.core.notification.user.server.channel
Methods in org.silverpeas.core.notification.user.server.channel that throw NotificationServerException Modifier and Type Method Description protected void
AbstractListener. processMessage(javax.jms.Message msg)
Process a message received on NotificationServer JMS message queue: extract the message content to be sent.void
INotificationServerChannel. send(NotificationData p_Message)
Method declaration -
Uses of NotificationServerException in org.silverpeas.core.notification.user.server.channel.popup
Methods in org.silverpeas.core.notification.user.server.channel.popup that throw NotificationServerException Modifier and Type Method Description void
POPUPListener. send(NotificationData message)
-
Uses of NotificationServerException in org.silverpeas.core.notification.user.server.channel.silvermail
Methods in org.silverpeas.core.notification.user.server.channel.silvermail that throw NotificationServerException Modifier and Type Method Description void
SILVERMAILListener. send(NotificationData data)
-
Uses of NotificationServerException in org.silverpeas.core.notification.user.server.channel.smtp
Methods in org.silverpeas.core.notification.user.server.channel.smtp that throw NotificationServerException Modifier and Type Method Description void
SMTPListener. send(NotificationData notification)
-