|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.modules.fo.archiver.ForumArchiveManager
public class ForumArchiveManager
Initial Date: Nov 11, 2005
| Method Summary | |
|---|---|
java.lang.String |
applyFormatter(ForumFormatter forumFormatter,
long forumId,
ForumCallback forumCallback)
If the forumCallback is null no restriction applies to the forum archiver. |
java.lang.String |
applyFormatterForOneThread(ForumFormatter forumFormatter,
long forumId,
long topMessageId)
It is assumed that if the caller of this method is allowed to see the forum thread starting from topMessageId, then he also has the right to archive it, so no need for a ForumCallback. |
static ForumArchiveManager |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ForumArchiveManager getInstance()
public java.lang.String applyFormatter(ForumFormatter forumFormatter,
long forumId,
ForumCallback forumCallback)
forumFormatter - forumId - forumCallback -
public java.lang.String applyFormatterForOneThread(ForumFormatter forumFormatter,
long forumId,
long topMessageId)
forumFormatter - forumId - topMessageId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||