|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.template.ContentBean
org.liquidsite.app.template.TopicBean
A topic template bean. This class is used to access topics from the template data model.
| Method Summary | |
PostBean |
findPost(int id)
Returns a specified post in this topic. |
java.util.ArrayList |
findPosts(int offset,
int count)
Returns all posts in this topic. |
PostBean |
getFirst()
Returns the first post in this topic. |
PostBean |
getLast()
Returns the last post in this topic. |
boolean |
getLocked()
Returns the topic locked flag. |
int |
getPostCount()
Returns the number of posts in this topic. |
java.lang.String |
getSubject()
Returns the topic subject. |
java.lang.String |
getSubjectSource()
Returns the unprocessed topic subject. |
| Methods inherited from class org.liquidsite.app.template.ContentBean |
getContent, getContext, getCreated, getDate, getId, getLock, getName, getOnline, getParent, getPath, getRevision, getUser, hasAccess, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getSubject()
public java.lang.String getSubjectSource()
public boolean getLocked()
public PostBean getFirst()
public PostBean getLast()
public int getPostCount()
public PostBean findPost(int id)
id - the post content identifier
public java.util.ArrayList findPosts(int offset,
int count)
offset - the number of post to skipcount - the maximum number of posts
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||