Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Team

All Superinterfaces:
AuditedModel, BaseModel<Team>, ClassedModel, Cloneable, Comparable<Team>, GroupedModel, PersistedModel, Serializable, TeamModel
All Known Implementing Classes:
TeamWrapper

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

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, 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
 

Method Detail

getRole

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

Liferay 6.1.2-ce-ga3