| net.jforum.dao.ModerationDAO
All known Subclasses: net.jforum.dao.generic.GenericModerationDAO,
ModerationDAO | public interface ModerationDAO (Code) | | author: Rafael Steil version: $Id: ModerationDAO.java,v 1.7 2006/08/23 02:13:35 rafaelsteil Exp $ |
aprovePost | public void aprovePost(int postId)(Code) | | Approves a post.
Parameters: postId - The post id to aprove |
categoryPendingModeration | public List categoryPendingModeration()(Code) | | Gets information about which categories and
foruns have posts to moderate.
a list instance where each entry is aModerationPendingInfo instance. |
topicsByForum | public Map topicsByForum(int forumId)(Code) | | Gets all messages that need moderation.
Parameters: forumId - The forum id to search for messagesto mdoerate A map instance where the key is the topic id and the value is a TopicModerationInfo instance. |
|
|