Package com.liferay.wiki.model
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 Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.Folder
List<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) int
int
getAttachmentsFileEntriesCount
(String[] mimeTypes) com.liferay.portal.kernel.repository.model.FileEntry
getAttachmentsFileEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) long
List<com.liferay.portal.kernel.repository.model.FileEntry>
List<com.liferay.portal.kernel.repository.model.FileEntry>
getDeletedAttachmentsFileEntries
(int start, int end) int
getNode()
long
void
setAttachmentsFolderId
(long attachmentsFolderId) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ContainerModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.wiki.model.WikiPageModel
cloneWithOriginalValues, getCompanyId, getContainerModelId, getContainerModelName, getContent, getCreateDate, getCtCollectionId, getExternalReferenceCode, getFormat, getGroupId, getHead, getLastPublishDate, getMinorEdit, getModifiedDate, getMvccVersion, getNodeId, getPageId, getParentContainerModelId, getParentTitle, getPrimaryKey, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getTrashEntryClassPK, getUserId, getUserName, getUserUuid, getUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isHead, isInactive, isIncomplete, isInTrash, isMinorEdit, isPending, isResourceMain, isScheduled, setCompanyId, setContainerModelId, setContent, setCreateDate, setCtCollectionId, setExternalReferenceCode, setFormat, setGroupId, setHead, setLastPublishDate, setMinorEdit, setModifiedDate, setMvccVersion, setNodeId, setPageId, setParentContainerModelId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toXmlString
-
Field Details
-
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
-
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentPages
-
getRedirectPage
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getViewableChildPages
-
getViewableParentPage
WikiPage getViewableParentPage() -
getViewableParentPages
-
setAttachmentsFolderId
void setAttachmentsFolderId(long attachmentsFolderId)
-