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:
  • Constructor Details

    • WikiPageWrapper

      public WikiPageWrapper(WikiPage wikiPage)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.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:
      addAttachmentsFolder in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • cloneWithOriginalValues

      public WikiPage cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
      Specified by:
      cloneWithOriginalValues in interface WikiPageModel
    • fetchParentPage

      public WikiPage fetchParentPage()
      Specified by:
      fetchParentPage in interface WikiPage
    • fetchRedirectPage

      public WikiPage fetchRedirectPage()
      Specified by:
      fetchRedirectPage in interface WikiPage
    • getAttachmentsFileEntries

      public List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAttachmentsFileEntries in interface WikiPage
      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:
      getAttachmentsFileEntries in interface WikiPage
      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:
      getAttachmentsFileEntries in interface WikiPage
      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:
      getAttachmentsFileEntries in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntriesCount

      public int getAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAttachmentsFileEntriesCount in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntriesCount

      public int getAttachmentsFileEntriesCount(String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAttachmentsFileEntriesCount in interface WikiPage
      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:
      getAttachmentsFileEntryByExternalReferenceCode in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFolderId

      public long getAttachmentsFolderId()
      Specified by:
      getAttachmentsFolderId in interface WikiPage
    • getChildPages

      public List<WikiPage> getChildPages()
      Specified by:
      getChildPages in interface WikiPage
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this wiki page.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCompanyId in interface WikiPageModel
      Returns:
      the company ID of this wiki page
    • getContainerModelId

      public long getContainerModelId()
      Returns the container model ID of this wiki page.
      Specified by:
      getContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getContainerModelId in interface WikiPageModel
      Returns:
      the container model ID of this wiki page
    • getContainerModelName

      public String getContainerModelName()
      Returns the container name of this wiki page.
      Specified by:
      getContainerModelName in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getContainerModelName in interface WikiPageModel
      Returns:
      the container name of this wiki page
    • getContent

      public String getContent()
      Returns the content of this wiki page.
      Specified by:
      getContent in interface WikiPageModel
      Returns:
      the content of this wiki page
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this wiki page.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getCreateDate in interface WikiPageModel
      Returns:
      the create date of this wiki page
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this wiki page.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>
      Specified by:
      getCtCollectionId in interface WikiPageModel
      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:
      getDeletedAttachmentsFileEntries in interface WikiPage
      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:
      getDeletedAttachmentsFileEntries in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDeletedAttachmentsFileEntriesCount

      public int getDeletedAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDeletedAttachmentsFileEntriesCount in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this wiki page.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Specified by:
      getExternalReferenceCode in interface WikiPageModel
      Returns:
      the external reference code of this wiki page
    • getFormat

      public String getFormat()
      Returns the format of this wiki page.
      Specified by:
      getFormat in interface WikiPageModel
      Returns:
      the format of this wiki page
    • getGroupId

      public long getGroupId()
      Returns the group ID of this wiki page.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface WikiPageModel
      Returns:
      the group ID of this wiki page
    • getHead

      public boolean getHead()
      Returns the head of this wiki page.
      Specified by:
      getHead in interface WikiPageModel
      Returns:
      the head of this wiki page
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this wiki page.
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Specified by:
      getLastPublishDate in interface WikiPageModel
      Returns:
      the last publish date of this wiki page
    • getMinorEdit

      public boolean getMinorEdit()
      Returns the minor edit of this wiki page.
      Specified by:
      getMinorEdit in interface WikiPageModel
      Returns:
      the minor edit of this wiki page
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this wiki page.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getModifiedDate in interface WikiPageModel
      Returns:
      the modified date of this wiki page
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this wiki page.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface WikiPageModel
      Returns:
      the mvcc version of this wiki page
    • getNode

      public WikiNode getNode()
      Specified by:
      getNode in interface WikiPage
    • getNodeAttachmentsFolderId

      public long getNodeAttachmentsFolderId()
      Specified by:
      getNodeAttachmentsFolderId in interface WikiPage
    • getNodeId

      public long getNodeId()
      Returns the node ID of this wiki page.
      Specified by:
      getNodeId in interface WikiPageModel
      Returns:
      the node ID of this wiki page
    • getPageId

      public long getPageId()
      Returns the page ID of this wiki page.
      Specified by:
      getPageId in interface WikiPageModel
      Returns:
      the page ID of this wiki page
    • getParentContainerModelId

      public long getParentContainerModelId()
      Returns the parent container model ID of this wiki page.
      Specified by:
      getParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      getParentContainerModelId in interface WikiPageModel
      Returns:
      the parent container model ID of this wiki page
    • getParentPage

      public WikiPage getParentPage() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getParentPage in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentPages

      public List<WikiPage> getParentPages()
      Specified by:
      getParentPages in interface WikiPage
    • getParentTitle

      public String getParentTitle()
      Returns the parent title of this wiki page.
      Specified by:
      getParentTitle in interface WikiPageModel
      Returns:
      the parent title of this wiki page
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this wiki page.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>
      Specified by:
      getPrimaryKey in interface WikiPageModel
      Returns:
      the primary key of this wiki page
    • getRedirectPage

      public WikiPage getRedirectPage() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getRedirectPage in interface WikiPage
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRedirectTitle

      public String getRedirectTitle()
      Returns the redirect title of this wiki page.
      Specified by:
      getRedirectTitle in interface WikiPageModel
      Returns:
      the redirect title of this wiki page
    • getResourcePrimKey

      public long getResourcePrimKey()
      Returns the resource prim key of this wiki page.
      Specified by:
      getResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Specified by:
      getResourcePrimKey in interface WikiPageModel
      Returns:
      the resource prim key of this wiki page
    • getStatus

      public int getStatus()
      Returns the status of this wiki page.
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.TrashedModel
      Specified by:
      getStatus in interface WikiPageModel
      Specified by:
      getStatus in interface com.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:
      getStatusByUserId in interface WikiPageModel
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this wiki page
    • getStatusByUserName

      public String getStatusByUserName()
      Returns the status by user name of this wiki page.
      Specified by:
      getStatusByUserName in interface WikiPageModel
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this wiki page
    • getStatusByUserUuid

      public String getStatusByUserUuid()
      Returns the status by user uuid of this wiki page.
      Specified by:
      getStatusByUserUuid in interface WikiPageModel
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this wiki page
    • getStatusDate

      public Date getStatusDate()
      Returns the status date of this wiki page.
      Specified by:
      getStatusDate in interface WikiPageModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this wiki page
    • getSummary

      public String getSummary()
      Returns the summary of this wiki page.
      Specified by:
      getSummary in interface WikiPageModel
      Returns:
      the summary of this wiki page
    • getTitle

      public String getTitle()
      Returns the title of this wiki page.
      Specified by:
      getTitle in interface WikiPageModel
      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:
      getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModel
      Specified by:
      getTrashEntryClassPK in interface WikiPageModel
      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:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface WikiPageModel
      Returns:
      the user ID of this wiki page
    • getUserName

      public String getUserName()
      Returns the user name of this wiki page.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface WikiPageModel
      Returns:
      the user name of this wiki page
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this wiki page.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface WikiPageModel
      Returns:
      the user uuid of this wiki page
    • getUuid

      public String getUuid()
      Returns the uuid of this wiki page.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      getUuid in interface WikiPageModel
      Returns:
      the uuid of this wiki page
    • getVersion

      public double getVersion()
      Returns the version of this wiki page.
      Specified by:
      getVersion in interface WikiPageModel
      Returns:
      the version of this wiki page
    • getViewableChildPages

      public List<WikiPage> getViewableChildPages()
      Specified by:
      getViewableChildPages in interface WikiPage
    • getViewableParentPage

      public WikiPage getViewableParentPage()
      Specified by:
      getViewableParentPage in interface WikiPage
    • getViewableParentPages

      public List<WikiPage> getViewableParentPages()
      Specified by:
      getViewableParentPages in interface WikiPage
    • isApproved

      public boolean isApproved()
      Returns true if this wiki page is approved.
      Specified by:
      isApproved in interface WikiPageModel
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is approved; false otherwise
    • isDenied

      public boolean isDenied()
      Returns true if this wiki page is denied.
      Specified by:
      isDenied in interface WikiPageModel
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is denied; false otherwise
    • isDraft

      public boolean isDraft()
      Returns true if this wiki page is a draft.
      Specified by:
      isDraft in interface WikiPageModel
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is a draft; false otherwise
    • isExpired

      public boolean isExpired()
      Returns true if this wiki page is expired.
      Specified by:
      isExpired in interface WikiPageModel
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is expired; false otherwise
    • isHead

      public boolean isHead()
      Returns true if this wiki page is head.
      Specified by:
      isHead in interface WikiPageModel
      Returns:
      true if this wiki page is head; false otherwise
    • isInactive

      public boolean isInactive()
      Returns true if this wiki page is inactive.
      Specified by:
      isInactive in interface WikiPageModel
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is inactive; false otherwise
    • isIncomplete

      public boolean isIncomplete()
      Returns true if this wiki page is incomplete.
      Specified by:
      isIncomplete in interface WikiPageModel
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is incomplete; false otherwise
    • isInTrash

      public boolean isInTrash()
      Returns true if this wiki page is in the Recycle Bin.
      Specified by:
      isInTrash in interface com.liferay.portal.kernel.model.TrashedModel
      Specified by:
      isInTrash in interface WikiPageModel
      Returns:
      true if this wiki page is in the Recycle Bin; false otherwise
    • isMinorEdit

      public boolean isMinorEdit()
      Returns true if this wiki page is minor edit.
      Specified by:
      isMinorEdit in interface WikiPageModel
      Returns:
      true if this wiki page is minor edit; false otherwise
    • isPending

      public boolean isPending()
      Returns true if this wiki page is pending.
      Specified by:
      isPending in interface WikiPageModel
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is pending; false otherwise
    • isResourceMain

      public boolean isResourceMain()
      Specified by:
      isResourceMain in interface com.liferay.portal.kernel.model.ResourcedModel
      Specified by:
      isResourceMain in interface WikiPageModel
    • isScheduled

      public boolean isScheduled()
      Returns true if this wiki page is scheduled.
      Specified by:
      isScheduled in interface WikiPageModel
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this wiki page is scheduled; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAttachmentsFolderId

      public void setAttachmentsFolderId(long attachmentsFolderId)
      Specified by:
      setAttachmentsFolderId in interface WikiPage
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this wiki page.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCompanyId in interface WikiPageModel
      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:
      setContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      setContainerModelId in interface WikiPageModel
      Parameters:
      containerModelId - the container model ID of this wiki page
    • setContent

      public void setContent(String content)
      Sets the content of this wiki page.
      Specified by:
      setContent in interface WikiPageModel
      Parameters:
      content - the content of this wiki page
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this wiki page.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setCreateDate in interface WikiPageModel
      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:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>
      Specified by:
      setCtCollectionId in interface WikiPageModel
      Parameters:
      ctCollectionId - the ct collection ID of this wiki page
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this wiki page.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Specified by:
      setExternalReferenceCode in interface WikiPageModel
      Parameters:
      externalReferenceCode - the external reference code of this wiki page
    • setFormat

      public void setFormat(String format)
      Sets the format of this wiki page.
      Specified by:
      setFormat in interface WikiPageModel
      Parameters:
      format - the format of this wiki page
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this wiki page.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface WikiPageModel
      Parameters:
      groupId - the group ID of this wiki page
    • setHead

      public void setHead(boolean head)
      Sets whether this wiki page is head.
      Specified by:
      setHead in interface WikiPageModel
      Parameters:
      head - the head of this wiki page
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this wiki page.
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Specified by:
      setLastPublishDate in interface WikiPageModel
      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:
      setMinorEdit in interface WikiPageModel
      Parameters:
      minorEdit - the minor edit of this wiki page
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this wiki page.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setModifiedDate in interface WikiPageModel
      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:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface WikiPageModel
      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:
      setNodeId in interface WikiPageModel
      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:
      setPageId in interface WikiPageModel
      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:
      setParentContainerModelId in interface com.liferay.portal.kernel.model.ContainerModel
      Specified by:
      setParentContainerModelId in interface WikiPageModel
      Parameters:
      parentContainerModelId - the parent container model ID of this wiki page
    • setParentTitle

      public void setParentTitle(String parentTitle)
      Sets the parent title of this wiki page.
      Specified by:
      setParentTitle in interface WikiPageModel
      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:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>
      Specified by:
      setPrimaryKey in interface WikiPageModel
      Parameters:
      primaryKey - the primary key of this wiki page
    • setRedirectTitle

      public void setRedirectTitle(String redirectTitle)
      Sets the redirect title of this wiki page.
      Specified by:
      setRedirectTitle in interface WikiPageModel
      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:
      setResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Specified by:
      setResourcePrimKey in interface WikiPageModel
      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:
      setStatus in interface WikiPageModel
      Specified by:
      setStatus in interface com.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:
      setStatusByUserId in interface WikiPageModel
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this wiki page
    • setStatusByUserName

      public void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this wiki page.
      Specified by:
      setStatusByUserName in interface WikiPageModel
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this wiki page
    • setStatusByUserUuid

      public void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this wiki page.
      Specified by:
      setStatusByUserUuid in interface WikiPageModel
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this wiki page
    • setStatusDate

      public void setStatusDate(Date statusDate)
      Sets the status date of this wiki page.
      Specified by:
      setStatusDate in interface WikiPageModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this wiki page
    • setSummary

      public void setSummary(String summary)
      Sets the summary of this wiki page.
      Specified by:
      setSummary in interface WikiPageModel
      Parameters:
      summary - the summary of this wiki page
    • setTitle

      public void setTitle(String title)
      Sets the title of this wiki page.
      Specified by:
      setTitle in interface WikiPageModel
      Parameters:
      title - the title of this wiki page
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this wiki page.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface WikiPageModel
      Parameters:
      userId - the user ID of this wiki page
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this wiki page.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface WikiPageModel
      Parameters:
      userName - the user name of this wiki page
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this wiki page.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface WikiPageModel
      Parameters:
      userUuid - the user uuid of this wiki page
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this wiki page.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Specified by:
      setUuid in interface WikiPageModel
      Parameters:
      uuid - the uuid of this wiki page
    • setVersion

      public void setVersion(double version)
      Sets the version of this wiki page.
      Specified by:
      setVersion in interface WikiPageModel
      Parameters:
      version - the version of this wiki page
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface WikiPageModel
    • getAttributeGetterFunctions

      public Map<String,Function<WikiPage,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<WikiPage,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<WikiPage>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected WikiPageWrapper wrap(WikiPage wikiPage)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WikiPage>