Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.model
Class WikiNodeWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.model.WikiNodeWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<WikiNode>, ClassedModel, ContainerModel, GroupedModel, ModelWrapper<WikiNode>, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, WikiNode, WikiNodeModel, Serializable, Cloneable, Comparable<WikiNode>

@ProviderType
public class WikiNodeWrapper
extends Object
implements WikiNode, ModelWrapper<WikiNode>

This class is a wrapper for WikiNode.

See Also:
WikiNode, Serialized Form

Constructor Summary
WikiNodeWrapper(WikiNode wikiNode)
           
 
Method Summary
 Folder addAttachmentsFolder()
           
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(WikiNode wikiNode)
           
 boolean equals(Object obj)
           
 boolean getApproved()
          Deprecated. As of 6.1.0, replaced by isApproved()
 long getAttachmentsFolderId()
           
 long getCompanyId()
          Returns the company ID of this wiki node.
 long getContainerModelId()
          Returns the container model ID of this wiki node.
 String getContainerModelName()
          Returns the container name of this wiki node.
 Date getCreateDate()
          Returns the create date of this wiki node.
 List<FileEntry> getDeletedAttachmentsFiles()
           
 String getDescription()
          Returns the description of this wiki node.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this wiki node.
 Date getLastPostDate()
          Returns the last post date of this wiki node.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this wiki node.
 String getName()
          Returns the name of this wiki node.
 long getNodeId()
          Returns the node ID of this wiki node.
 long getParentContainerModelId()
          Returns the parent container model ID of this wiki node.
 long getPrimaryKey()
          Returns the primary key of this wiki node.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 StagedModelType getStagedModelType()
           
 int getStatus()
          Returns the status of this wiki node.
 long getStatusByUserId()
          Returns the status by user ID of this wiki node.
 String getStatusByUserName()
          Returns the status by user name of this wiki node.
 String getStatusByUserUuid()
          Returns the status by user uuid of this wiki node.
 Date getStatusDate()
          Returns the status date of this wiki node.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this wiki node was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this wiki node.
 TrashHandler getTrashHandler()
          Returns the trash handler for this wiki node.
 long getUserId()
          Returns the user ID of this wiki node.
 String getUserName()
          Returns the user name of this wiki node.
 String getUserUuid()
          Returns the user uuid of this wiki node.
 String getUuid()
          Returns the uuid of this wiki node.
 WikiNode getWrappedModel()
           
 WikiNode getWrappedWikiNode()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isApproved()
          Returns true if this wiki node is approved.
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isDenied()
          Returns true if this wiki node is denied.
 boolean isDraft()
          Returns true if this wiki node is a draft.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isExpired()
          Returns true if this wiki node is expired.
 boolean isInactive()
          Returns true if this wiki node is inactive.
 boolean isIncomplete()
          Returns true if this wiki node is incomplete.
 boolean isInTrash()
          Returns true if this wiki node is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this wiki node is in the Recycle Bin.
 boolean isInTrashExplicitly()
           
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isPending()
          Returns true if this wiki node is pending.
 boolean isScheduled()
          Returns true if this wiki node is scheduled.
 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 wiki node.
 void setContainerModelId(long containerModelId)
          Sets the container model ID of this wiki node.
 void setCreateDate(Date createDate)
          Sets the create date of this wiki node.
 void setDescription(String description)
          Sets the description of this wiki node.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 wiki node.
 void setLastPostDate(Date lastPostDate)
          Sets the last post date of this wiki node.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this wiki node.
 void setName(String name)
          Sets the name of this wiki node.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setNodeId(long nodeId)
          Sets the node ID of this wiki node.
 void setParentContainerModelId(long parentContainerModelId)
          Sets the parent container model ID of this wiki node.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this wiki node.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setStatus(int status)
          Sets the status of this wiki node.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this wiki node.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this wiki node.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this wiki node.
 void setStatusDate(Date statusDate)
          Sets the status date of this wiki node.
 void setUserId(long userId)
          Sets the user ID of this wiki node.
 void setUserName(String userName)
          Sets the user name of this wiki node.
 void setUserUuid(String userUuid)
          Sets the user uuid of this wiki node.
 void setUuid(String uuid)
          Sets the uuid of this wiki node.
 CacheModel<WikiNode> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 WikiNode toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 WikiNode toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiNodeWrapper

