public interface INotificationsService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNotifications(PortalControllerContext portalControllerContext,
Notifications notifications)
Add notifications.
|
void |
addSimpleNotification(PortalControllerContext portalControllerContext,
String message,
NotificationsType type)
Add a simple notification.
|
void |
addSimpleNotification(PortalControllerContext portalControllerContext,
String message,
NotificationsType type,
Long errorCode)
Add a simple notification.
|
List<Notifications> |
getNotificationsList(PortalControllerContext portalControllerContext)
Get notifications list.
|
List<Notifications> |
readNotificationsList(PortalControllerContext portalControllerContext)
Read and remove notifications.
|
void |
setNotificationsList(PortalControllerContext portalControllerContext,
List<Notifications> notificationsList)
Set notifications list.
|
static final String MBEAN_NAME
void addSimpleNotification(PortalControllerContext portalControllerContext, String message, NotificationsType type)
portalControllerContext - portal controller contextmessage - notification messagetype - notification typevoid addSimpleNotification(PortalControllerContext portalControllerContext, String message, NotificationsType type, Long errorCode)
portalControllerContext - portal controller contextmessage - notification messagetype - notification typeerrorCode - errorCodevoid addNotifications(PortalControllerContext portalControllerContext, Notifications notifications)
portalControllerContext - portal controller contextnotifications - notificationsList<Notifications> getNotificationsList(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextvoid setNotificationsList(PortalControllerContext portalControllerContext, List<Notifications> notificationsList)
portalControllerContext - portal controller contextnotificationsList - notifications listList<Notifications> readNotificationsList(PortalControllerContext portalControllerContext)
portalControllerContext - portal controller contextCopyright © 2021. All rights reserved.