Liferay 6.0.5

com.liferay.portal.model
Class GroupConstants

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

public class GroupConstants
extends Object


Field Summary
static String CONTROL_PANEL
           
static String CONTROL_PANEL_FRIENDLY_URL
           
static String DEFAULT
           
static long DEFAULT_LIVE_GROUP_ID
           
static long DEFAULT_PARENT_GROUP_ID
           
static String GUEST
           
static String[] SYSTEM_GROUPS
           
static int TYPE_COMMUNITY_OPEN
           
static String TYPE_COMMUNITY_OPEN_LABEL
           
static int TYPE_COMMUNITY_PRIVATE
           
static String TYPE_COMMUNITY_PRIVATE_LABEL
           
static int TYPE_COMMUNITY_RESTRICTED
           
static String TYPE_COMMUNITY_RESTRICTED_LABEL
           
static int TYPE_COMMUNITY_SYSTEM
           
static String TYPE_COMMUNITY_SYSTEM_LABEL
           
 
Constructor Summary
GroupConstants()
           
 
Method Summary
static 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 String CONTROL_PANEL
See Also:
Constant Field Values

CONTROL_PANEL_FRIENDLY_URL

public static final String CONTROL_PANEL_FRIENDLY_URL
See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values

GUEST

public static final String GUEST
See Also:
Constant Field Values

SYSTEM_GROUPS

public static final 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 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 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 String TYPE_COMMUNITY_RESTRICTED_LABEL
See Also:
Constant Field Values

TYPE_COMMUNITY_SYSTEM

public static final int TYPE_COMMUNITY_SYSTEM
See Also:
Constant Field Values

TYPE_COMMUNITY_SYSTEM_LABEL

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

GroupConstants

public GroupConstants()
Method Detail

getTypeLabel

public static String getTypeLabel(int type)

Liferay 6.0.5