| Package | Description |
|---|---|
| org.jasig.portlet.notice |
This package contains a simple data model for Notifications for the purpose
of communicating them between components such as a remote data source, the
server-side portlet code (controllers), and the browser-based UI.
|
| org.jasig.portlet.notice.rest |
| Modifier and Type | Method and Description |
|---|---|
static NotificationState |
NotificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationState[] |
NotificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NotificationState,Date> |
NotificationEntry.getStates()
Open-ended Map of states that currently apply to this notification.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationState.isActive(Date timestamp,
Set<NotificationState> subsequentHistory)
Indicates whether this
NotificationState is still considered
"active" given when it occurred (the specified timestamp) and the
subsequent history of the NotificationEntry for this user. |
void |
NotificationEntry.setStates(Map<NotificationState,Date> states) |
| Modifier and Type | Method and Description |
|---|---|
NotificationState |
EventDTO.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDTO.setState(NotificationState state) |
Copyright © 2016 Jasig. All Rights Reserved.