Interface WikiPage

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<WikiPage>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<WikiPage>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<WikiPage>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ResourcedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, WikiPageModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
WikiPageWrapper

@ProviderType public interface WikiPage extends com.liferay.portal.kernel.model.PersistedModel, WikiPageModel
The extended model interface for the WikiPage service. Represents a row in the "WikiPage" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • PAGE_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<WikiPage,Long> PAGE_ID_ACCESSOR
  • Method Details

    • addAttachmentsFolder

      com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchParentPage

      WikiPage fetchParentPage()
    • fetchRedirectPage

      WikiPage fetchRedirectPage()
    • getAttachmentsFileEntries

      List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntries

      List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntries

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntries

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntriesCount

      int getAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntriesCount

      int getAttachmentsFileEntriesCount(String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntryByExternalReferenceCode

      com.liferay.portal.kernel.repository.model.FileEntry getAttachmentsFileEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFolderId

      long getAttachmentsFolderId()
    • getChildPages

      List<WikiPage> getChildPages()
    • getDeletedAttachmentsFileEntries

      List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDeletedAttachmentsFileEntries

      List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDeletedAttachmentsFileEntriesCount

      int getDeletedAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getNode

      WikiNode getNode()
    • getNodeAttachmentsFolderId

      long getNodeAttachmentsFolderId()
    • getParentPage

      WikiPage getParentPage() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentPages

      List<WikiPage> getParentPages()
    • getRedirectPage

      WikiPage getRedirectPage() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getViewableChildPages

      List<WikiPage> getViewableChildPages()
    • getViewableParentPage

      WikiPage getViewableParentPage()
    • getViewableParentPages

      List<WikiPage> getViewableParentPages()
    • setAttachmentsFolderId

      void setAttachmentsFolderId(long attachmentsFolderId)