public WikiNodeWrapper(WikiNode wikiNode)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel
Specified by:
getModelClass in interface ContainerModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel
Specified by:
getModelClassName in interface ContainerModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<WikiNode>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<WikiNode>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this wiki node.

Specified by:
getPrimaryKey in interface WikiNodeModel
Returns:
the primary key of this wiki node

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this wiki node.

Specified by:
setPrimaryKey in interface WikiNodeModel
Parameters:
primaryKey - the primary key of this wiki node

getUuid

public String getUuid()
Returns the uuid of this wiki node.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface WikiNodeModel
Returns:
the uuid of this wiki node

setUuid

public void setUuid(String uuid)
Sets the uuid of this wiki node.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface WikiNodeModel
Parameters:
uuid - the uuid of this wiki node

getNodeId

public long getNodeId()
Returns the node ID of this wiki node.

Specified by:
getNodeId in interface WikiNodeModel
Returns:
the node ID of this wiki node

setNodeId

public void setNodeId(long nodeId)
Sets the node ID of this wiki node.

Specified by:
setNodeId in interface WikiNodeModel
Parameters:
nodeId - the node ID of this wiki node

getGroupId

public long getGroupId()
Returns the group ID of this wiki node.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface WikiNodeModel
Returns:
the group ID of this wiki node

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this wiki node.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface WikiNodeModel
Parameters:
groupId - the group ID of this wiki node

getCompanyId

public long getCompanyId()
Returns the company ID of this wiki node.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface WikiNodeModel
Returns:
the company ID of this wiki node

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this wiki node.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface StagedModel
Specified by:
setCompanyId in interface WikiNodeModel
Parameters:
companyId - the company ID of this wiki node

getUserId

public long getUserId()
Returns the user ID of this wiki node.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface WikiNodeModel
Returns:
the user ID of this wiki node

setUserId

public void setUserId(long userId)
Sets the user ID of this wiki node.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface WikiNodeModel
Parameters:
userId - the user ID of this wiki node

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this wiki node.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface WikiNodeModel
Returns:
the user uuid of this wiki node
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this wiki node.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface WikiNodeModel
Parameters:
userUuid - the user uuid of this wiki node

getUserName

public String getUserName()
Returns the user name of this wiki node.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface WikiNodeModel
Returns:
the user name of this wiki node

setUserName

public void setUserName(String userName)
Sets the user name of this wiki node.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface WikiNodeModel
Parameters:
userName - the user name of this wiki node

getCreateDate

public Date getCreateDate()
Returns the create date of this wiki node.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface WikiNodeModel
Returns:
the create date of this wiki node

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this wiki node.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface StagedModel
Specified by:
setCreateDate in interface WikiNodeModel
Parameters:
createDate - the create date of this wiki node

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this wiki node.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface WikiNodeModel
Returns:
the modified date of this wiki node

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this wiki node.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface StagedModel
Specified by:
setModifiedDate in interface WikiNodeModel
Parameters:
modifiedDate - the modified date of this wiki node

getName

public String getName()
Returns the name of this wiki node.

Specified by:
getName in interface WikiNodeModel
Returns:
the name of this wiki node

setName

public void setName(String name)
Sets the name of this wiki node.

Specified by:
setName in interface WikiNodeModel
Parameters:
name - the name of this wiki node

getDescription

public String getDescription()
Returns the description of this wiki node.

Specified by:
getDescription in interface WikiNodeModel
Returns:
the description of this wiki node

setDescription

public void setDescription(String description)
Sets the description of this wiki node.

Specified by:
setDescription in interface WikiNodeModel
Parameters:
description - the description of this wiki node

getLastPostDate

public Date getLastPostDate()
Returns the last post date of this wiki node.

Specified by:
getLastPostDate in interface WikiNodeModel
Returns:
the last post date of this wiki node

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Sets the last post date of this wiki node.

Specified by:
setLastPostDate in interface WikiNodeModel
Parameters:
lastPostDate - the last post date of this wiki node

getStatus

public int getStatus()
Returns the status of this wiki node.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface WikiNodeModel
Returns:
the status of this wiki node

