| java.lang.Object net.jforum.Command net.jforum.view.forum.ForumAction
ForumAction | public class ForumAction extends Command (Code) | | author: Rafael Steil version: $Id: ForumAction.java,v 1.76 2007/09/03 12:24:32 rafaelsteil Exp $ |
approveMessages | public void approveMessages()(Code) | | |
banned | public void banned()(Code) | | |
list | public void list()(Code) | | List all the forums (first page of forum index)?
|
moderation | public void moderation()(Code) | | |
newMessages | public void newMessages()(Code) | | |
readAll | public void readAll()(Code) | | |
show | public void show()(Code) | | Display all topics in a forum
|
unwatchForum | public void unwatchForum()(Code) | | Unwatch the forum watched.
|
watchForum | public void watchForum()(Code) | | Action when users click on "watch this forum"
It gets teh forum_id and userId, and put them into a watch_forum table in the database;
|
|
|