| Package | Description |
|---|---|
| org.mmbase.applications.mmbob |
| Modifier and Type | Method and Description |
|---|---|
PostArea |
PostThread.getParent() |
PostArea |
Forum.getPostArea(String id)
get a postarea of this forum by it's MMbase objectnumber
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PostArea> |
Forum.getPostAreas()
get all the postareas of this forum
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubArea.insert(PostArea area,
String name) |
void |
Forum.signalNewPost(PostArea child)
signal the forum that there is a new postthread updates the postthreadcount , and places it in the syncQueue
|
void |
Forum.signalNewReply(PostArea child)
signal the forum that there is a new reply updates the postcount, lastposttime, lastposter, lastpostsubject of
ths forum, and places it in the syncQueue
|
void |
Forum.signalRemovedPost(PostArea child)
signal the forum that there was a postthread removed updates the postthreadcount , and places it in the syncQueue
|
void |
Forum.signalRemovedReply(PostArea child)
signal the forum that a reply was removed updates the postcount, lastposttime, lastposter, lastpostsubject of ths
forum, and places it in the syncQueue
|
void |
Forum.signalViewsChanged(PostArea child)
signal the forum that there's a new view
|
| Constructor and Description |
|---|
PostThread(PostArea parent,
Node node,
boolean prefixwanted) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}