com.solidstategroup.forum
Class ForumManager
java.lang.Object
com.solidstategroup.forum.ForumManager
public class ForumManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORUMUSERTYPES
public static final java.lang.String[] FORUMUSERTYPES
ForumManager
public ForumManager()
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)