Uses of Class
org.liquidsite.app.template.PostBean

Packages that use PostBean
org.liquidsite.app.template   
 

Uses of PostBean in org.liquidsite.app.template
 

Methods in org.liquidsite.app.template that return PostBean
 PostBean TopicBean.getFirst()
          Returns the first post in this topic.
 PostBean TopicBean.getLast()
          Returns the last post in this topic.
 PostBean TopicBean.findPost(int id)
          Returns a specified post in this topic.