Liferay 6.0.5

com.liferay.portal.model
Class RoleConstants

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

public class RoleConstants
extends Object


Field Summary
static String ADMINISTRATOR
           
static String COMMUNITY_ADMINISTRATOR
           
static String COMMUNITY_MEMBER
           
static String COMMUNITY_OWNER
           
static String GUEST
           
static String ORGANIZATION_ADMINISTRATOR
           
static String ORGANIZATION_MEMBER
           
static String ORGANIZATION_OWNER
           
static String OWNER
           
static String POWER_USER
           
static String[] SYSTEM_COMMUNITY_ROLES
           
static String[] SYSTEM_ORGANIZATION_ROLES
           
static String[] SYSTEM_ROLES
           
static int TYPE_COMMUNITY
           
static String TYPE_COMMUNITY_LABEL
           
static int TYPE_ORGANIZATION
           
static String TYPE_ORGANIZATION_LABEL
           
static int TYPE_PROVIDER
           
static int TYPE_REGULAR
           
static String TYPE_REGULAR_LABEL
           
static String USER
           
 
Constructor Summary
RoleConstants()
           
 
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

ADMINISTRATOR

public static final String ADMINISTRATOR
See Also:
Constant Field Values

GUEST

public static final String GUEST
See Also:
Constant Field Values

OWNER

public static final String OWNER
See Also:
Constant Field Values

POWER_USER

public static final String POWER_USER
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

SYSTEM_ROLES

public static final String[] SYSTEM_ROLES

COMMUNITY_ADMINISTRATOR

public static final String COMMUNITY_ADMINISTRATOR
See Also:
Constant Field Values

COMMUNITY_MEMBER

public static final String COMMUNITY_MEMBER
See Also:
Constant Field Values

COMMUNITY_OWNER

public static final String COMMUNITY_OWNER
See Also:
Constant Field Values

SYSTEM_COMMUNITY_ROLES

public static final String[] SYSTEM_COMMUNITY_ROLES

ORGANIZATION_ADMINISTRATOR

public static final String ORGANIZATION_ADMINISTRATOR
See Also:
Constant Field Values

ORGANIZATION_MEMBER

public static final String ORGANIZATION_MEMBER
See Also:
Constant Field Values

ORGANIZATION_OWNER

public static final String ORGANIZATION_OWNER
See Also:
Constant Field Values

SYSTEM_ORGANIZATION_ROLES

public static final String[] SYSTEM_ORGANIZATION_ROLES

TYPE_COMMUNITY

public static final int TYPE_COMMUNITY
See Also:
Constant Field Values

TYPE_COMMUNITY_LABEL

public static final String TYPE_COMMUNITY_LABEL
See Also:
Constant Field Values

TYPE_ORGANIZATION

public static final int TYPE_ORGANIZATION
See Also:
Constant Field Values

TYPE_ORGANIZATION_LABEL

public static final String TYPE_ORGANIZATION_LABEL
See Also:
Constant Field Values

TYPE_PROVIDER

public static final int TYPE_PROVIDER
See Also:
Constant Field Values

TYPE_REGULAR

public static final int TYPE_REGULAR
See Also:
Constant Field Values

TYPE_REGULAR_LABEL

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

RoleConstants

public RoleConstants()
Method Detail

getTypeLabel

public static String getTypeLabel(int type)

Liferay 6.0.5