com.solidstategroup.forum
Class ForumManager

java.lang.Object
  extended by com.solidstategroup.forum.ForumManager

public class ForumManager
extends java.lang.Object


Field Summary
static java.lang.String[] FORUMUSERTYPES
           
 
Constructor Summary
ForumManager()
           
 
Method Summary
static boolean canEditPost(javax.servlet.http.HttpServletRequest request, Post thisPost)
           
static boolean canModerateForum(javax.servlet.http.HttpServletRequest request)
           
static boolean canReply(javax.servlet.http.HttpServletRequest request, Thread thisThread)
           
static boolean canStartNewThread(javax.servlet.http.HttpServletRequest request, Forum thisForum)
           
static java.lang.String getForumUserType()
           
static void setForumUserType(java.lang.String forumUserType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORUMUSERTYPES

public static final java.lang.String[] FORUMUSERTYPES
Constructor Detail

ForumManager

public ForumManager()
Method Detail

canEditPost

public static boolean canEditPost(javax.servlet.http.HttpServletRequest request,
                                  Post thisPost)

canReply

public static boolean canReply(javax.servlet.http.HttpServletRequest request,
                               Thread thisThread)

canStartNewThread

public static boolean canStartNewThread(javax.servlet.http.HttpServletRequest request,
                                        Forum thisForum)

canModerateForum

public static boolean canModerateForum(javax.servlet.http.HttpServletRequest request)

getForumUserType

public static java.lang.String getForumUserType()

setForumUserType

public static void setForumUserType(java.lang.String forumUserType)