| Package | Description |
|---|---|
| org.mmbase.applications.mmbob | |
| org.mmbase.applications.mmbob.generate |
| Modifier and Type | Method and Description |
|---|---|
PostThread |
Posting.getParent() |
PostThread |
PostArea.getPostThread(String id)
get a postthread by it's MMbase Objectnumber
|
PostThread |
Forum.getPostThread(String postthreadid) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<PostThread> |
PostArea.getPostThreads()
get all the postthreads in the postarea
|
Iterator<PostThread> |
PostArea.getPostThreads(int page,
int pagecount)
get an iterator of the postthreads in the postarea
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostArea.childRemoved(PostThread t)
remove a postthread from the postthreads and signal the
parent forum that Thread was removed
|
String |
Poster.filterEmail(String body,
PostThread t) |
protected void |
PostArea.resort(PostThread child)
re-add the given PostThread to the postthreads-Vector
|
void |
Poster.seenThread(PostThread t)
add the MMbase threadid to the HashMap of seen threads.
|
void |
Poster.sendEmailOnChange(PostThread t) |
void |
ThreadObserver.signalContentAdded(PostThread t) |
void |
PostArea.signalNewReply(PostThread child)
signal the postarea that there is a new reply
|
void |
PostArea.signalRemovedReply(PostThread child)
signal the postarea that a reply was removed so it cat update the postcount etc ..
|
void |
PostArea.signalViewsChanged(PostThread child)
signal the postarea that the number of views has been changed
|
| Constructor and Description |
|---|
Posting(Node node,
PostThread parent,
boolean prefixwanted)
Construct the posting
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReplysHandler.createReply(PostThread postthread,
Poster poster,
int i) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}