Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Team

All Superinterfaces:
AuditedModel, BaseModel<Team>, ClassedModel, Cloneable, Comparable<Team>, GroupedModel, 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.

Field Summary
static Accessor<Team,Long> TEAM_ID_ACCESSOR
           
 
Method Summary
 Role getRole()
           
 
Methods inherited from interface com.liferay.portal.model.TeamModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setTeamId, setUserId, setUserName, setUserUuid, 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.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

TEAM_ID_ACCESSOR

static final Accessor<Team,Long> TEAM_ID_ACCESSOR
Method Detail

getRole

Role getRole()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5