| Package | Description |
|---|---|
| org.mmbase.applications.mmbob | |
| org.mmbase.applications.mmbob.generate |
| Modifier and Type | Method and Description |
|---|---|
Poster |
Forum.createPoster(String account,
String password)
create a new poster for the forum
|
Poster |
Forum.getPoster(int posterid)
get a poster of this forum by it's MMBase Objectnumber
|
Poster |
Forum.getPoster(String posterid)
get a poster of this forum by it's accountname/nick (???)
|
Poster |
Forum.getPosterNick(String nick) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Poster> |
Forum.getAdministrators()
get the administrators of the forum
|
Enumeration<Poster> |
PostArea.getModerators()
Deprecated.
returning enumerations?!
|
Enumeration<Poster> |
Forum.getNonAdministrators(String searchkey) |
Enumeration<Poster> |
PostArea.getNonModerators(String searchKey)
Deprecated.
returning enumerations?!
|
Enumeration<Poster> |
Forum.getPosters()
get the posters of the forum
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Forum.addAdministrator(Poster ap)
add administrator to forum
|
boolean |
PostArea.addModerator(Poster mp)
add moderator status to given poster for this postarea
|
void |
Forum.childRemoved(Poster poster)
remove a poster from the forum
|
String |
PostThread.getState(Poster ap) |
boolean |
ThreadObserver.isBookmarked(Poster p) |
boolean |
PostArea.movePostThread(String postthreadid,
String newpostareaid,
Poster poster) |
int |
PostArea.newPost(String subject,
Poster poster,
String body,
String mood,
boolean parsed)
create a new postthread in the postarea
|
void |
Forum.newPoster(Poster p)
add a poster to the newposters-Vector
|
void |
Forum.newPosterOnline(Poster p)
add a poster to the onlineposters-Vector
|
int |
PostThread.postReply(String nsubject,
Poster poster,
String nbody,
boolean parsed) |
boolean |
Forum.removeAdministrator(Poster mp) |
boolean |
PostArea.removeModerator(Poster mp)
remove the moderator status of the poster regarding this postarea
|
void |
Forum.removeOnlinePoster(Poster p)
remove a poster from the onlineposters-Vector
|
boolean |
Forum.setBookmarkedChange(int id,
Poster ap,
boolean state) |
boolean |
ThreadObserver.setBookmarkedChange(Poster p,
boolean state) |
boolean |
Forum.setEmailOnChange(int id,
Poster ap,
boolean state) |
boolean |
ThreadObserver.setEmailOnChange(Poster p,
boolean state) |
boolean |
ThreadObserver.wantsEmailOnChange(Poster p) |
| Constructor and Description |
|---|
Mailbox(Node node,
Poster parent)
Constructor
|
ProfileInfo(Poster parent) |
ProfileInfo(Poster parent,
int id,
String xml,
String external,
int synced) |
RemoteHost(Poster parent,
String host,
int lastupdatetime,
int updatecount) |
Signature(Poster parent,
int id,
String body,
String mode,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReplysHandler.createReply(PostThread postthread,
Poster poster,
int i) |
boolean |
ThreadsHandler.createThread(String forumid,
String inpostarea,
Poster poster,
int i) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}