Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Role

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<Role>, ClassedModel, Cloneable, Comparable<Role>, PersistedModel, RoleModel, Serializable, StagedAuditedModel, StagedModel, TypedModel
All Known Implementing Classes:
RoleWrapper

@ProviderType
public interface Role
extends RoleModel, PersistedModel

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.

See Also:
RoleModel, RoleImpl, RoleModelImpl

Field Summary
static Accessor<Role,String> NAME_ACCESSOR
           
static Accessor<Role,Long> ROLE_ID_ACCESSOR
           
 
Method Summary
 String getDescriptiveName()
           
 String getTypeLabel()
           
 boolean isTeam()
           
 
Methods inherited from interface com.liferay.portal.model.RoleModel
clone, compareTo, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getRoleId, getSubtype, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setSubtype, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

ROLE_ID_ACCESSOR

static final Accessor<Role,Long> ROLE_ID_ACCESSOR

NAME_ACCESSOR

static final Accessor<Role,String> NAME_ACCESSOR
Method Detail

getDescriptiveName

String getDescriptiveName()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getTypeLabel

String getTypeLabel()

isTeam

boolean isTeam()

Liferay 6.2-ce-ga5