com.liferay.portal.model
Interface Team
- All Superinterfaces:
- AuditedModel, BaseModel<Team>, ClassedModel, Cloneable, Comparable<Team>, GroupedModel, MVCCModel, PersistedModel, Serializable, TeamModel
- All Known Implementing Classes:
- TeamBaseImpl, TeamImpl, TeamWrapper
@ProviderType
public interface Team
- extends TeamModel, PersistedModel
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.
- See Also:
TeamModel,
TeamImpl,
TeamModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from interface com.liferay.portal.model.TeamModel |
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setMvccVersion, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTeamId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
TEAM_ID_ACCESSOR
static final Accessor<Team,Long> TEAM_ID_ACCESSOR
NAME_ACCESSOR
static final Accessor<Team,String> NAME_ACCESSOR
getRole
Role getRole()
throws PortalException
- Throws:
PortalException