|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Forum
Forum wrapper.
| Method Summary | |
|---|---|
int |
getId()
Return the forum id. |
int |
getTopicCount()
Return the number of topics in the forum. |
ForumMessage[] |
getTopics()
Return all topics in the forum. |
ForumMessage[] |
getTopics(int from,
int to)
Return the topics in the forum between the specified bounds. |
boolean |
isLocked()
Return true if the forum has been locked. |
| Method Detail |
|---|
int getId()
ForumMessage[] getTopics()
int getTopicCount()
ForumMessage[] getTopics(int from,
int to)
from - The start index, inclusive.to - The end index, exclusive
boolean isLocked()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||