Class NotificationServer
- java.lang.Object
-
- org.silverpeas.core.notification.user.server.NotificationServer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
addNotification(NotificationData pData)
static NotificationServer
get()
-
-
-
Method Detail
-
get
public static NotificationServer get()
-
addNotification
public long addNotification(NotificationData pData) throws NotificationServerException
- Parameters:
pData
- a notification data- Returns:
- Throws:
NotificationServerException
-
-