setStatus

public void setStatus(int status)
Sets the status of this wiki node.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface WikiNodeModel
Parameters:
status - the status of this wiki node

getStatusByUserId

public long getStatusByUserId()
Returns the status by user ID of this wiki node.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface WikiNodeModel
Returns:
the status by user ID of this wiki node

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Sets the status by user ID of this wiki node.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface WikiNodeModel
Parameters:
statusByUserId - the status by user ID of this wiki node

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Returns the status by user uuid of this wiki node.

Specified by:
getStatusByUserUuid in interface WorkflowedModel
Specified by:
getStatusByUserUuid in interface WikiNodeModel
Returns:
the status by user uuid of this wiki node
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this wiki node.

Specified by:
setStatusByUserUuid in interface WorkflowedModel
Specified by:
setStatusByUserUuid in interface WikiNodeModel
Parameters:
statusByUserUuid - the status by user uuid of this wiki node

getStatusByUserName

public String getStatusByUserName()
Returns the status by user name of this wiki node.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface WikiNodeModel
Returns:
the status by user name of this wiki node

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Sets the status by user name of this wiki node.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface WikiNodeModel
Parameters:
statusByUserName - the status by user name of this wiki node

getStatusDate

public Date getStatusDate()
Returns the status date of this wiki node.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface WikiNodeModel
Returns:
the status date of this wiki node

setStatusDate

public void setStatusDate(Date statusDate)
Sets the status date of this wiki node.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface WikiNodeModel
Parameters:
statusDate - the status date of this wiki node

getTrashEntry

public TrashEntry getTrashEntry()
                         throws PortalException,
                                SystemException
Returns the trash entry created when this wiki node was moved to the Recycle Bin. The trash entry may belong to one of the ancestors of this wiki node.

Specified by:
getTrashEntry in interface TrashedModel
Specified by:
getTrashEntry in interface WikiNodeModel
Returns:
the trash entry created when this wiki node was moved to the Recycle Bin
Throws:
SystemException - if a system exception occurred
PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Returns the class primary key of the trash entry for this wiki node.

Specified by:
getTrashEntryClassPK in interface TrashedModel
Specified by:
getTrashEntryClassPK in interface WikiNodeModel
Returns:
the class primary key of the trash entry for this wiki node

getTrashHandler

public TrashHandler getTrashHandler()
Returns the trash handler for this wiki node.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface WikiNodeModel
Returns:
the trash handler for this wiki node

isInTrash

public boolean isInTrash()
Returns true if this wiki node is in the Recycle Bin.

Specified by:
isInTrash in interface TrashedModel
Specified by:
isInTrash in interface WikiNodeModel
Returns:
true if this wiki node is in the Recycle Bin; false otherwise

isInTrashContainer

public boolean isInTrashContainer()
Returns true if the parent of this wiki node is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface WikiNodeModel
Returns:
true if the parent of this wiki node is in the Recycle Bin; false otherwise
Throws:
SystemException - if a system exception occurred

getApproved

public boolean getApproved()
Deprecated. As of 6.1.0, replaced by isApproved()

Specified by:
getApproved in interface WorkflowedModel
Specified by:
getApproved in interface WikiNodeModel

isApproved

public boolean isApproved()
Returns true if this wiki node is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface WikiNodeModel
Returns:
true if this wiki node is approved; false otherwise

isDenied

public boolean isDenied()
Returns true if this wiki node is denied.

Specified by:
isDenied in interface WorkflowedModel
Specified by:
isDenied in interface WikiNodeModel
Returns:
true if this wiki node is denied; false otherwise

isDraft

public boolean isDraft()
Returns true if this wiki node is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface WikiNodeModel
Returns:
true if this wiki node is a draft; false otherwise

isExpired

public boolean isExpired()
Returns true if this wiki node is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface WikiNodeModel
Returns:
true if this wiki node is expired; false otherwise

isInactive

public boolean isInactive()
Returns true if this wiki node is inactive.

Specified by:
isInactive in interface WorkflowedModel
Specified by:
isInactive in interface WikiNodeModel
Returns:
true if this wiki node is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Returns true if this wiki node is incomplete.

