| Package | Description |
|---|---|
| org.osivia.portal.api.notifications |
| Modifier and Type | Method and Description |
|---|---|
NotificationsType |
Notifications.getType()
Getter for type.
|
static NotificationsType |
NotificationsType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationsType[] |
NotificationsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INotificationsService.addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type)
Add a simple notification.
|
void |
INotificationsService.addSimpleNotification(PortalControllerContext portalControllerContext,
java.lang.String message,
NotificationsType type,
java.lang.Long errorCode)
Add a simple notification.
|
| Constructor and Description |
|---|
Notifications(NotificationsType type)
Constructor.
|
Notifications(NotificationsType type,
int duration)
Contructor with duration.
|
Copyright © 2014. All Rights Reserved.