Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Class MBThreadConstants

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBThreadConstants

public class MBThreadConstants
extends Object


Field Summary
static String NEW_THREAD_URL
           
static double PRIORITY_NOT_GIVEN
           
static String THREAD_VIEW_COMBINATION
           
static String THREAD_VIEW_FLAT
           
static String THREAD_VIEW_TREE
           
 
Constructor Summary
MBThreadConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_THREAD_URL

public static final String NEW_THREAD_URL
See Also:
Constant Field Values

PRIORITY_NOT_GIVEN

public static final double PRIORITY_NOT_GIVEN
See Also:
Constant Field Values

THREAD_VIEW_COMBINATION

public static final String THREAD_VIEW_COMBINATION
See Also:
Constant Field Values

THREAD_VIEW_FLAT

public static final String THREAD_VIEW_FLAT
See Also:
Constant Field Values

THREAD_VIEW_TREE

public static final String THREAD_VIEW_TREE
See Also:
Constant Field Values
Constructor Detail

MBThreadConstants

public MBThreadConstants()

Liferay 6.2-ce-ga5