|
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<WikiNode>
com.liferay.portlet.wiki.model.impl.WikiNodeModelImpl
public class WikiNodeModelImpl
This interface is a model that represents the WikiNode table in the database.
WikiNodeImpl,
WikiNode,
WikiNodeModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
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 | |
|---|---|
WikiNodeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WikiNode wikiNode)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getLastPostDate()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getNodeId()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
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 |
setLastPostDate(Date lastPostDate)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNodeId(long nodeId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
WikiNode |
toEscapedModel()
|
static WikiNode |
toModel(WikiNodeSoap soapModel)
|
static List<WikiNode> |
toModels(WikiNodeSoap[] 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.portlet.wiki.model.WikiNodeModel |
|---|
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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public WikiNodeModelImpl()
| Method Detail |
|---|
public static WikiNode toModel(WikiNodeSoap soapModel)
public static List<WikiNode> toModels(WikiNodeSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface WikiNodeModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WikiNodeModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WikiNode>getPrimaryKeyObj in interface WikiNodeModelpublic String getUuid()
getUuid in interface WikiNodeModelpublic void setUuid(String uuid)
setUuid in interface WikiNodeModelpublic String getOriginalUuid()
public long getNodeId()
getNodeId in interface WikiNodeModelpublic void setNodeId(long nodeId)
setNodeId in interface WikiNodeModelpublic long getGroupId()
getGroupId in interface WikiNodeModelpublic void setGroupId(long groupId)
setGroupId in interface WikiNodeModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface WikiNodeModelpublic void setCompanyId(long companyId)
setCompanyId in interface WikiNodeModelpublic long getUserId()
getUserId in interface WikiNodeModelpublic void setUserId(long userId)
setUserId in interface WikiNodeModel
public String getUserUuid()
throws SystemException
getUserUuid in interface WikiNodeModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface WikiNodeModelpublic String getUserName()
getUserName in interface WikiNodeModelpublic void setUserName(String userName)
setUserName in interface WikiNodeModelpublic Date getCreateDate()
getCreateDate in interface WikiNodeModelpublic void setCreateDate(Date createDate)
setCreateDate in interface WikiNodeModelpublic Date getModifiedDate()
getModifiedDate in interface WikiNodeModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface WikiNodeModelpublic String getName()
getName in interface WikiNodeModelpublic void setName(String name)
setName in interface WikiNodeModelpublic String getOriginalName()
public String getDescription()
getDescription in interface WikiNodeModelpublic void setDescription(String description)
setDescription in interface WikiNodeModelpublic Date getLastPostDate()
getLastPostDate in interface WikiNodeModelpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface WikiNodeModelpublic WikiNode toEscapedModel()
toEscapedModel in interface WikiNodeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WikiNode>getExpandoBridge in interface WikiNodeModelgetExpandoBridge in class BaseModelImpl<WikiNode>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WikiNode>setExpandoBridgeAttributes in interface WikiNodeModelsetExpandoBridgeAttributes in class BaseModelImpl<WikiNode>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<WikiNode>clone in interface WikiNodeModelclone in class BaseModelImpl<WikiNode>public int compareTo(WikiNode wikiNode)
compareTo in interface WikiNodeModelcompareTo in interface Comparable<WikiNode>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface WikiNodeModelhashCode in class Objectpublic String toString()
toString in interface WikiNodeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WikiNode>toXmlString in interface WikiNodeModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||