Uses of Class
com.arsdigita.forum.Post

Packages that use Post
com.arsdigita.forum Experimental The bboard package provides discussion forums in which users can post and reply to messages. 
com.arsdigita.forum.ui   
 

Uses of Post in com.arsdigita.forum
 

Methods in com.arsdigita.forum that return Post
 Post ThreadSubscription.getThread()
          Deprecated. the return type of this method will soon become MessageThread
static Post Post.create(Forum forum)
          Creates a new Posting in a form.
static Post Post.create(Forum forum, String status)
          Creates a new Posting in a form.
 Post Post.replyToPost()
          Deprecated. use replyTo() instead
 

Methods in com.arsdigita.forum with parameters of type Post
 void ThreadSubscription.setThread(Post post)
          Deprecated.  
static ThreadSubscription ThreadSubscription.getThreadSubscription(Post post)
          Deprecated.  
 String ThreadSubscription.getSignature(Post post)
          Returns a signature with information about replying to the message
protected static String Subscription.getReturnURLMessage(Post post)
           
 void DailySubscription.sendNotification(Post post)
          Queues the post for once-daily notification of new posts.
 

Uses of Post in com.arsdigita.forum.ui
 

Methods in com.arsdigita.forum.ui that return Post
protected  Post ReplyToPostForm.getPost(com.arsdigita.bebop.PageState state, boolean create)
           
protected abstract  Post PostForm.getPost(com.arsdigita.bebop.PageState state, boolean create)
           
protected  Post EditPostForm.getPost(com.arsdigita.bebop.PageState state, boolean create)
           
 

Methods in com.arsdigita.forum.ui with parameters of type Post
protected  void ThreadDisplay.generateActionXML(com.arsdigita.bebop.PageState state, com.arsdigita.xml.Element parent, Post post)
           
protected  String ThreadDisplay.makeURL(com.arsdigita.bebop.PageState state, String action, Post post)
           
protected  void ReplyToPostForm.initWidgets(com.arsdigita.bebop.PageState state, Post post)
           
protected  void ReplyToPostForm.processWidgets(com.arsdigita.bebop.PageState state, Post post)
           
protected  void PostForm.initWidgets(com.arsdigita.bebop.PageState state, Post post)
           
protected  void PostForm.processWidgets(com.arsdigita.bebop.PageState state, Post post)
           
protected  void EditPostForm.initWidgets(com.arsdigita.bebop.PageState state, Post post)
           
protected  void EditPostForm.processWidgets(com.arsdigita.bebop.PageState state, Post post)
           
 



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