@ProviderType public interface Team extends PersistedModel, TeamModel
TeamModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<Team,String> |
NAME_ACCESSOR |
static Accessor<Team,Long> |
TEAM_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
getRole() |
persistgetCompanyId, getCreateDate, getDescription, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getPrimaryKey, getTeamId, getUserId, getUserName, getUserUuid, getUuid, setCompanyId, setCreateDate, setDescription, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setPrimaryKey, setTeamId, setUserId, setUserName, setUserUuid, setUuidclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypestatic final Accessor<Team,Long> TEAM_ID_ACCESSOR
com.liferay.portal.model.impl.TeamImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.Role getRole() throws PortalException
PortalException