com.liferay.portal.model
Class GroupConstants

java.lang.Object
  extended by com.liferay.portal.model.GroupConstants

public class GroupConstants
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String CONTROL_PANEL
           
static long DEFAULT_LIVE_GROUP_ID
           
static long DEFAULT_PARENT_GROUP_ID
           
static java.lang.String GUEST
           
static java.lang.String[] SYSTEM_GROUPS
           
static int TYPE_COMMUNITY_OPEN
           
static java.lang.String TYPE_COMMUNITY_OPEN_LABEL
           
static int TYPE_COMMUNITY_PRIVATE
           
static java.lang.String TYPE_COMMUNITY_PRIVATE_LABEL
           
static int TYPE_COMMUNITY_RESTRICTED
           
static java.lang.String TYPE_COMMUNITY_RESTRICTED_LABEL
           
 
Constructor Summary
GroupConstants()
           
 
Method Summary
static java.lang.String getTypeLabel(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARENT_GROUP_ID

public static final long DEFAULT_PARENT_GROUP_ID
See Also:
Constant Field Values

DEFAULT_LIVE_GROUP_ID

public static final long DEFAULT_LIVE_GROUP_ID
See Also:
Constant Field Values

CONTROL_PANEL

public static final java.lang.String CONTROL_PANEL
See Also:
Constant Field Values

GUEST

public static final java.lang.String GUEST
See Also:
Constant Field Values

SYSTEM_GROUPS

public static final java.lang.String[] SYSTEM_GROUPS

TYPE_COMMUNITY_OPEN

public static final int TYPE_COMMUNITY_OPEN
See Also:
Constant Field Values

TYPE_COMMUNITY_OPEN_LABEL

public static final java.lang.String TYPE_COMMUNITY_OPEN_LABEL
See Also:
Constant Field Values

TYPE_COMMUNITY_PRIVATE

public static final int TYPE_COMMUNITY_PRIVATE
See Also:
Constant Field Values

TYPE_COMMUNITY_PRIVATE_LABEL

public static final java.lang.String TYPE_COMMUNITY_PRIVATE_LABEL
See Also:
Constant Field Values

TYPE_COMMUNITY_RESTRICTED

public static final int TYPE_COMMUNITY_RESTRICTED
See Also:
Constant Field Values

TYPE_COMMUNITY_RESTRICTED_LABEL

public static final java.lang.String TYPE_COMMUNITY_RESTRICTED_LABEL
See Also:
Constant Field Values
Constructor Detail

GroupConstants

public GroupConstants()
Method Detail

getTypeLabel

public static java.lang.String getTypeLabel(int type)