|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortKey | |
com.arsdigita.messaging | Messaging provides a standard set of abstractions for creating and storing messages. |
Uses of SortKey in com.arsdigita.messaging |
Methods in com.arsdigita.messaging that return SortKey | |
SortKey |
SortKey.getChild()
Gets the first child of this sort key. |
SortKey |
SortKey.getParent()
Gets the parent of this sort key. |
SortKey |
ThreadedMessage.getSortKey()
Gets the value of the sort key (possibly null). |
Methods in com.arsdigita.messaging with parameters of type SortKey | |
void |
ThreadedMessage.setSortKey(SortKey key)
Sets the value of the sort key. |
Constructors in com.arsdigita.messaging with parameters of type SortKey | |
SortKey(SortKey parent)
Takes a parent sort key and returns its first child. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |