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
modelFields inherited from interface com.liferay.wiki.model.WikiNode
NODE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FolderlonglongReturns the company ID of this wiki node.longReturns the container model ID of this wiki node.Returns the container name of this wiki node.Returns the create date of this wiki node.longReturns 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.longReturns 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.longReturns the mvcc version of this wiki node.getName()Returns the name of this wiki node.longReturns the node ID of this wiki node.longReturns the parent container model ID of this wiki node.longReturns the primary key of this wiki node.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this wiki node.longReturns 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.longReturns the class primary key of the trash entry for this wiki node.longReturns 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.booleanReturnstrueif this wiki node is approved.booleanisDenied()Returnstrueif this wiki node is denied.booleanisDraft()Returnstrueif this wiki node is a draft.booleanReturnstrueif this wiki node is expired.booleanReturnstrueif this wiki node is inactive.booleanReturnstrueif this wiki node is incomplete.booleanReturnstrueif this wiki node is in the Recycle Bin.booleanReturnstrueif this wiki node is pending.booleanReturnstrueif this wiki node is scheduled.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this wiki node.voidsetContainerModelId(long containerModelId) Sets the container model ID of this wiki node.voidsetCreateDate(Date createDate) Sets the create date of this wiki node.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki node.voidsetDescription(String description) Sets the description of this wiki node.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this wiki node.voidsetGroupId(long groupId) Sets the group ID of this wiki node.voidsetLastPostDate(Date lastPostDate) Sets the last post date of this wiki node.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this wiki node.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this wiki node.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this wiki node.voidSets the name of this wiki node.voidsetNodeId(long nodeId) Sets the node ID of this wiki node.voidsetParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this wiki node.voidsetPrimaryKey(long primaryKey) Sets the primary key of this wiki node.voidsetStatus(int status) Sets the status of this wiki node.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this wiki node.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this wiki node.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this wiki node.voidsetStatusDate(Date statusDate) Sets the status date of this wiki node.voidsetUserId(long userId) Sets the user ID of this wiki node.voidsetUserName(String userName) Sets the user name of this wiki node.voidsetUserUuid(String userUuid) Sets the user uuid of this wiki node.voidSets the uuid of this wiki node.protected WikiNodeWrapperMethods 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
WikiNodeWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
setModelAttributes
- Specified by:
setModelAttributesin 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:
addAttachmentsFolderin interfaceWikiNode- Throws:
com.liferay.portal.kernel.exception.PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>- Specified by:
cloneWithOriginalValuesin interfaceWikiNodeModel
-
getAttachmentsFolderId
public long getAttachmentsFolderId()- Specified by:
getAttachmentsFolderIdin interfaceWikiNode
-
getCompanyId
public long getCompanyId()Returns the company ID of this wiki node.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCompanyIdin interfaceWikiNodeModel- Returns:
- the company ID of this wiki node
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this wiki node.- Specified by:
getContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelIdin interfaceWikiNodeModel- Returns:
- the container model ID of this wiki node
-
getContainerModelName
Returns the container name of this wiki node.- Specified by:
getContainerModelNamein interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelNamein interfaceWikiNodeModel- Returns:
- the container name of this wiki node
-
getCreateDate
Returns the create date of this wiki node.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCreateDatein interfaceWikiNodeModel- Returns:
- the create date of this wiki node
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this wiki node.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>- Specified by:
getCtCollectionIdin 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:
getDeletedAttachmentsFilesin interfaceWikiNode- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDescription
Returns the description of this wiki node.- Specified by:
getDescriptionin interfaceWikiNodeModel- Returns:
- the description of this wiki node
-
getExternalReferenceCode
Returns the external reference code of this wiki node.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceWikiNodeModel- Returns:
- the external reference code of this wiki node
-
getGroupId
public long getGroupId()Returns the group ID of this wiki node.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceWikiNodeModel- Returns:
- the group ID of this wiki node
-
getLastPostDate
Returns the last post date of this wiki node.- Specified by:
getLastPostDatein interfaceWikiNodeModel- Returns:
- the last post date of this wiki node
-
getLastPublishDate
Returns the last publish date of this wiki node.- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
getLastPublishDatein interfaceWikiNodeModel- Returns:
- the last publish date of this wiki node
-
getModifiedDate
Returns the modified date of this wiki node.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getModifiedDatein interfaceWikiNodeModel- Returns:
- the modified date of this wiki node
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this wiki node.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceWikiNodeModel- Returns:
- the mvcc version of this wiki node
-
getName
Returns the name of this wiki node.- Specified by:
getNamein interfaceWikiNodeModel- Returns:
- the name of this wiki node
-
getNodeId
public long getNodeId()Returns the node ID of this wiki node.- Specified by:
getNodeIdin 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:
getParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getParentContainerModelIdin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>- Specified by:
getPrimaryKeyin interfaceWikiNodeModel- Returns:
- the primary key of this wiki node
-
getStatus
public int getStatus()Returns the status of this wiki node.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getStatusin interfaceWikiNodeModel- Specified by:
getStatusin 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:
getStatusByUserIdin interfaceWikiNodeModel- Specified by:
getStatusByUserIdin 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:
getStatusByUserNamein interfaceWikiNodeModel- Specified by:
getStatusByUserNamein 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:
getStatusByUserUuidin interfaceWikiNodeModel- Specified by:
getStatusByUserUuidin 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:
getStatusDatein interfaceWikiNodeModel- Specified by:
getStatusDatein 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:
getTrashEntryClassPKin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getTrashEntryClassPKin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceWikiNodeModel- Returns:
- the user ID of this wiki node
-
getUserName
Returns the user name of this wiki node.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceWikiNodeModel- Returns:
- the user name of this wiki node
-
getUserUuid
Returns the user uuid of this wiki node.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceWikiNodeModel- Returns:
- the user uuid of this wiki node
-
getUuid
Returns the uuid of this wiki node.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getUuidin interfaceWikiNodeModel- Returns:
- the uuid of this wiki node
-
isApproved
public boolean isApproved()Returnstrueif this wiki node is approved.- Specified by:
isApprovedin interfaceWikiNodeModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this wiki node is denied.- Specified by:
isDeniedin interfaceWikiNodeModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this wiki node is a draft.- Specified by:
isDraftin interfaceWikiNodeModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this wiki node is expired.- Specified by:
isExpiredin interfaceWikiNodeModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this wiki node is inactive.- Specified by:
isInactivein interfaceWikiNodeModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this wiki node is incomplete.- Specified by:
isIncompletein interfaceWikiNodeModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is incomplete;falseotherwise
-
isInTrash
public boolean isInTrash()Returnstrueif this wiki node is in the Recycle Bin.- Specified by:
isInTrashin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
isInTrashin interfaceWikiNodeModel- Returns:
trueif this wiki node is in the Recycle Bin;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this wiki node is pending.- Specified by:
isPendingin interfaceWikiNodeModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this wiki node is scheduled.- Specified by:
isScheduledin interfaceWikiNodeModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki node is scheduled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this wiki node.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCompanyIdin 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:
setContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setContainerModelIdin interfaceWikiNodeModel- Parameters:
containerModelId- the container model ID of this wiki node
-
setCreateDate
Sets the create date of this wiki node.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>- Specified by:
setCtCollectionIdin interfaceWikiNodeModel- Parameters:
ctCollectionId- the ct collection ID of this wiki node
-
setDescription
Sets the description of this wiki node.- Specified by:
setDescriptionin interfaceWikiNodeModel- Parameters:
description- the description of this wiki node
-
setExternalReferenceCode
Sets the external reference code of this wiki node.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceWikiNodeModel- Parameters:
groupId- the group ID of this wiki node
-
setLastPostDate
Sets the last post date of this wiki node.- Specified by:
setLastPostDatein interfaceWikiNodeModel- Parameters:
lastPostDate- the last post date of this wiki node
-
setLastPublishDate
Sets the last publish date of this wiki node.- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
setLastPublishDatein interfaceWikiNodeModel- Parameters:
lastPublishDate- the last publish date of this wiki node
-
setModifiedDate
Sets the modified date of this wiki node.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceWikiNodeModel- Parameters:
mvccVersion- the mvcc version of this wiki node
-
setName
Sets the name of this wiki node.- Specified by:
setNamein 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:
setNodeIdin 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:
setParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setParentContainerModelIdin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiNode>- Specified by:
setPrimaryKeyin 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:
setStatusin interfaceWikiNodeModel- Specified by:
setStatusin 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:
setStatusByUserIdin interfaceWikiNodeModel- Specified by:
setStatusByUserIdin 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:
setStatusByUserNamein interfaceWikiNodeModel- Specified by:
setStatusByUserNamein 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:
setStatusByUserUuidin interfaceWikiNodeModel- Specified by:
setStatusByUserUuidin 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:
setStatusDatein interfaceWikiNodeModel- Specified by:
setStatusDatein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceWikiNodeModel- Parameters:
userId- the user ID of this wiki node
-
setUserName
Sets the user name of this wiki node.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceWikiNodeModel- Parameters:
userName- the user name of this wiki node
-
setUserUuid
Sets the user uuid of this wiki node.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceWikiNodeModel- Parameters:
userUuid- the user uuid of this wiki node
-
setUuid
Sets the uuid of this wiki node.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setUuidin interfaceWikiNodeModel- Parameters:
uuid- the uuid of this wiki node
-
toXmlString
- Specified by:
toXmlStringin interfaceWikiNodeModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<WikiNode>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiNode>
-