|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.wiki.model.WikiNodeWrapper
public class WikiNodeWrapper
This class is a wrapper for WikiNode.
WikiNode,
Serialized Form| Constructor Summary | |
|---|---|
WikiNodeWrapper(WikiNode wikiNode)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WikiNode wikiNode)
|
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 |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
WikiNode |
getWrappedWikiNode()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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()
|
String |
toString()
|
String |
toXmlString()
Gets 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 WikiNodeWrapper(WikiNode wikiNode)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface WikiNodeModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WikiNodeModelpublic String getUuid()
getUuid in interface WikiNodeModelpublic void setUuid(String uuid)
setUuid in interface WikiNodeModelpublic 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 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 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 boolean isNew()
BaseModel
isNew in interface BaseModel<WikiNode>isNew in interface WikiNodeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<WikiNode>setNew in interface WikiNodeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<WikiNode>isCachedModel in interface WikiNodeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<WikiNode>setCachedModel in interface WikiNodeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<WikiNode>isEscapedModel in interface WikiNodeModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<WikiNode>setEscapedModel in interface WikiNodeModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WikiNode>getPrimaryKeyObj in interface WikiNodeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WikiNode>getExpandoBridge in interface WikiNodeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WikiNode>setExpandoBridgeAttributes in interface WikiNodeModelserviceContext - 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 Objectpublic int compareTo(WikiNode wikiNode)
compareTo in interface WikiNodeModelcompareTo in interface Comparable<WikiNode>public 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 WikiNodeModelpublic WikiNode getWrappedWikiNode()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||