public class WikiPageImpl extends WikiPageBaseImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FORMAT_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, HEAD_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NODEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTTITLE_COLUMN_BITMASK, REDIRECTTITLE_COLUMN_BITMASK, RESOURCEPRIMKEY_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TITLE_COLUMN_BITMASK, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK, VERSION_COLUMN_BITMASK| Constructor and Description |
|---|
WikiPageImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.repository.model.Folder |
addAttachmentsFolder() |
com.liferay.wiki.model.WikiPage |
fetchParentPage() |
com.liferay.wiki.model.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 obc) |
int |
getAttachmentsFileEntriesCount() |
long |
getAttachmentsFolderId() |
java.util.List<com.liferay.wiki.model.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() |
com.liferay.wiki.model.WikiNode |
getNode() |
long |
getNodeAttachmentsFolderId() |
com.liferay.wiki.model.WikiPage |
getParentPage() |
java.util.List<com.liferay.wiki.model.WikiPage> |
getParentPages() |
com.liferay.wiki.model.WikiPage |
getRedirectPage() |
long |
getTrashEntryClassPK() |
java.util.List<com.liferay.wiki.model.WikiPage> |
getViewableChildPages() |
com.liferay.wiki.model.WikiPage |
getViewableParentPage() |
java.util.List<com.liferay.wiki.model.WikiPage> |
getViewableParentPages() |
boolean |
isResourceMain() |
void |
setAttachmentsFolderId(long attachmentsFolderId) |
persistclone, compareTo, equals, getColumnBitmask, getCompanyId, getContainerModelId, getContainerModelName, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getLastPublishDate, getMinorEdit, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getNodeId, getOriginalCompanyId, getOriginalFormat, getOriginalGroupId, getOriginalHead, getOriginalNodeId, getOriginalParentTitle, getOriginalRedirectTitle, getOriginalResourcePrimKey, getOriginalStatus, getOriginalTitle, getOriginalUserId, getOriginalUuid, getOriginalVersion, getPageId, getParentContainerModelId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getTrashEntry, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, hasSetModifiedDate, isApproved, isDenied, isDraft, isEntityCacheEnabled, isExpired, isFinderCacheEnabled, isHead, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMinorEdit, isPending, isScheduled, resetOriginalValues, setCompanyId, setContainerModelId, setContent, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setLastPublishDate, setMinorEdit, setModelAttributes, setModifiedDate, setNodeId, setPageId, setParentContainerModelId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlStringgetLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, compareTo, getCompanyId, getContainerModelId, getContainerModelName, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getLastPublishDate, getMinorEdit, getModifiedDate, getNodeId, getPageId, getParentContainerModelId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getTrashEntry, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHead, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMinorEdit, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setContent, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setLastPublishDate, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentContainerModelId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamepublic com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.wiki.model.WikiPage fetchParentPage()
public com.liferay.wiki.model.WikiPage fetchRedirectPage()
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long getAttachmentsFolderId()
public java.util.List<com.liferay.wiki.model.WikiPage> getChildPages()
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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.PortalExceptionpublic int getDeletedAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.wiki.model.WikiNode getNode()
public long getNodeAttachmentsFolderId()
public com.liferay.wiki.model.WikiPage getParentPage()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.wiki.model.WikiPage> getParentPages()
public com.liferay.wiki.model.WikiPage getRedirectPage()
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModelgetTrashEntryClassPK in interface com.liferay.wiki.model.WikiPageModelgetTrashEntryClassPK in class WikiPageModelImplpublic java.util.List<com.liferay.wiki.model.WikiPage> getViewableChildPages()
public com.liferay.wiki.model.WikiPage getViewableParentPage()
public java.util.List<com.liferay.wiki.model.WikiPage> getViewableParentPages()
public boolean isResourceMain()
isResourceMain in interface com.liferay.portal.kernel.model.ResourcedModelisResourceMain in interface com.liferay.wiki.model.WikiPageModelisResourceMain in class WikiPageModelImplpublic void setAttachmentsFolderId(long attachmentsFolderId)