|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Team>
com.liferay.portal.model.impl.TeamModelImpl
public class TeamModelImpl
This interface is a model that represents the Team table in the database.
TeamImpl,
Team,
TeamModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_USERS_TEAMS
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_USERS_TEAMS_NAME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
TeamModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Team team)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getTeamId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
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)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setTeamId(long teamId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
Team |
toEscapedModel()
|
static Team |
toModel(TeamSoap soapModel)
|
static List<Team> |
toModels(TeamSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| 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 |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final String MAPPING_TABLE_USERS_TEAMS_NAME
public static final boolean FINDER_CACHE_ENABLED_USERS_TEAMS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public TeamModelImpl()
| Method Detail |
|---|
public static Team toModel(TeamSoap soapModel)
public static List<Team> toModels(TeamSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface TeamModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface TeamModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Team>getPrimaryKeyObj in interface TeamModelpublic long getTeamId()
getTeamId in interface TeamModelpublic void setTeamId(long teamId)
setTeamId in interface TeamModelpublic long getCompanyId()
getCompanyId in interface TeamModelpublic void setCompanyId(long companyId)
setCompanyId in interface TeamModelpublic long getUserId()
getUserId in interface TeamModelpublic void setUserId(long userId)
setUserId in interface TeamModel
public String getUserUuid()
throws SystemException
getUserUuid in interface TeamModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface TeamModelpublic String getUserName()
getUserName in interface TeamModelpublic void setUserName(String userName)
setUserName in interface TeamModelpublic Date getCreateDate()
getCreateDate in interface TeamModelpublic void setCreateDate(Date createDate)
setCreateDate in interface TeamModelpublic Date getModifiedDate()
getModifiedDate in interface TeamModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface TeamModelpublic long getGroupId()
getGroupId in interface TeamModelpublic void setGroupId(long groupId)
setGroupId in interface TeamModelpublic long getOriginalGroupId()
public String getName()
getName in interface TeamModelpublic void setName(String name)
setName in interface TeamModelpublic String getOriginalName()
public String getDescription()
getDescription in interface TeamModelpublic void setDescription(String description)
setDescription in interface TeamModelpublic Team toEscapedModel()
toEscapedModel in interface TeamModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Team>getExpandoBridge in interface TeamModelgetExpandoBridge in class BaseModelImpl<Team>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Team>setExpandoBridgeAttributes in interface TeamModelsetExpandoBridgeAttributes in class BaseModelImpl<Team>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Team>clone in interface TeamModelclone in class BaseModelImpl<Team>public int compareTo(Team team)
compareTo in interface TeamModelcompareTo in interface Comparable<Team>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface TeamModelhashCode in class Objectpublic String toString()
toString in interface TeamModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Team>toXmlString in interface TeamModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||