@ProviderType public interface Team extends PersistedModel, TeamModel
TeamModel
Modifier and Type | Field and Description |
---|---|
static Accessor<Team,java.lang.String> |
NAME_ACCESSOR |
static Accessor<Team,java.lang.Long> |
TEAM_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
Role |
getRole() |
persist
getCompanyId, 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, setUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
clone, getStagedModelType
static final Accessor<Team,java.lang.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