Package com.liferay.wiki.model
Class WikiNodeWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiNode>
com.liferay.wiki.model.WikiNodeWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<WikiNode>
,com.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ContainerModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<WikiNode>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TrashedModel
,com.liferay.portal.kernel.model.WorkflowedModel
,WikiNode
,WikiNodeModel
,Serializable
,Cloneable
,Comparable<WikiNode>
public class WikiNodeWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiNode>
implements com.liferay.portal.kernel.model.ModelWrapper<WikiNode>, WikiNode
This class is a wrapper for WikiNode
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.wiki.model.WikiNode
NODE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.Folder
long
long
Returns the company ID of this wiki node.long
Returns the container model ID of this wiki node.Returns the container name of this wiki node.Returns the create date of this wiki node.long
Returns the ct collection ID of this wiki node.List<com.liferay.portal.kernel.repository.model.FileEntry>
Returns the description of this wiki node.Returns the external reference code of this wiki node.long
Returns the group ID of this wiki node.Returns the last post date of this wiki node.Returns the last publish date of this wiki node.Returns the modified date of this wiki node.long
Returns the mvcc version of this wiki node.getName()
Returns the name of this wiki node.long
Returns the node ID of this wiki node.long
Returns the parent container model ID of this wiki node.long
Returns the primary key of this wiki node.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this wiki node.long
Returns the status by user ID of this wiki node.Returns the status by user name of this wiki node.Returns the status by user uuid of this wiki node.Returns the status date of this wiki node.long
Returns the class primary key of the trash entry for this wiki node.long
Returns the user ID of this wiki node.Returns the user name of this wiki node.Returns the user uuid of this wiki node.getUuid()
Returns the uuid of this wiki node.boolean
Returnstrue
if this wiki node is approved.boolean
isDenied()
Returnstrue
if this wiki node is denied.boolean
isDraft()
Returnstrue
if this wiki node is a draft.boolean
Returnstrue
if this wiki node is expired.boolean
Returnstrue
if this wiki node is inactive.boolean
Returnstrue
if this wiki node is incomplete.boolean
Returnstrue
if this wiki node is in the Recycle Bin.boolean
Returnstrue
if this wiki node is pending.boolean
Returnstrue
if this wiki node is scheduled.void
persist()
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
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this wiki node.void
setDescription
(String description) Sets the description of this wiki node.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this wiki node.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
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this wiki node.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this wiki node.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this wiki node.void
Sets the name of this wiki node.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
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
Sets the uuid of this wiki node.protected WikiNodeWrapper
Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
WikiNodeWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
addAttachmentsFolder
public com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addAttachmentsFolder
in interfaceWikiNode
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
- Specified by:
cloneWithOriginalValues
in interfaceWikiNodeModel
-
getAttachmentsFolderId
public long getAttachmentsFolderId()- Specified by:
getAttachmentsFolderId
in interfaceWikiNode
-
getCompanyId
public long getCompanyId()Returns the company ID of this wiki node.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCompanyId
in interfaceWikiNodeModel
- Returns:
- the company ID of this wiki node
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this wiki node.- Specified by:
getContainerModelId
in interfacecom.liferay.portal.kernel.model.ContainerModel
- Specified by:
getContainerModelId
in interfaceWikiNodeModel
- Returns:
- the container model ID of this wiki node
-
getContainerModelName
Returns the container name of this wiki node.- Specified by:
getContainerModelName
in interfacecom.liferay.portal.kernel.model.ContainerModel
- Specified by:
getContainerModelName
in interfaceWikiNodeModel
- Returns:
- the container name of this wiki node
-
getCreateDate
Returns the create date of this wiki node.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCreateDate
in interfaceWikiNodeModel
- Returns:
- the create date of this wiki node
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this wiki node.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>
- Specified by:
getCtCollectionId
in interfaceWikiNodeModel
- Returns:
- the ct collection ID of this wiki node
-
getDeletedAttachmentsFiles
public List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFiles() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDeletedAttachmentsFiles
in interfaceWikiNode
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
Returns the description of this wiki node.- Specified by:
getDescription
in interfaceWikiNodeModel
- Returns:
- the description of this wiki node
-
getExternalReferenceCode
Returns the external reference code of this wiki node.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfaceWikiNodeModel
- Returns:
- the external reference code of this wiki node
-
getGroupId
public long getGroupId()Returns the group ID of this wiki node.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceWikiNodeModel
- Returns:
- the group ID of this wiki node
-
getLastPostDate
Returns the last post date of this wiki node.- Specified by:
getLastPostDate
in interfaceWikiNodeModel
- Returns:
- the last post date of this wiki node
-
getLastPublishDate
Returns the last publish date of this wiki node.- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Specified by:
getLastPublishDate
in interfaceWikiNodeModel
- Returns:
- the last publish date of this wiki node
-
getModifiedDate
Returns the modified date of this wiki node.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getModifiedDate
in interfaceWikiNodeModel
- Returns:
- the modified date of this wiki node
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this wiki node.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceWikiNodeModel
- Returns:
- the mvcc version of this wiki node
-
getName
Returns the name of this wiki node.- Specified by:
getName
in interfaceWikiNodeModel
- Returns:
- the name of this wiki node
-
getNodeId
public long getNodeId()Returns the node ID of this wiki node.- Specified by:
getNodeId
in interfaceWikiNodeModel
- Returns:
- the node ID of this wiki node
-
getParentContainerModelId
public long getParentContainerModelId()Returns the parent container model ID of this wiki node.- Specified by:
getParentContainerModelId
in interfacecom.liferay.portal.kernel.model.ContainerModel
- Specified by:
getParentContainerModelId
in interfaceWikiNodeModel
- Returns:
- the parent container model ID of this wiki node
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this wiki node.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>
- Specified by:
getPrimaryKey
in interfaceWikiNodeModel
- Returns:
- the primary key of this wiki node
-
getStatus
public int getStatus()Returns the status of this wiki node.- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
getStatus
in interfaceWikiNodeModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this wiki node
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this wiki node.- Specified by:
getStatusByUserId
in interfaceWikiNodeModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this wiki node
-
getStatusByUserName
Returns the status by user name of this wiki node.- Specified by:
getStatusByUserName
in interfaceWikiNodeModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this wiki node
-
getStatusByUserUuid
Returns the status by user uuid of this wiki node.- Specified by:
getStatusByUserUuid
in interfaceWikiNodeModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this wiki node
-
getStatusDate
Returns the status date of this wiki node.- Specified by:
getStatusDate
in interfaceWikiNodeModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this wiki node
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this wiki node.- Specified by:
getTrashEntryClassPK
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
getTrashEntryClassPK
in interfaceWikiNodeModel
- Returns:
- the class primary key of the trash entry for this wiki node
-
getUserId
public long getUserId()Returns the user ID of this wiki node.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceWikiNodeModel
- Returns:
- the user ID of this wiki node
-
getUserName
Returns the user name of this wiki node.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceWikiNodeModel
- Returns:
- the user name of this wiki node
-
getUserUuid
Returns the user uuid of this wiki node.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceWikiNodeModel
- Returns:
- the user uuid of this wiki node
-
getUuid
Returns the uuid of this wiki node.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getUuid
in interfaceWikiNodeModel
- Returns:
- the uuid of this wiki node
-
isApproved
public boolean isApproved()Returnstrue
if this wiki node is approved.- Specified by:
isApproved
in interfaceWikiNodeModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this wiki node is denied.- Specified by:
isDenied
in interfaceWikiNodeModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this wiki node is a draft.- Specified by:
isDraft
in interfaceWikiNodeModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this wiki node is expired.- Specified by:
isExpired
in interfaceWikiNodeModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this wiki node is inactive.- Specified by:
isInactive
in interfaceWikiNodeModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this wiki node is incomplete.- Specified by:
isIncomplete
in interfaceWikiNodeModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is incomplete;false
otherwise
-
isInTrash
public boolean isInTrash()Returnstrue
if this wiki node is in the Recycle Bin.- Specified by:
isInTrash
in interfacecom.liferay.portal.kernel.model.TrashedModel
- Specified by:
isInTrash
in interfaceWikiNodeModel
- Returns:
true
if this wiki node is in the Recycle Bin;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this wiki node is pending.- Specified by:
isPending
in interfaceWikiNodeModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this wiki node is scheduled.- Specified by:
isScheduled
in interfaceWikiNodeModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this wiki node is scheduled;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this wiki node.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setCompanyId
in interfaceWikiNodeModel
- Parameters:
companyId
- the company ID of this wiki node
-
setContainerModelId
public void setContainerModelId(long containerModelId) Sets the container model ID of this wiki node.- Specified by:
setContainerModelId
in interfacecom.liferay.portal.kernel.model.ContainerModel
- Specified by:
setContainerModelId
in interfaceWikiNodeModel
- Parameters:
containerModelId
- the container model ID of this wiki node
-
setCreateDate
Sets the create date of this wiki node.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setCreateDate
in interfaceWikiNodeModel
- Parameters:
createDate
- the create date of this wiki node
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki node.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>
- Specified by:
setCtCollectionId
in interfaceWikiNodeModel
- Parameters:
ctCollectionId
- the ct collection ID of this wiki node
-
setDescription
Sets the description of this wiki node.- Specified by:
setDescription
in interfaceWikiNodeModel
- Parameters:
description
- the description of this wiki node
-
setExternalReferenceCode
Sets the external reference code of this wiki node.- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfaceWikiNodeModel
- Parameters:
externalReferenceCode
- the external reference code of this wiki node
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this wiki node.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceWikiNodeModel
- Parameters:
groupId
- the group ID of this wiki node
-
setLastPostDate
Sets the last post date of this wiki node.- Specified by:
setLastPostDate
in interfaceWikiNodeModel
- Parameters:
lastPostDate
- the last post date of this wiki node
-
setLastPublishDate
Sets the last publish date of this wiki node.- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Specified by:
setLastPublishDate
in interfaceWikiNodeModel
- Parameters:
lastPublishDate
- the last publish date of this wiki node
-
setModifiedDate
Sets the modified date of this wiki node.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setModifiedDate
in interfaceWikiNodeModel
- Parameters:
modifiedDate
- the modified date of this wiki node
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this wiki node.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceWikiNodeModel
- Parameters:
mvccVersion
- the mvcc version of this wiki node
-
setName
Sets the name of this wiki node.- Specified by:
setName
in interfaceWikiNodeModel
- Parameters:
name
- the name of this wiki node
-
setNodeId
public void setNodeId(long nodeId) Sets the node ID of this wiki node.- Specified by:
setNodeId
in interfaceWikiNodeModel
- Parameters:
nodeId
- the node 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 interfacecom.liferay.portal.kernel.model.ContainerModel
- Specified by:
setParentContainerModelId
in interfaceWikiNodeModel
- Parameters:
parentContainerModelId
- the parent container model ID of this wiki node
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this wiki node.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>
- Specified by:
setPrimaryKey
in interfaceWikiNodeModel
- Parameters:
primaryKey
- the primary key of this wiki node
-
setStatus
public void setStatus(int status) Sets the status of this wiki node.- Specified by:
setStatus
in interfaceWikiNodeModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this wiki node
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this wiki node.- Specified by:
setStatusByUserId
in interfaceWikiNodeModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this wiki node
-
setStatusByUserName
Sets the status by user name of this wiki node.- Specified by:
setStatusByUserName
in interfaceWikiNodeModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this wiki node
-
setStatusByUserUuid
Sets the status by user uuid of this wiki node.- Specified by:
setStatusByUserUuid
in interfaceWikiNodeModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this wiki node
-
setStatusDate
Sets the status date of this wiki node.- Specified by:
setStatusDate
in interfaceWikiNodeModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this wiki node
-
setUserId
public void setUserId(long userId) Sets the user ID of this wiki node.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceWikiNodeModel
- Parameters:
userId
- the user ID of this wiki node
-
setUserName
Sets the user name of this wiki node.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceWikiNodeModel
- Parameters:
userName
- the user name of this wiki node
-
setUserUuid
Sets the user uuid of this wiki node.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceWikiNodeModel
- Parameters:
userUuid
- the user uuid of this wiki node
-
setUuid
Sets the uuid of this wiki node.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setUuid
in interfaceWikiNodeModel
- Parameters:
uuid
- the uuid of this wiki node
-
toXmlString
- Specified by:
toXmlString
in interfaceWikiNodeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiNode>
-