com.liferay.portlet.messageboards.model
Class MBCategoryConstants

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

public class MBCategoryConstants
extends java.lang.Object

Author:
Alexander Chow, Sergio González

Field Summary
static java.lang.String DEFAULT_DISPLAY_STYLE
           
static long DEFAULT_PARENT_CATEGORY_ID
           
static long DISCUSSION_CATEGORY_ID
           
static java.lang.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 java.lang.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 java.lang.String[] DISPLAY_STYLES
Constructor Detail

MBCategoryConstants

public MBCategoryConstants()