Uses of Class
com.arsdigita.messaging.SortKey

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC