JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
I
J
N
O
S
T
A
addEntries(List<NotificationEntry>)
- Method in class org.jasig.portlet.notice.
NotificationCategory
C
clone()
- Method in class org.jasig.portlet.notice.
NotificationAction
Implements deep-copy clone.
clone()
- Method in class org.jasig.portlet.notice.
NotificationAttribute
Implements deep-copy clone.
clone()
- Method in class org.jasig.portlet.notice.
NotificationCategory
Implements deep-copy clone.
clone()
- Method in class org.jasig.portlet.notice.
NotificationEntry
Implements deep-copy clone.
clone()
- Method in class org.jasig.portlet.notice.
NotificationError
Implements deep-copy clone.
clone()
- Method in class org.jasig.portlet.notice.
NotificationResponse
Implements deep-copy clone.
combine(NotificationResponse)
- Method in class org.jasig.portlet.notice.
NotificationResponse
Combine the contents of this response with the provided response and return a
new instance
of
NotificationResponse
.
D
deserialize(JsonParser, DeserializationContext)
- Method in class org.jasig.portlet.notice.
JsonAttributesDeserializer
deserialize(JsonParser, DeserializationContext)
- Method in class org.jasig.portlet.notice.
JsonDateDeserializer
deserialize(JsonParser, DeserializationContext)
- Method in class org.jasig.portlet.notice.
JsonNotificationActionDeserializer
E
equals(Object)
- Method in class org.jasig.portlet.notice.
NotificationError
F
filterErrors(Set<Integer>)
- Method in class org.jasig.portlet.notice.
NotificationResponse
Return a
new instance
of
NotificationResponse
from which the specified errors have been removed.
findNotificationEntryById(String)
- Method in class org.jasig.portlet.notice.
NotificationResponse
Returns the
NotificationEntry
with the specified id, or null if not present.
G
getAttributes()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getAvailableActions()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getBody()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getCategories()
- Method in class org.jasig.portlet.notice.
NotificationResponse
getClazz()
- Method in class org.jasig.portlet.notice.
NotificationAction
getDueDate()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getEntries()
- Method in class org.jasig.portlet.notice.
NotificationCategory
getError()
- Method in class org.jasig.portlet.notice.
NotificationError
getErrors()
- Method in class org.jasig.portlet.notice.
NotificationResponse
getId()
- Method in class org.jasig.portlet.notice.
NotificationAction
getId()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getImage()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getKey()
- Method in class org.jasig.portlet.notice.
NotificationError
getLabel()
- Method in class org.jasig.portlet.notice.
NotificationAction
getLinkText()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getName()
- Method in class org.jasig.portlet.notice.
NotificationAttribute
getNotificationResponse()
- Method in class org.jasig.portlet.notice.
NotificationResult
getPriority()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getQueryWindowId()
- Method in class org.jasig.portlet.notice.
NotificationQuery
getQueryWindowId()
- Method in class org.jasig.portlet.notice.
NotificationResult
getResultWindowId()
- Method in class org.jasig.portlet.notice.
NotificationResult
getSource()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getSource()
- Method in class org.jasig.portlet.notice.
NotificationError
getTarget()
- Method in class org.jasig.portlet.notice.
NotificationAction
getTitle()
- Method in class org.jasig.portlet.notice.
NotificationCategory
getTitle()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getUrl()
- Method in class org.jasig.portlet.notice.
NotificationEntry
getValues()
- Method in class org.jasig.portlet.notice.
NotificationAttribute
I
invoke(ActionRequest)
- Method in class org.jasig.portlet.notice.
NotificationAction
Perform this action on the notification to which it is attached.
isFavorite()
- Method in class org.jasig.portlet.notice.
NotificationEntry
J
JsonAttributesDeserializer
- Class in
org.jasig.portlet.notice
Parse the attributes list.
JsonAttributesDeserializer()
- Constructor for class org.jasig.portlet.notice.
JsonAttributesDeserializer
JsonAttributesSerializer
- Class in
org.jasig.portlet.notice
Simplifies the JSON output of the custom attributes to a format that is easy for javascript to work with.
JsonAttributesSerializer()
- Constructor for class org.jasig.portlet.notice.
JsonAttributesSerializer
JsonDateDeserializer
- Class in
org.jasig.portlet.notice
Apparently there is no standard format for dates in JSON.
JsonDateDeserializer()
- Constructor for class org.jasig.portlet.notice.
JsonDateDeserializer
JsonDateSerializer
- Class in
org.jasig.portlet.notice
Apparently there is no standard format for dates in JSON.
JsonDateSerializer()
- Constructor for class org.jasig.portlet.notice.
JsonDateSerializer
JsonNotificationActionDeserializer
- Class in
org.jasig.portlet.notice
JsonNotificationActionDeserializer()
- Constructor for class org.jasig.portlet.notice.
JsonNotificationActionDeserializer
N
NotificationAction
- Class in
org.jasig.portlet.notice
Represents a behavior that a user may invoke on a notification.
NotificationAction()
- Constructor for class org.jasig.portlet.notice.
NotificationAction
NotificationAttribute
- Class in
org.jasig.portlet.notice
Represents an extra, weakly-typed piece of meta data attached to a
NotificationEntry
.
NotificationAttribute()
- Constructor for class org.jasig.portlet.notice.
NotificationAttribute
NotificationAttribute(String, String)
- Constructor for class org.jasig.portlet.notice.
NotificationAttribute
Shortcut constructor.
NotificationAttribute(String, List<String>)
- Constructor for class org.jasig.portlet.notice.
NotificationAttribute
NotificationCategory
- Class in
org.jasig.portlet.notice
Container class that holds the entries for a given category.
NotificationCategory()
- Constructor for class org.jasig.portlet.notice.
NotificationCategory
Constructor.
NotificationCategory(String, List<NotificationEntry>)
- Constructor for class org.jasig.portlet.notice.
NotificationCategory
Constructor.
NotificationEntry
- Class in
org.jasig.portlet.notice
This class represents a single notification within the portlet.
NotificationEntry()
- Constructor for class org.jasig.portlet.notice.
NotificationEntry
NotificationError
- Class in
org.jasig.portlet.notice
This class is used report errors when a INotificationService tries to retrieve notifications but is unable to due to some error.
NotificationError()
- Constructor for class org.jasig.portlet.notice.
NotificationError
NotificationError(String, String)
- Constructor for class org.jasig.portlet.notice.
NotificationError
NotificationQuery
- Class in
org.jasig.portlet.notice
NotificationQuery()
- Constructor for class org.jasig.portlet.notice.
NotificationQuery
NotificationResponse
- Class in
org.jasig.portlet.notice
This class contains all the categories and errors retrieved by an INotificationService.
NotificationResponse()
- Constructor for class org.jasig.portlet.notice.
NotificationResponse
NotificationResponse(NotificationResponse)
- Constructor for class org.jasig.portlet.notice.
NotificationResponse
NotificationResponse(List<NotificationCategory>, List<NotificationError>)
- Constructor for class org.jasig.portlet.notice.
NotificationResponse
NotificationResult
- Class in
org.jasig.portlet.notice
NotificationResult()
- Constructor for class org.jasig.portlet.notice.
NotificationResult
O
org.jasig.portlet.notice
- package org.jasig.portlet.notice
S
serialize(List<NotificationAttribute>, JsonGenerator, SerializerProvider)
- Method in class org.jasig.portlet.notice.
JsonAttributesSerializer
serialize(Date, JsonGenerator, SerializerProvider)
- Method in class org.jasig.portlet.notice.
JsonDateSerializer
setAttributes(List<NotificationAttribute>)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setAvailableActions(List<NotificationAction>)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setBody(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setCategories(List<NotificationCategory>)
- Method in class org.jasig.portlet.notice.
NotificationResponse
setDueDate(Date)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setEntries(List<NotificationEntry>)
- Method in class org.jasig.portlet.notice.
NotificationCategory
setError(String)
- Method in class org.jasig.portlet.notice.
NotificationError
setErrors(List<NotificationError>)
- Method in class org.jasig.portlet.notice.
NotificationResponse
setFavorite(boolean)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setId(String)
- Method in class org.jasig.portlet.notice.
NotificationAction
Identifies the action, from among the available set of actions, when the user invokes it.
setId(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
Sets the unique identifier for this notification.
setImage(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setLabel(String)
- Method in class org.jasig.portlet.notice.
NotificationAction
setLinkText(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setName(String)
- Method in class org.jasig.portlet.notice.
NotificationAttribute
setNotificationResponse(NotificationResponse)
- Method in class org.jasig.portlet.notice.
NotificationResult
setPriority(int)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setQueryWindowId(String)
- Method in class org.jasig.portlet.notice.
NotificationQuery
setQueryWindowId(String)
- Method in class org.jasig.portlet.notice.
NotificationResult
setResultWindowId(String)
- Method in class org.jasig.portlet.notice.
NotificationResult
setSource(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setSource(String)
- Method in class org.jasig.portlet.notice.
NotificationError
setTitle(String)
- Method in class org.jasig.portlet.notice.
NotificationCategory
setTitle(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setUrl(String)
- Method in class org.jasig.portlet.notice.
NotificationEntry
setValues(List<String>)
- Method in class org.jasig.portlet.notice.
NotificationAttribute
T
toString()
- Method in class org.jasig.portlet.notice.
NotificationAttribute
toString()
- Method in class org.jasig.portlet.notice.
NotificationCategory
toString()
- Method in class org.jasig.portlet.notice.
NotificationEntry
toString()
- Method in class org.jasig.portlet.notice.
NotificationError
toString()
- Method in class org.jasig.portlet.notice.
NotificationResponse
A
C
D
E
F
G
I
J
N
O
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Jasig
. All Rights Reserved.