|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationsType | |
|---|---|
| org.osivia.portal.api.notifications | |
| Uses of NotificationsType in org.osivia.portal.api.notifications |
|---|
| Methods in org.osivia.portal.api.notifications that return NotificationsType | |
|---|---|
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. |
| Methods in org.osivia.portal.api.notifications with parameters of type NotificationsType | |
|---|---|
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. |
| Constructors in org.osivia.portal.api.notifications with parameters of type NotificationsType | |
|---|---|
Notifications(NotificationsType type)
Constructor. |
|
Notifications(NotificationsType type,
int duration)
Contructor with duration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||