|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INotificationsService
Notifications service interface.
| Field Summary | |
|---|---|
static java.lang.String |
MBEAN_NAME
MBean name. |
| Method Summary | |
|---|---|
void |
addNotifications(PortalControllerContext portalControllerContext,
Notifications notifications)
Add notifications. |
void |
addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type)
Add a simple notification. |
void |
addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type,
java.lang.Long errorCode)
Add a simple notification. |
java.util.List<Notifications> |
getNotificationsList(PortalControllerContext portalControllerContext)
Get notifications list. |
java.util.List<Notifications> |
readNotificationsList(PortalControllerContext portalControllerContext)
Read and remove notifications. |
void |
setNotificationsList(PortalControllerContext portalControllerContext,
java.util.List<Notifications> notificationsList)
Set notifications list. |
| Field Detail |
|---|
static final java.lang.String MBEAN_NAME
| Method Detail |
|---|
void addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type)
portalControllerContext - portal controller contextmessage - notification messagetype - notification type
void addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type,
java.lang.Long errorCode)
portalControllerContext - portal controller contextmessage - notification messagetype - notification typeerrorCode - errorCode
void addNotifications(PortalControllerContext portalControllerContext,
Notifications notifications)
portalControllerContext - portal controller contextnotifications - notificationsjava.util.List<Notifications> getNotificationsList(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller context
void setNotificationsList(PortalControllerContext portalControllerContext,
java.util.List<Notifications> notificationsList)
portalControllerContext - portal controller contextnotificationsList - notifications listjava.util.List<Notifications> readNotificationsList(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||