Specified by:
isIncomplete in interface WorkflowedModel
Specified by:
isIncomplete in interface WikiNodeModel
Returns:
true if this wiki node is incomplete; false otherwise

isPending

public boolean isPending()
Returns true if this wiki node is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface WikiNodeModel
Returns:
true if this wiki node is pending; false otherwise

isScheduled

public boolean isScheduled()
Returns true if this wiki node is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface WikiNodeModel
Returns:
true if this wiki node is scheduled; false otherwise

getContainerModelId

public long getContainerModelId()
Returns the container model ID of this wiki node.

Specified by:
getContainerModelId in interface ContainerModel
Specified by:
getContainerModelId in interface WikiNodeModel
Returns:
the container model ID of this wiki node

setContainerModelId

public void setContainerModelId(long containerModelId)
Sets the container model ID of this wiki node.

Specified by:
setContainerModelId in interface ContainerModel
Specified by:
setContainerModelId in interface WikiNodeModel
Parameters:
containerModelId - the container model ID of this wiki node

getContainerModelName

public String getContainerModelName()
Returns the container name of this wiki node.

Specified by:
getContainerModelName in interface ContainerModel
Specified by:
getContainerModelName in interface WikiNodeModel
Returns:
the container name of this wiki node

getParentContainerModelId

public long getParentContainerModelId()
Returns the parent container model ID of this wiki node.

Specified by:
getParentContainerModelId in interface ContainerModel
Specified by:
getParentContainerModelId in interface WikiNodeModel
Returns:
the parent container model ID of this wiki node

setParentContainerModelId

public void setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this wiki node.

Specified by:
setParentContainerModelId in interface ContainerModel
Specified by:
setParentContainerModelId in interface WikiNodeModel
Parameters:
parentContainerModelId - the parent container model ID of this wiki node

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<WikiNode>
Specified by:
isNew in interface WikiNodeModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<WikiNode>
Specified by:
setNew in interface WikiNodeModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<WikiNode>
Specified by:
isCachedModel in interface WikiNodeModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<WikiNode>
Specified by:
setCachedModel in interface WikiNodeModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<WikiNode>
Specified by:
isEscapedModel in interface WikiNodeModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<WikiNode>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface WikiNodeModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<WikiNode>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface WikiNodeModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<WikiNode>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface WikiNodeModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiNode>
Specified by:
setExpandoBridgeAttributes in interface WikiNodeModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiNode>
Specified by:
setExpandoBridgeAttributes in interface WikiNodeModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<WikiNode>
Specified by:
setExpandoBridgeAttributes in interface WikiNodeModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<WikiNode>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface WikiNodeModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(WikiNode wikiNode)
Specified by:
compareTo in interface WikiNodeModel
Specified by:
compareTo in interface Comparable<WikiNode>

hashCode

public int hashCode()
Specified by:
hashCode in interface WikiNodeModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<WikiNode> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<WikiNode>
Specified by:
toCacheModel in interface WikiNodeModel
Returns:
the cache model object

toEscapedModel

public WikiNode toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<WikiNode>
Specified by:
toEscapedModel in interface WikiNodeModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public WikiNode toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<WikiNode>
Specified by:
toUnescapedModel in interface WikiNodeModel

toString

public String toString()
Specified by:
toString in interface WikiNodeModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<WikiNode>
Specified by:
toXmlString in interface WikiNodeModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

addAttachmentsFolder

public Folder addAttachmentsFolder()
                            throws PortalException,
                                   SystemException
Specified by:
addAttachmentsFolder in interface WikiNode
Throws:
PortalException
SystemException

getAttachmentsFolderId

public long getAttachmentsFolderId()
                            throws SystemException
Specified by:
getAttachmentsFolderId in interface WikiNode
Throws:
SystemException

getDeletedAttachmentsFiles

public List<FileEntry> getDeletedAttachmentsFiles()
                                           throws SystemException
Specified by:
getDeletedAttachmentsFiles in interface WikiNode
Throws:
SystemException

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Specified by:
isInTrashExplicitly in interface WikiNode
Throws:
SystemException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getWrappedWikiNode

public WikiNode getWrappedWikiNode()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public WikiNode getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<WikiNode>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<WikiNode>

Liferay 6.2-ce-ga5