Package com.liferay.portal.kernel.model
Class TeamWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Team>
com.liferay.portal.kernel.model.TeamWrapper
- All Implemented Interfaces:
AuditedModel,BaseModel<Team>,CTModel<Team>,ClassedModel,GroupedModel,ModelWrapper<Team>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,Team,TeamModel,Serializable,Cloneable,Comparable<Team>
This class is a wrapper for Team.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.Team
NAME_ACCESSOR, TEAM_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this team.Returns the create date of this team.longReturns the ct collection ID of this team.Returns the description of this team.longReturns the group ID of this team.Returns the last publish date of this team.Returns the modified date of this team.longReturns the mvcc version of this team.getName()Returns the name of this team.longReturns the primary key of this team.getRole()longReturns the team ID of this team.longReturns the user ID of this team.Returns the user name of this team.Returns the user uuid of this team.getUuid()Returns the uuid of this team.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this team.voidsetCreateDate(Date createDate) Sets the create date of this team.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this team.voidsetDescription(String description) Sets the description of this team.voidsetGroupId(long groupId) Sets the group ID of this team.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this team.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this team.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this team.voidSets the name of this team.voidsetPrimaryKey(long primaryKey) Sets the primary key of this team.voidsetTeamId(long teamId) Sets the team ID of this team.voidsetUserId(long userId) Sets the user ID of this team.voidsetUserName(String userName) Sets the user name of this team.voidsetUserUuid(String userUuid) Sets the user uuid of this team.voidSets the uuid of this team.protected TeamWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
TeamWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<Team>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<Team>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Team>- Specified by:
cloneWithOriginalValuesin interfaceTeamModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this team.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Specified by:
getCompanyIdin interfaceTeamModel- Returns:
- the company ID of this team
-
getCreateDate
Returns the create date of this team.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Specified by:
getCreateDatein interfaceTeamModel- Returns:
- the create date of this team
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this team.- Specified by:
getCtCollectionIdin interfaceCTModel<Team>- Specified by:
getCtCollectionIdin interfaceTeamModel- Returns:
- the ct collection ID of this team
-
getDescription
Returns the description of this team.- Specified by:
getDescriptionin interfaceTeamModel- Returns:
- the description of this team
-
getGroupId
public long getGroupId()Returns the group ID of this team.- Specified by:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceTeamModel- Returns:
- the group ID of this team
-
getLastPublishDate
Returns the last publish date of this team.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Specified by:
getLastPublishDatein interfaceTeamModel- Returns:
- the last publish date of this team
-
getModifiedDate
Returns the modified date of this team.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Specified by:
getModifiedDatein interfaceTeamModel- Returns:
- the modified date of this team
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this team.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceTeamModel- Returns:
- the mvcc version of this team
-
getName
Returns the name of this team. -
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this team.- Specified by:
getPrimaryKeyin interfaceCTModel<Team>- Specified by:
getPrimaryKeyin interfaceTeamModel- Returns:
- the primary key of this team
-
getRole
- Specified by:
getRolein interfaceTeam- Throws:
PortalException
-
getTeamId
public long getTeamId()Returns the team ID of this team. -
getUserId
public long getUserId()Returns the user ID of this team.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceTeamModel- Returns:
- the user ID of this team
-
getUserName
Returns the user name of this team.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceTeamModel- Returns:
- the user name of this team
-
getUserUuid
Returns the user uuid of this team.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceTeamModel- Returns:
- the user uuid of this team
-
getUuid
Returns the uuid of this team.- Specified by:
getUuidin interfaceStagedModel- Specified by:
getUuidin interfaceTeamModel- Returns:
- the uuid of this team
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this team.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Specified by:
setCompanyIdin interfaceTeamModel- Parameters:
companyId- the company ID of this team
-
setCreateDate
Sets the create date of this team.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Specified by:
setCreateDatein interfaceTeamModel- Parameters:
createDate- the create date of this team
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this team.- Specified by:
setCtCollectionIdin interfaceCTModel<Team>- Specified by:
setCtCollectionIdin interfaceTeamModel- Parameters:
ctCollectionId- the ct collection ID of this team
-
setDescription
Sets the description of this team.- Specified by:
setDescriptionin interfaceTeamModel- Parameters:
description- the description of this team
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this team.- Specified by:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceTeamModel- Parameters:
groupId- the group ID of this team
-
setLastPublishDate
Sets the last publish date of this team.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Specified by:
setLastPublishDatein interfaceTeamModel- Parameters:
lastPublishDate- the last publish date of this team
-
setModifiedDate
Sets the modified date of this team.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Specified by:
setModifiedDatein interfaceTeamModel- Parameters:
modifiedDate- the modified date of this team
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this team.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceTeamModel- Parameters:
mvccVersion- the mvcc version of this team
-
setName
Sets the name of this team. -
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this team.- Specified by:
setPrimaryKeyin interfaceCTModel<Team>- Specified by:
setPrimaryKeyin interfaceTeamModel- Parameters:
primaryKey- the primary key of this team
-
setTeamId
public void setTeamId(long teamId) Sets the team ID of this team. -
setUserId
public void setUserId(long userId) Sets the user ID of this team.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceTeamModel- Parameters:
userId- the user ID of this team
-
setUserName
Sets the user name of this team.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceTeamModel- Parameters:
userName- the user name of this team
-
setUserUuid
Sets the user uuid of this team.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceTeamModel- Parameters:
userUuid- the user uuid of this team
-
setUuid
Sets the uuid of this team.- Specified by:
setUuidin interfaceStagedModel- Specified by:
setUuidin interfaceTeamModel- Parameters:
uuid- the uuid of this team
-
toXmlString
- Specified by:
toXmlStringin interfaceTeamModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<Team>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<Team>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<Team>
-