| 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 |
|---|---|
NotificationResponse |
NotificationResponse.cloneIfNotCloned() |
NotificationResponse |
NotificationResponse.combine(NotificationResponse response)
Combine the contents of this response with the provided response and
return a new instance of
NotificationResponse. |
NotificationResponse |
NotificationResponse.filterErrors(Set<Integer> hiddenErrorKeys)
Return a new instance of
NotificationResponse from which
the specified errors have been removed. |
NotificationResponse |
NotificationResult.getNotificationResponse() |
| Modifier and Type | Method and Description |
|---|---|
NotificationResponse |
NotificationResponse.combine(NotificationResponse response)
Combine the contents of this response with the provided response and
return a new instance of
NotificationResponse. |
void |
NotificationResult.setNotificationResponse(NotificationResponse notificationResponse) |
| Constructor and Description |
|---|
NotificationResponse(NotificationResponse response) |
Copyright © 2016 Jasig. All Rights Reserved.