com.liferay.portal.model.impl
Class RoleImpl

java.lang.Object
  extended bycom.liferay.portal.model.impl.BaseModelImpl
      extended bycom.liferay.portal.model.impl.RoleModelImpl
          extended bycom.liferay.portal.model.impl.RoleImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, com.liferay.portal.model.Role, com.liferay.portal.model.RoleModel, java.io.Serializable

public class RoleImpl
extends RoleModelImpl
implements com.liferay.portal.model.Role

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String ADMINISTRATOR
           
static java.lang.String COMMUNITY_ADMINISTRATOR
           
static java.lang.String COMMUNITY_MEMBER
           
static java.lang.String COMMUNITY_OWNER
           
static java.lang.String GUEST
           
static java.lang.String POWER_USER
           
static java.lang.String[] SYSTEM_COMMUNITY_ROLES
           
static java.lang.String[] SYSTEM_ROLES
           
static int TYPE_COMMUNITY
           
static int TYPE_REGULAR
           
static java.lang.String USER
           
 
Fields inherited from class com.liferay.portal.model.impl.RoleModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_DESCRIPTION, XSS_ALLOW_NAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
RoleImpl()
           
 
Methods inherited from class com.liferay.portal.model.impl.RoleModelImpl
clone, compareTo, equals, getClassNameId, getClassPK, getCompanyId, getDescription, getName, getPrimaryKey, getPrimaryKeyObj, getRoleId, getType, hashCode, setClassNameId, setClassPK, setCompanyId, setDescription, setName, setPrimaryKey, setRoleId, setType
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.RoleModel
getClassNameId, getClassPK, getCompanyId, getDescription, getName, getPrimaryKey, getRoleId, getType, setClassNameId, setClassPK, setCompanyId, setDescription, setName, setPrimaryKey, setRoleId, setType
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

ADMINISTRATOR

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

GUEST

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

POWER_USER

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

USER

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

SYSTEM_ROLES

public static final java.lang.String[] SYSTEM_ROLES

COMMUNITY_ADMINISTRATOR

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

COMMUNITY_MEMBER

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

COMMUNITY_OWNER

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

SYSTEM_COMMUNITY_ROLES

public static final java.lang.String[] SYSTEM_COMMUNITY_ROLES

TYPE_COMMUNITY

public static final int TYPE_COMMUNITY
See Also:
Constant Field Values

TYPE_REGULAR

public static final int TYPE_REGULAR
See Also:
Constant Field Values
Constructor Detail

RoleImpl

public RoleImpl()