@ProviderType public interface WikiPage extends com.liferay.portal.kernel.model.PersistedModel, WikiPageModel
WikiPageModel
Modifier and Type | Field and Description |
---|---|
static com.liferay.portal.kernel.util.Accessor<WikiPage,java.lang.Long> |
PAGE_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.repository.model.Folder |
addAttachmentsFolder() |
WikiPage |
fetchParentPage() |
WikiPage |
fetchRedirectPage() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries(int start,
int end) |
java.util.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) |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getAttachmentsFileEntries(java.lang.String[] mimeTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) |
int |
getAttachmentsFileEntriesCount() |
int |
getAttachmentsFileEntriesCount(java.lang.String[] mimeTypes) |
long |
getAttachmentsFolderId() |
java.util.List<WikiPage> |
getChildPages() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries() |
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> |
getDeletedAttachmentsFileEntries(int start,
int end) |
int |
getDeletedAttachmentsFileEntriesCount() |
WikiNode |
getNode() |
long |
getNodeAttachmentsFolderId() |
WikiPage |
getParentPage() |
java.util.List<WikiPage> |
getParentPages() |
WikiPage |
getRedirectPage() |
java.util.List<WikiPage> |
getViewableChildPages() |
WikiPage |
getViewableParentPage() |
java.util.List<WikiPage> |
getViewableParentPages() |
void |
setAttachmentsFolderId(long attachmentsFolderId) |
getCompanyId, getContainerModelId, getContainerModelName, getContent, getCreateDate, getExternalReferenceCode, getFormat, getGroupId, getHead, getLastPublishDate, getMinorEdit, getModifiedDate, getMvccVersion, getNodeId, getPageId, getParentContainerModelId, getParentTitle, getPrimaryKey, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getVersion, isApproved, isDenied, isDraft, isExpired, isHead, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMinorEdit, isPending, isResourceMain, isScheduled, setCompanyId, setContainerModelId, setContent, setCreateDate, 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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
static final com.liferay.portal.kernel.util.Accessor<WikiPage,java.lang.Long> PAGE_ID_ACCESSOR
com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
WikiPage fetchParentPage()
WikiPage fetchRedirectPage()
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.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
com.liferay.portal.kernel.exception.PortalException
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(java.lang.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
com.liferay.portal.kernel.exception.PortalException
int getAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
int getAttachmentsFileEntriesCount(java.lang.String[] mimeTypes) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long getAttachmentsFolderId()
java.util.List<WikiPage> getChildPages()
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
int getDeletedAttachmentsFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
WikiNode getNode()
long getNodeAttachmentsFolderId()
WikiPage getParentPage() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<WikiPage> getParentPages()
WikiPage getRedirectPage() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<WikiPage> getViewableChildPages()
WikiPage getViewableParentPage()
java.util.List<WikiPage> getViewableParentPages()
void setAttachmentsFolderId(long attachmentsFolderId)