Package com.liferay.portal.kernel.model
Interface Role
- All Superinterfaces:
AttachedModel,AuditedModel,BaseModel<Role>,ClassedModel,Cloneable,Comparable<Role>,CTModel<Role>,ExternalReferenceCodeModel,LocalizedModel,MVCCModel,PersistedModel,RoleModel,Serializable,ShardedModel,StagedAuditedModel,StagedModel,TypedModel
- All Known Implementing Classes:
RoleWrapper
The extended model interface for the Role service. Represents a row in the "Role_" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.RoleModel
cloneWithOriginalValues, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExternalReferenceCode, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getRoleId, getSubtype, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getType, getUserId, getUserName, getUserUuid, getUuid, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExternalReferenceCode, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setRoleId, setSubtype, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
ROLE_ID_ACCESSOR
-
NAME_ACCESSOR
-
TITLE_ACCESSOR
-
-
Method Details
-
getDescriptiveName
- Throws:
PortalException
-
getIconCssClass
String getIconCssClass() -
getTypeLabel
String getTypeLabel() -
isSystem
boolean isSystem() -
isTeam
boolean isTeam()
-