Liferay 6.1.2-ce-ga3

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 GLOBAL
           
static String GLOBAL_FRIENDLY_URL
           
static String GUEST
           
static String[] SYSTEM_GROUPS
           
static int TYPE_SITE_OPEN
           
static String TYPE_SITE_OPEN_LABEL
           
static int TYPE_SITE_PRIVATE
           
static String TYPE_SITE_PRIVATE_LABEL
           
static int TYPE_SITE_RESTRICTED
           
static String TYPE_SITE_RESTRICTED_LABEL
           
static int TYPE_SITE_SYSTEM
           
static String TYPE_SITE_SYSTEM_LABEL
           
static String USER_PERSONAL_SITE
           
static String USER_PERSONAL_SITE_FRIENDLY_URL
           
 
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

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

DEFAULT_LIVE_GROUP_ID

public static final long DEFAULT_LIVE_GROUP_ID
See Also:
Constant Field Values

DEFAULT_PARENT_GROUP_ID

public static final long DEFAULT_PARENT_GROUP_ID
See Also:
Constant Field Values

GLOBAL

public static final String GLOBAL
See Also:
Constant Field Values

GLOBAL_FRIENDLY_URL

public static final String GLOBAL_FRIENDLY_URL
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_SITE_OPEN

public static final int TYPE_SITE_OPEN
See Also:
Constant Field Values

TYPE_SITE_OPEN_LABEL

public static final String TYPE_SITE_OPEN_LABEL
See Also:
Constant Field Values

TYPE_SITE_PRIVATE

public static final int TYPE_SITE_PRIVATE
See Also:
Constant Field Values

TYPE_SITE_PRIVATE_LABEL

public static final String TYPE_SITE_PRIVATE_LABEL
See Also:
Constant Field Values

TYPE_SITE_RESTRICTED

public static final int TYPE_SITE_RESTRICTED
See Also:
Constant Field Values

TYPE_SITE_RESTRICTED_LABEL

public static final String TYPE_SITE_RESTRICTED_LABEL
See Also:
Constant Field Values

TYPE_SITE_SYSTEM

public static final int TYPE_SITE_SYSTEM
See Also:
Constant Field Values

TYPE_SITE_SYSTEM_LABEL

public static final String TYPE_SITE_SYSTEM_LABEL
See Also:
Constant Field Values

USER_PERSONAL_SITE

public static final String USER_PERSONAL_SITE
See Also:
Constant Field Values

USER_PERSONAL_SITE_FRIENDLY_URL

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

GroupConstants

public GroupConstants()
Method Detail

getTypeLabel

public static String getTypeLabel(int type)

Liferay 6.1.2-ce-ga3