Uses of Class
com.stratelia.silverpeas.notificationserver.NotificationData

Packages that use NotificationData
com.silverpeas.notification.delayed.delegate   
com.silverpeas.notification.delayed.model   
com.stratelia.silverpeas.notificationManager   
com.stratelia.silverpeas.notificationserver   
com.stratelia.silverpeas.notificationserver.channel   
com.stratelia.silverpeas.notificationserver.xml   
 

Uses of NotificationData in com.silverpeas.notification.delayed.delegate
 

Methods in com.silverpeas.notification.delayed.delegate with parameters of type NotificationData
protected  void DelayedNotificationDelegate.sendNotification(NotificationData notificationData)
          Centralizes notification sending
 

Uses of NotificationData in com.silverpeas.notification.delayed.model
 

Methods in com.silverpeas.notification.delayed.model that return NotificationData
 NotificationData DelayedNotificationData.getNotificationData()
           
 

Methods in com.silverpeas.notification.delayed.model with parameters of type NotificationData
 void DelayedNotificationData.setNotificationData(NotificationData notificationData)
           
 

Uses of NotificationData in com.stratelia.silverpeas.notificationManager
 

Methods in com.stratelia.silverpeas.notificationManager that return NotificationData
protected  NotificationData NotificationManager.createNotificationData(NotificationParameters params, String aUserId, NotifSchema schema)
          Method declaration
 

Uses of NotificationData in com.stratelia.silverpeas.notificationserver
 

Methods in com.stratelia.silverpeas.notificationserver that return NotificationData
static NotificationData NotificationServerUtil.convertXMLToNotificationData(String p_XML)
           
 

Methods in com.stratelia.silverpeas.notificationserver with parameters of type NotificationData
 long NotificationServer.addNotification(NotificationData pData)
          Description of the method.
static String NotificationServerUtil.convertNotificationDataToXML(NotificationData p_Data)
           
 

Uses of NotificationData in com.stratelia.silverpeas.notificationserver.channel
 

Methods in com.stratelia.silverpeas.notificationserver.channel with parameters of type NotificationData
 void INotificationServerChannel.send(NotificationData p_Message)
          Method declaration
 

Uses of NotificationData in com.stratelia.silverpeas.notificationserver.xml
 

Constructors in com.stratelia.silverpeas.notificationserver.xml with parameters of type NotificationData
LoginContentHandler(NotificationData data, ContentHandler parent, XMLReader parser)
           
NotifyContentHandler(NotificationData data, XMLReader parser)
           
PriorityContentHandler(NotificationData data, ContentHandler parent, XMLReader parser)
           
SenderContentHandler(NotificationData data, ContentHandler parent, XMLReader parser)
           
TargetContentHandler(NotificationData data, ContentHandler parent, XMLReader parser)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.