|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationResponse | |
|---|---|
| org.jasig.portlet.notice.response | |
| org.jasig.portlet.notice.service | |
| Uses of NotificationResponse in org.jasig.portlet.notice.response |
|---|
| Methods in org.jasig.portlet.notice.response that return NotificationResponse | |
|---|---|
static NotificationResponse |
NotificationResponse.fromJson(String data)
Write the instance data to a JSON data file. |
| Methods in org.jasig.portlet.notice.response with parameters of type NotificationResponse | |
|---|---|
void |
NotificationResponse.addResponseData(NotificationResponse response)
Extract the category and error data from the given response and add it to this instance's data. |
static String |
NotificationResponse.toJson(NotificationResponse request)
Write the instance data to a JSON data String. |
| Uses of NotificationResponse in org.jasig.portlet.notice.service |
|---|
| Methods in org.jasig.portlet.notice.service that return NotificationResponse | |
|---|---|
NotificationResponse |
INotificationService.fetchNotificationsFromSource(javax.portlet.PortletRequest req)
Gathers the collection of notifications for the user associated with the srequest. |
NotificationResponse |
DemoNotificationService.fetchNotificationsFromSource(javax.portlet.PortletRequest req)
Retrieves all available service requests for requester |
NotificationResponse |
CacheNotificationService.fetchNotificationsFromSource(javax.portlet.PortletRequest req)
|
NotificationResponse |
INotificationService.getNotifications(String notificationsContextName,
String remoteUser,
javax.portlet.PortletRequest req)
Most implementations need do nothing special with this method. |
NotificationResponse |
CacheNotificationService.getNotifications(String notificationsContextName,
String remoteUser,
javax.portlet.PortletRequest req)
|
NotificationResponse |
AbstractNotificationService.getNotifications(String notificationsContextName,
String remoteUser,
javax.portlet.PortletRequest req)
|
NotificationResponse |
DemoNotificationService.readFromFile(String filename)
De-serialize the given JSON formatted file back into a object. |
| Methods in org.jasig.portlet.notice.service with parameters of type NotificationResponse | |
|---|---|
boolean |
DemoNotificationService.writeToFile(NotificationResponse request,
String filename)
Serialize the given instance to JSON data and write it to a file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||