See: Description
| Class | Description |
|---|---|
| JsonAttributesDeserializer |
Parse the attributes list.
|
| JsonAttributesSerializer |
Simplifies the JSON output of the custom attributes to a format that is easy for javascript to work with.
|
| JsonDateDeserializer |
Apparently there is no standard format for dates in JSON.
|
| JsonDateSerializer |
Apparently there is no standard format for dates in JSON.
|
| JsonNotificationActionDeserializer | |
| NotificationAction |
Represents a behavior that a user may invoke on a notification.
|
| NotificationAttribute |
Represents an extra, weakly-typed piece of meta data attached to a
NotificationEntry. |
| NotificationCategory |
Container class that holds the entries for a given category.
|
| NotificationConstants |
Constants related to notification-portlet-api
|
| NotificationEntry |
This class represents a single notification.
|
| NotificationError |
This class is used report errors when a INotificationService
tries to retrieve notifications but is unable to due to
some error.
|
| NotificationQuery | |
| NotificationResponse |
This class contains all the categories and errors retrieved by an INotificationService.
|
| NotificationResult |
| Enum | Description |
|---|---|
| NotificationState |
Represents a state that a
NotificationEntry is currently in, such as
new, completed, or favorated. |