Package com.liferay.wiki.model
Class WikiPageWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPage>
com.liferay.wiki.model.WikiPageWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<WikiPage>,com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>,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<WikiPage>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ResourcedModel,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,WikiPage,WikiPageModel,Serializable,Cloneable,Comparable<WikiPage>
public class WikiPageWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPage>
implements com.liferay.portal.kernel.model.ModelWrapper<WikiPage>, WikiPage
This class is a wrapper for WikiPage.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.wiki.model.WikiPage
PAGE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FolderList<com.liferay.portal.kernel.repository.model.FileEntry>List<com.liferay.portal.kernel.repository.model.FileEntry>getAttachmentsFileEntries(int start, int end) List<com.liferay.portal.kernel.repository.model.FileEntry>getAttachmentsFileEntries(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) List<com.liferay.portal.kernel.repository.model.FileEntry>getAttachmentsFileEntries(String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) intintgetAttachmentsFileEntriesCount(String[] mimeTypes) com.liferay.portal.kernel.repository.model.FileEntrygetAttachmentsFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) longlongReturns the company ID of this wiki page.longReturns the container model ID of this wiki page.Returns the container name of this wiki page.Returns the content of this wiki page.Returns the create date of this wiki page.longReturns the ct collection ID of this wiki page.List<com.liferay.portal.kernel.repository.model.FileEntry>List<com.liferay.portal.kernel.repository.model.FileEntry>getDeletedAttachmentsFileEntries(int start, int end) intReturns the external reference code of this wiki page.Returns the format of this wiki page.longReturns the group ID of this wiki page.booleangetHead()Returns the head of this wiki page.Returns the last publish date of this wiki page.booleanReturns the minor edit of this wiki page.Returns the modified date of this wiki page.longReturns the mvcc version of this wiki page.getNode()longlongReturns the node ID of this wiki page.longReturns the page ID of this wiki page.longReturns the parent container model ID of this wiki page.Returns the parent title of this wiki page.longReturns the primary key of this wiki page.Returns the redirect title of this wiki page.longReturns the resource prim key of this wiki page.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this wiki page.longReturns the status by user ID of this wiki page.Returns the status by user name of this wiki page.Returns the status by user uuid of this wiki page.Returns the status date of this wiki page.Returns the summary of this wiki page.getTitle()Returns the title of this wiki page.longReturns the class primary key of the trash entry for this wiki page.longReturns the user ID of this wiki page.Returns the user name of this wiki page.Returns the user uuid of this wiki page.getUuid()Returns the uuid of this wiki page.doubleReturns the version of this wiki page.booleanReturnstrueif this wiki page is approved.booleanisDenied()Returnstrueif this wiki page is denied.booleanisDraft()Returnstrueif this wiki page is a draft.booleanReturnstrueif this wiki page is expired.booleanisHead()Returnstrueif this wiki page is head.booleanReturnstrueif this wiki page is inactive.booleanReturnstrueif this wiki page is incomplete.booleanReturnstrueif this wiki page is in the Recycle Bin.booleanReturnstrueif this wiki page is minor edit.booleanReturnstrueif this wiki page is pending.booleanbooleanReturnstrueif this wiki page is scheduled.voidpersist()voidsetAttachmentsFolderId(long attachmentsFolderId) voidsetCompanyId(long companyId) Sets the company ID of this wiki page.voidsetContainerModelId(long containerModelId) Sets the container model ID of this wiki page.voidsetContent(String content) Sets the content of this wiki page.voidsetCreateDate(Date createDate) Sets the create date of this wiki page.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki page.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this wiki page.voidSets the format of this wiki page.voidsetGroupId(long groupId) Sets the group ID of this wiki page.voidsetHead(boolean head) Sets whether this wiki page is head.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this wiki page.voidsetMinorEdit(boolean minorEdit) Sets whether this wiki page is minor edit.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this wiki page.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this wiki page.voidsetNodeId(long nodeId) Sets the node ID of this wiki page.voidsetPageId(long pageId) Sets the page ID of this wiki page.voidsetParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this wiki page.voidsetParentTitle(String parentTitle) Sets the parent title of this wiki page.voidsetPrimaryKey(long primaryKey) Sets the primary key of this wiki page.voidsetRedirectTitle(String redirectTitle) Sets the redirect title of this wiki page.voidsetResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this wiki page.voidsetStatus(int status) Sets the status of this wiki page.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this wiki page.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this wiki page.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this wiki page.voidsetStatusDate(Date statusDate) Sets the status date of this wiki page.voidsetSummary(String summary) Sets the summary of this wiki page.voidSets the title of this wiki page.voidsetUserId(long userId) Sets the user ID of this wiki page.voidsetUserName(String userName) Sets the user name of this wiki page.voidsetUserUuid(String userUuid) Sets the user uuid of this wiki page.voidSets the uuid of this wiki page.voidsetVersion(double version) Sets the version of this wiki page.protected WikiPageWrapperMethods 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
-
WikiPageWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPage>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPage>
-
addAttachmentsFolder
public com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addAttachmentsFolderin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPage>- Specified by:
cloneWithOriginalValuesin interfaceWikiPageModel
-
fetchParentPage
- Specified by:
fetchParentPagein interfaceWikiPage
-
fetchRedirectPage
- Specified by:
fetchRedirectPagein interfaceWikiPage
-
getAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(String[] mimeTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntriesCount
public int getAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getAttachmentsFileEntriesCountin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntriesCount
public int getAttachmentsFileEntriesCount(String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAttachmentsFileEntriesCountin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFileEntryByExternalReferenceCode
public com.liferay.portal.kernel.repository.model.FileEntry getAttachmentsFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAttachmentsFileEntryByExternalReferenceCodein interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAttachmentsFolderId
public long getAttachmentsFolderId()- Specified by:
getAttachmentsFolderIdin interfaceWikiPage
-
getChildPages
- Specified by:
getChildPagesin interfaceWikiPage
-
getCompanyId
public long getCompanyId()Returns the company ID of this wiki page.- 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 interfaceWikiPageModel- Returns:
- the company ID of this wiki page
-
getContainerModelId
public long getContainerModelId()Returns the container model ID of this wiki page.- Specified by:
getContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelIdin interfaceWikiPageModel- Returns:
- the container model ID of this wiki page
-
getContainerModelName
Returns the container name of this wiki page.- Specified by:
getContainerModelNamein interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getContainerModelNamein interfaceWikiPageModel- Returns:
- the container name of this wiki page
-
getContent
Returns the content of this wiki page.- Specified by:
getContentin interfaceWikiPageModel- Returns:
- the content of this wiki page
-
getCreateDate
Returns the create date of this wiki page.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCreateDatein interfaceWikiPageModel- Returns:
- the create date of this wiki page
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this wiki page.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>- Specified by:
getCtCollectionIdin interfaceWikiPageModel- Returns:
- the ct collection ID of this wiki page
-
getDeletedAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDeletedAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDeletedAttachmentsFileEntries
public List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDeletedAttachmentsFileEntriesin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDeletedAttachmentsFileEntriesCount
public int getDeletedAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getDeletedAttachmentsFileEntriesCountin interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getExternalReferenceCode
Returns the external reference code of this wiki page.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceWikiPageModel- Returns:
- the external reference code of this wiki page
-
getFormat
Returns the format of this wiki page.- Specified by:
getFormatin interfaceWikiPageModel- Returns:
- the format of this wiki page
-
getGroupId
public long getGroupId()Returns the group ID of this wiki page.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceWikiPageModel- Returns:
- the group ID of this wiki page
-
getHead
public boolean getHead()Returns the head of this wiki page.- Specified by:
getHeadin interfaceWikiPageModel- Returns:
- the head of this wiki page
-
getLastPublishDate
Returns the last publish date of this wiki page.- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
getLastPublishDatein interfaceWikiPageModel- Returns:
- the last publish date of this wiki page
-
getMinorEdit
public boolean getMinorEdit()Returns the minor edit of this wiki page.- Specified by:
getMinorEditin interfaceWikiPageModel- Returns:
- the minor edit of this wiki page
-
getModifiedDate
Returns the modified date of this wiki page.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getModifiedDatein interfaceWikiPageModel- Returns:
- the modified date of this wiki page
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this wiki page.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceWikiPageModel- Returns:
- the mvcc version of this wiki page
-
getNode
-
getNodeAttachmentsFolderId
public long getNodeAttachmentsFolderId()- Specified by:
getNodeAttachmentsFolderIdin interfaceWikiPage
-
getNodeId
public long getNodeId()Returns the node ID of this wiki page.- Specified by:
getNodeIdin interfaceWikiPageModel- Returns:
- the node ID of this wiki page
-
getPageId
public long getPageId()Returns the page ID of this wiki page.- Specified by:
getPageIdin interfaceWikiPageModel- Returns:
- the page ID of this wiki page
-
getParentContainerModelId
public long getParentContainerModelId()Returns the parent container model ID of this wiki page.- Specified by:
getParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
getParentContainerModelIdin interfaceWikiPageModel- Returns:
- the parent container model ID of this wiki page
-
getParentPage
- Specified by:
getParentPagein interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentPages
- Specified by:
getParentPagesin interfaceWikiPage
-
getParentTitle
Returns the parent title of this wiki page.- Specified by:
getParentTitlein interfaceWikiPageModel- Returns:
- the parent title of this wiki page
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this wiki page.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>- Specified by:
getPrimaryKeyin interfaceWikiPageModel- Returns:
- the primary key of this wiki page
-
getRedirectPage
- Specified by:
getRedirectPagein interfaceWikiPage- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRedirectTitle
Returns the redirect title of this wiki page.- Specified by:
getRedirectTitlein interfaceWikiPageModel- Returns:
- the redirect title of this wiki page
-
getResourcePrimKey
public long getResourcePrimKey()Returns the resource prim key of this wiki page.- Specified by:
getResourcePrimKeyin interfacecom.liferay.portal.kernel.model.ResourcedModel- Specified by:
getResourcePrimKeyin interfaceWikiPageModel- Returns:
- the resource prim key of this wiki page
-
getStatus
public int getStatus()Returns the status of this wiki page.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getStatusin interfaceWikiPageModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this wiki page
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this wiki page.- Specified by:
getStatusByUserIdin interfaceWikiPageModel- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this wiki page
-
getStatusByUserName
Returns the status by user name of this wiki page.- Specified by:
getStatusByUserNamein interfaceWikiPageModel- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this wiki page
-
getStatusByUserUuid
Returns the status by user uuid of this wiki page.- Specified by:
getStatusByUserUuidin interfaceWikiPageModel- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this wiki page
-
getStatusDate
Returns the status date of this wiki page.- Specified by:
getStatusDatein interfaceWikiPageModel- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this wiki page
-
getSummary
Returns the summary of this wiki page.- Specified by:
getSummaryin interfaceWikiPageModel- Returns:
- the summary of this wiki page
-
getTitle
Returns the title of this wiki page.- Specified by:
getTitlein interfaceWikiPageModel- Returns:
- the title of this wiki page
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this wiki page.- Specified by:
getTrashEntryClassPKin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
getTrashEntryClassPKin interfaceWikiPageModel- Returns:
- the class primary key of the trash entry for this wiki page
-
getUserId
public long getUserId()Returns the user ID of this wiki page.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceWikiPageModel- Returns:
- the user ID of this wiki page
-
getUserName
Returns the user name of this wiki page.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceWikiPageModel- Returns:
- the user name of this wiki page
-
getUserUuid
Returns the user uuid of this wiki page.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceWikiPageModel- Returns:
- the user uuid of this wiki page
-
getUuid
Returns the uuid of this wiki page.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getUuidin interfaceWikiPageModel- Returns:
- the uuid of this wiki page
-
getVersion
public double getVersion()Returns the version of this wiki page.- Specified by:
getVersionin interfaceWikiPageModel- Returns:
- the version of this wiki page
-
getViewableChildPages
- Specified by:
getViewableChildPagesin interfaceWikiPage
-
getViewableParentPage
- Specified by:
getViewableParentPagein interfaceWikiPage
-
getViewableParentPages
- Specified by:
getViewableParentPagesin interfaceWikiPage
-
isApproved
public boolean isApproved()Returnstrueif this wiki page is approved.- Specified by:
isApprovedin interfaceWikiPageModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this wiki page is denied.- Specified by:
isDeniedin interfaceWikiPageModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this wiki page is a draft.- Specified by:
isDraftin interfaceWikiPageModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this wiki page is expired.- Specified by:
isExpiredin interfaceWikiPageModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is expired;falseotherwise
-
isHead
public boolean isHead()Returnstrueif this wiki page is head.- Specified by:
isHeadin interfaceWikiPageModel- Returns:
trueif this wiki page is head;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this wiki page is inactive.- Specified by:
isInactivein interfaceWikiPageModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this wiki page is incomplete.- Specified by:
isIncompletein interfaceWikiPageModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is incomplete;falseotherwise
-
isInTrash
public boolean isInTrash()Returnstrueif this wiki page is in the Recycle Bin.- Specified by:
isInTrashin interfacecom.liferay.portal.kernel.model.TrashedModel- Specified by:
isInTrashin interfaceWikiPageModel- Returns:
trueif this wiki page is in the Recycle Bin;falseotherwise
-
isMinorEdit
public boolean isMinorEdit()Returnstrueif this wiki page is minor edit.- Specified by:
isMinorEditin interfaceWikiPageModel- Returns:
trueif this wiki page is minor edit;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this wiki page is pending.- Specified by:
isPendingin interfaceWikiPageModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is pending;falseotherwise
-
isResourceMain
public boolean isResourceMain()- Specified by:
isResourceMainin interfacecom.liferay.portal.kernel.model.ResourcedModel- Specified by:
isResourceMainin interfaceWikiPageModel
-
isScheduled
public boolean isScheduled()Returnstrueif this wiki page is scheduled.- Specified by:
isScheduledin interfaceWikiPageModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this wiki page is scheduled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAttachmentsFolderId
public void setAttachmentsFolderId(long attachmentsFolderId) - Specified by:
setAttachmentsFolderIdin interfaceWikiPage
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this wiki page.- 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 interfaceWikiPageModel- Parameters:
companyId- the company ID of this wiki page
-
setContainerModelId
public void setContainerModelId(long containerModelId) Sets the container model ID of this wiki page.- Specified by:
setContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setContainerModelIdin interfaceWikiPageModel- Parameters:
containerModelId- the container model ID of this wiki page
-
setContent
Sets the content of this wiki page.- Specified by:
setContentin interfaceWikiPageModel- Parameters:
content- the content of this wiki page
-
setCreateDate
Sets the create date of this wiki page.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCreateDatein interfaceWikiPageModel- Parameters:
createDate- the create date of this wiki page
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this wiki page.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>- Specified by:
setCtCollectionIdin interfaceWikiPageModel- Parameters:
ctCollectionId- the ct collection ID of this wiki page
-
setExternalReferenceCode
Sets the external reference code of this wiki page.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein interfaceWikiPageModel- Parameters:
externalReferenceCode- the external reference code of this wiki page
-
setFormat
Sets the format of this wiki page.- Specified by:
setFormatin interfaceWikiPageModel- Parameters:
format- the format of this wiki page
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this wiki page.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceWikiPageModel- Parameters:
groupId- the group ID of this wiki page
-
setHead
public void setHead(boolean head) Sets whether this wiki page is head.- Specified by:
setHeadin interfaceWikiPageModel- Parameters:
head- the head of this wiki page
-
setLastPublishDate
Sets the last publish date of this wiki page.- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Specified by:
setLastPublishDatein interfaceWikiPageModel- Parameters:
lastPublishDate- the last publish date of this wiki page
-
setMinorEdit
public void setMinorEdit(boolean minorEdit) Sets whether this wiki page is minor edit.- Specified by:
setMinorEditin interfaceWikiPageModel- Parameters:
minorEdit- the minor edit of this wiki page
-
setModifiedDate
Sets the modified date of this wiki page.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setModifiedDatein interfaceWikiPageModel- Parameters:
modifiedDate- the modified date of this wiki page
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this wiki page.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceWikiPageModel- Parameters:
mvccVersion- the mvcc version of this wiki page
-
setNodeId
public void setNodeId(long nodeId) Sets the node ID of this wiki page.- Specified by:
setNodeIdin interfaceWikiPageModel- Parameters:
nodeId- the node ID of this wiki page
-
setPageId
public void setPageId(long pageId) Sets the page ID of this wiki page.- Specified by:
setPageIdin interfaceWikiPageModel- Parameters:
pageId- the page ID of this wiki page
-
setParentContainerModelId
public void setParentContainerModelId(long parentContainerModelId) Sets the parent container model ID of this wiki page.- Specified by:
setParentContainerModelIdin interfacecom.liferay.portal.kernel.model.ContainerModel- Specified by:
setParentContainerModelIdin interfaceWikiPageModel- Parameters:
parentContainerModelId- the parent container model ID of this wiki page
-
setParentTitle
Sets the parent title of this wiki page.- Specified by:
setParentTitlein interfaceWikiPageModel- Parameters:
parentTitle- the parent title of this wiki page
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this wiki page.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>- Specified by:
setPrimaryKeyin interfaceWikiPageModel- Parameters:
primaryKey- the primary key of this wiki page
-
setRedirectTitle
Sets the redirect title of this wiki page.- Specified by:
setRedirectTitlein interfaceWikiPageModel- Parameters:
redirectTitle- the redirect title of this wiki page
-
setResourcePrimKey
public void setResourcePrimKey(long resourcePrimKey) Sets the resource prim key of this wiki page.- Specified by:
setResourcePrimKeyin interfacecom.liferay.portal.kernel.model.ResourcedModel- Specified by:
setResourcePrimKeyin interfaceWikiPageModel- Parameters:
resourcePrimKey- the resource prim key of this wiki page
-
setStatus
public void setStatus(int status) Sets the status of this wiki page.- Specified by:
setStatusin interfaceWikiPageModel- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this wiki page
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this wiki page.- Specified by:
setStatusByUserIdin interfaceWikiPageModel- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this wiki page
-
setStatusByUserName
Sets the status by user name of this wiki page.- Specified by:
setStatusByUserNamein interfaceWikiPageModel- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this wiki page
-
setStatusByUserUuid
Sets the status by user uuid of this wiki page.- Specified by:
setStatusByUserUuidin interfaceWikiPageModel- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this wiki page
-
setStatusDate
Sets the status date of this wiki page.- Specified by:
setStatusDatein interfaceWikiPageModel- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this wiki page
-
setSummary
Sets the summary of this wiki page.- Specified by:
setSummaryin interfaceWikiPageModel- Parameters:
summary- the summary of this wiki page
-
setTitle
Sets the title of this wiki page.- Specified by:
setTitlein interfaceWikiPageModel- Parameters:
title- the title of this wiki page
-
setUserId
public void setUserId(long userId) Sets the user ID of this wiki page.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceWikiPageModel- Parameters:
userId- the user ID of this wiki page
-
setUserName
Sets the user name of this wiki page.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceWikiPageModel- Parameters:
userName- the user name of this wiki page
-
setUserUuid
Sets the user uuid of this wiki page.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceWikiPageModel- Parameters:
userUuid- the user uuid of this wiki page
-
setUuid
Sets the uuid of this wiki page.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setUuidin interfaceWikiPageModel- Parameters:
uuid- the uuid of this wiki page
-
setVersion
public void setVersion(double version) Sets the version of this wiki page.- Specified by:
setVersionin interfaceWikiPageModel- Parameters:
version- the version of this wiki page
-
toXmlString
- Specified by:
toXmlStringin interfaceWikiPageModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPage>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<WikiPage>
-
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<WikiPage>
-