com.liferay.portal.model.impl
Class TeamBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<Team>
com.liferay.portal.model.impl.TeamModelImpl
com.liferay.portal.model.impl.TeamBaseImpl
- All Implemented Interfaces:
- AuditedModel, BaseModel<Team>, ClassedModel, GroupedModel, PersistedModel, Team, TeamModel, Serializable, Cloneable, Comparable<Team>
- Direct Known Subclasses:
- TeamImpl
public abstract class TeamBaseImpl
- extends TeamModelImpl
- implements Team
The extended model base implementation for the Team service. Represents a row in the "Team" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in TeamImpl
.
- See Also:
TeamImpl
,
Team
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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 |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
Methods inherited from class com.liferay.portal.model.impl.TeamModelImpl |
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalGroupId, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getTeamId, getUserId, getUserName, getUserUuid, hashCode, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setTeamId, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString |
Methods inherited from interface com.liferay.portal.model.Team |
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, toXmlString |
TeamBaseImpl
public TeamBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred