Package com.liferay.portal.kernel.model
Interface Team
- All Superinterfaces:
AuditedModel
,BaseModel<Team>
,ClassedModel
,Cloneable
,Comparable<Team>
,CTModel<Team>
,GroupedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,StagedGroupedModel
,StagedModel
,TeamModel
- All Known Implementing Classes:
TeamWrapper
The extended model interface for the Team service. Represents a row in the "Team" 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.TeamModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDescription, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getTeamId, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setTeamId, setUserId, setUserName, setUserUuid, setUuid, toXmlString
-
Field Details
-
TEAM_ID_ACCESSOR
-
NAME_ACCESSOR
-
-
Method Details
-
getRole
- Throws:
PortalException
-