Liferay 6.0.5

com.liferay.portal.model.impl
Class TeamImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Team>
      extended by com.liferay.portal.model.impl.TeamModelImpl
          extended by com.liferay.portal.model.impl.TeamImpl
All Implemented Interfaces:
BaseModel<Team>, Team, TeamModel, Serializable, Cloneable, Comparable<Team>

public class TeamImpl
extends TeamModelImpl
implements Team

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.TeamModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_USERS_TEAMS, LOCK_EXPIRATION_TIME, MAPPING_TABLE_USERS_TEAMS_NAME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
TeamImpl()
           
 
Method Summary
 Role getRole()
           
 
Methods inherited from class com.liferay.portal.model.impl.TeamModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPrimaryKey, setTeamId, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setTeamId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

TeamImpl

public TeamImpl()
Method Detail

getRole

public Role getRole()
             throws PortalException,
                    SystemException
Specified by:
getRole in interface Team
Throws:
PortalException
SystemException

Liferay 6.0.5