|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.TeamWrapper
public class TeamWrapper
This class is a wrapper for Team
.
Team
,
Serialized FormConstructor Summary | |
---|---|
TeamWrapper(Team team)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Team team)
|
long |
getCompanyId()
Returns the company ID of this team. |
Date |
getCreateDate()
Returns the create date of this team. |
String |
getDescription()
Returns the description of this team. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this team. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this team. |
String |
getName()
Returns the name of this team. |
long |
getPrimaryKey()
Returns the primary key of this team. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
Role |
getRole()
|
long |
getTeamId()
Returns the team ID of this team. |
long |
getUserId()
Returns the user ID of this team. |
String |
getUserName()
Returns the user name of this team. |
String |
getUserUuid()
Returns the user uuid of this team. |
Team |
getWrappedModel()
|
Team |
getWrappedTeam()
Deprecated. Renamed to getWrappedModel() |
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this team. |
void |
setCreateDate(Date createDate)
Sets the create date of this team. |
void |
setDescription(String description)
Sets the description of this team. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this team. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this team. |
void |
setName(String name)
Sets the name of this team. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this team. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTeamId(long teamId)
Sets the team ID of this team. |
void |
setUserId(long userId)
Sets the user ID of this team. |
void |
setUserName(String userName)
Sets the user name of this team. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this team. |
CacheModel<Team> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Team |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TeamWrapper(Team team)
Method Detail |
---|
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public long getPrimaryKey()
getPrimaryKey
in interface TeamModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface TeamModel
primaryKey
- the primary key of this teampublic long getTeamId()
getTeamId
in interface TeamModel
public void setTeamId(long teamId)
setTeamId
in interface TeamModel
teamId
- the team ID of this teampublic long getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface TeamModel
public void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface TeamModel
companyId
- the company ID of this teampublic long getUserId()
getUserId
in interface AuditedModel
getUserId
in interface TeamModel
public void setUserId(long userId)
setUserId
in interface AuditedModel
setUserId
in interface TeamModel
userId
- the user ID of this teampublic String getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
getUserUuid
in interface TeamModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
setUserUuid
in interface TeamModel
userUuid
- the user uuid of this teampublic String getUserName()
getUserName
in interface AuditedModel
getUserName
in interface TeamModel
public void setUserName(String userName)
setUserName
in interface AuditedModel
setUserName
in interface TeamModel
userName
- the user name of this teampublic Date getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface TeamModel
public void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface TeamModel
createDate
- the create date of this teampublic Date getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface TeamModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface TeamModel
modifiedDate
- the modified date of this teampublic long getGroupId()
getGroupId
in interface GroupedModel
getGroupId
in interface TeamModel
public void setGroupId(long groupId)
setGroupId
in interface GroupedModel
setGroupId
in interface TeamModel
groupId
- the group ID of this teampublic String getName()
getName
in interface TeamModel
public void setName(String name)
setName
in interface TeamModel
name
- the name of this teampublic String getDescription()
getDescription
in interface TeamModel
public void setDescription(String description)
setDescription
in interface TeamModel
description
- the description of this teampublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<Team>
isNew
in interface TeamModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<Team>
setNew
in interface TeamModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<Team>
isCachedModel
in interface TeamModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<Team>
setCachedModel
in interface TeamModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<Team>
isEscapedModel
in interface TeamModel
true
if this model instance is escaped;
false
otherwisepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Team>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface TeamModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<Team>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface TeamModel
primaryKeyObj
- the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Team>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface TeamModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Team>
setExpandoBridgeAttributes
in interface TeamModel
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<Team>
clone
in interface TeamModel
clone
in class Object
public int compareTo(Team team)
compareTo
in interface TeamModel
compareTo
in interface Comparable<Team>
public int hashCode()
hashCode
in interface TeamModel
hashCode
in class Object
public CacheModel<Team> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<Team>
toCacheModel
in interface TeamModel
public Team toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<Team>
toEscapedModel
in interface TeamModel
AutoEscapeBeanHandler
public String toString()
toString
in interface TeamModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Team>
toXmlString
in interface TeamModel
public void persist() throws SystemException
PersistedModel
persist
in interface PersistedModel
SystemException
- if a system exception occurredpublic Role getRole() throws PortalException, SystemException
getRole
in interface Team
PortalException
SystemException
public Team getWrappedTeam()
getWrappedModel()
public Team getWrappedModel()
getWrappedModel
in interface ModelWrapper<Team>
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<Team>
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |