Liferay 6.2-ce-ga5

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.TeamBaseImpl
              extended by com.liferay.portal.model.impl.TeamImpl
All Implemented Interfaces:
AuditedModel, BaseModel<Team>, ClassedModel, GroupedModel, PersistedModel, Team, TeamModel, Serializable, Cloneable, Comparable<Team>

public class TeamImpl
extends TeamBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.TeamModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_USERGROUPS_TEAMS, FINDER_CACHE_ENABLED_USERS_TEAMS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_USERGROUPS_TEAMS_COLUMNS, MAPPING_TABLE_USERGROUPS_TEAMS_NAME, MAPPING_TABLE_USERGROUPS_TEAMS_SQL_CREATE, MAPPING_TABLE_USERS_TEAMS_COLUMNS, MAPPING_TABLE_USERS_TEAMS_NAME, MAPPING_TABLE_USERS_TEAMS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Fields inherited from interface com.liferay.portal.model.Team
TEAM_ID_ACCESSOR
 
Constructor Summary
TeamImpl()
           
 
Method Summary
 Role getRole()
           
 
Methods inherited from class com.liferay.portal.model.impl.TeamBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.TeamModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setTeamId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, 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
 

Constructor Detail

TeamImpl

public TeamImpl()
Method Detail

getRole

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

Liferay 6.2-ce-ga5