net.myvietnam.mvnplugin.mvnforum
Class MVNForumConfig

java.lang.Object
  |
  +--net.myvietnam.mvnplugin.mvnforum.MVNForumConfig

public final class MVNForumConfig
extends java.lang.Object


Field Summary
static boolean DEFAULT_MEMBER_ENABLE
           
static boolean DEFAULT_MESSAGE_ENABLE
           
static boolean PRINT_STACK_TRACE
           
static int ROWS_IN_ADMINS
           
static int ROWS_IN_LAST_REPLIES
          This is the number of reply rows returned when addpost (reply to a topic) /forum/addpost
static int ROWS_IN_MEMBERS
          This is the number of rows returned when list members in the Member table
static int ROWS_IN_RECENT_MESSAGES
          This is the number of rows returned when list recent messages in the Message table /admin/listdisablemessageprocess
static int ROWS_IN_RECENT_THREADS
          This is the number of rows returned when list recent topics of any Forum /forum/listrecentthreads
static int ROWS_IN_REPLIES
          This is the number of reply rows returned when viewthread /forum/viewthread
static int ROWS_IN_THREADS
          This is the number of rows returned when list topics in MessageWebHandler.listThreads() /forum/listthreads
static int SESSION_DURATION
           
 
Method Summary
static java.lang.String getLogDir()
           
static java.lang.String getLogoUrl()
           
static java.lang.String getMVNForumHome()
           
static java.lang.String getReason()
           
static java.lang.String getSearchIndexDir()
           
static java.lang.String getTempDir()
           
static java.lang.String getWebMasterEmail()
           
static boolean isShouldRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRINT_STACK_TRACE

public static final boolean PRINT_STACK_TRACE
See Also:
Constant Field Values

SESSION_DURATION

public static final int SESSION_DURATION
See Also:
Constant Field Values

DEFAULT_MESSAGE_ENABLE

public static final boolean DEFAULT_MESSAGE_ENABLE
See Also:
Constant Field Values

DEFAULT_MEMBER_ENABLE

public static final boolean DEFAULT_MEMBER_ENABLE
See Also:
Constant Field Values

ROWS_IN_ADMINS

public static final int ROWS_IN_ADMINS
See Also:
Constant Field Values

ROWS_IN_THREADS

public static final int ROWS_IN_THREADS
This is the number of rows returned when list topics in MessageWebHandler.listThreads() /forum/listthreads

See Also:
Constant Field Values

ROWS_IN_RECENT_THREADS

public static final int ROWS_IN_RECENT_THREADS
This is the number of rows returned when list recent topics of any Forum /forum/listrecentthreads

See Also:
Constant Field Values

ROWS_IN_REPLIES

public static final int ROWS_IN_REPLIES
This is the number of reply rows returned when viewthread /forum/viewthread

See Also:
Constant Field Values

ROWS_IN_LAST_REPLIES

public static final int ROWS_IN_LAST_REPLIES
This is the number of reply rows returned when addpost (reply to a topic) /forum/addpost

See Also:
Constant Field Values

ROWS_IN_RECENT_MESSAGES

public static final int ROWS_IN_RECENT_MESSAGES
This is the number of rows returned when list recent messages in the Message table /admin/listdisablemessageprocess

See Also:
Constant Field Values

ROWS_IN_MEMBERS

public static final int ROWS_IN_MEMBERS
This is the number of rows returned when list members in the Member table

See Also:
Constant Field Values
Method Detail

isShouldRun

public static boolean isShouldRun()

getReason

public static java.lang.String getReason()

getMVNForumHome

public static java.lang.String getMVNForumHome()

getTempDir

public static java.lang.String getTempDir()

getSearchIndexDir

public static java.lang.String getSearchIndexDir()

getLogDir

public static java.lang.String getLogDir()

getWebMasterEmail

public static java.lang.String getWebMasterEmail()

getLogoUrl

public static java.lang.String getLogoUrl()