| 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 |
|---|---|
java.util.List<NotificationCategory> |
NotificationResponse.getCategories() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationResponse.setCategories(java.util.List<NotificationCategory> categories) |
| Constructor and Description |
|---|
NotificationResponse(java.util.List<NotificationCategory> categories,
java.util.List<NotificationError> errors) |
Copyright © 2018 Jasig. All Rights Reserved.