Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBCategoryConstants

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

public class MBCategoryConstants
extends Object


Field Summary
static String DEFAULT_DISPLAY_STYLE
           
static long DEFAULT_PARENT_CATEGORY_ID
           
static long DISCUSSION_CATEGORY_ID
           
static String[] DISPLAY_STYLES
           
 
Constructor Summary
MBCategoryConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DISPLAY_STYLE

public static final String DEFAULT_DISPLAY_STYLE

DEFAULT_PARENT_CATEGORY_ID

public static final long DEFAULT_PARENT_CATEGORY_ID
See Also:
Constant Field Values

DISCUSSION_CATEGORY_ID

public static final long DISCUSSION_CATEGORY_ID
See Also:
Constant Field Values

DISPLAY_STYLES

public static final String[] DISPLAY_STYLES
Constructor Detail

MBCategoryConstants

public MBCategoryConstants()

Liferay 6.1.2-ce-ga3