com.liferay.portal.model.impl
Class RoleImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl
com.liferay.portal.model.impl.RoleModelImpl
com.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
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 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 |
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
RoleImpl
public RoleImpl()