| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEntry |
NotificationResponse.findNotificationEntryById(String notificationId)
Returns the
NotificationEntry with the specified id, or null if
not present. |
protected NotificationEntry |
NotificationAction.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationEntry> |
NotificationCategory.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationCategory.addEntries(List<NotificationEntry> newEntries) |
void |
NotificationCategory.setEntries(List<NotificationEntry> entries) |
| Constructor and Description |
|---|
NotificationCategory(String title,
List<NotificationEntry> entries)
Constructor.
|
Copyright © 2017 Jasig. All Rights Reserved.