Uses of Class
com.arsdigita.messaging.ThreadedMessage

Packages that use ThreadedMessage
com.arsdigita.messaging Messaging provides a standard set of abstractions for creating and storing messages. 
com.arsdigita.notification Notification provides the application-level capabilities needed for outbound email. 
 

Uses of ThreadedMessage in com.arsdigita.messaging
 

Methods in com.arsdigita.messaging that return ThreadedMessage
 ThreadedMessage MessageThread.getRootMessage()
          This method retrieves the root message, i.e.
 ThreadedMessage ThreadedMessage.newInstance()
           
 ThreadedMessage ThreadedMessage.replyTo(Party from, String body)
          Gets a new message suitable for a reply to this message, with the given sender and message body.
 ThreadedMessage ThreadedMessage.replyTo()
          Gets a new message that is suitable for a reply to this message.
 ThreadedMessage ThreadedMessage.replyTo(ThreadedMessage reply)
           
 ThreadedMessage ThreadedMessage.getRootMsg()
           
 

Methods in com.arsdigita.messaging with parameters of type ThreadedMessage
static MessageThread MessageThread.getFromRootMessage(ThreadedMessage msg)
          retrieves the MessageThread object which has the specified ThreadedMessage as its root
 ThreadedMessage ThreadedMessage.replyTo(ThreadedMessage reply)
           
 

Constructors in com.arsdigita.messaging with parameters of type ThreadedMessage
MessageThread(ThreadedMessage rootMsg)
           
 

Uses of ThreadedMessage in com.arsdigita.notification
 

Methods in com.arsdigita.notification with parameters of type ThreadedMessage
 void BaseSubscription.sendNotification(ThreadedMessage post)
          This method will send immediate notifications to subscribed users with the header and signature specified by getHeader() and getSignature.
abstract  String BaseSubscription.getHeader(ThreadedMessage post)
          Returns a header for forum alerts with the following standard information:
 String BaseSubscription.getSignature(ThreadedMessage post)
          Returns the signature to be appended to the alert.
 



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