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_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.portlet.wiki.model.WikiPage |
fetchParentPage() |
com.liferay.portlet.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) |
int |
getAttachmentsFileEntriesCount() |
long |
getAttachmentsFolderId() |
java.util.List<com.liferay.portlet.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.portlet.wiki.model.WikiNode |
getNode() |
long |
getNodeAttachmentsFolderId() |
com.liferay.portlet.wiki.model.WikiPage |
getParentPage() |
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
getParentPages() |
com.liferay.portlet.wiki.model.WikiPage |
getRedirectPage() |
long |
getTrashEntryClassPK() |
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
getViewableChildPages() |
com.liferay.portlet.wiki.model.WikiPage |
getViewableParentPage() |
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
getViewableParentPages() |
boolean |
isInTrashExplicitly() |
boolean |
isResourceMain() |
void |
setAttachmentsFolderId(long attachmentsFolderId) |
persistclone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getMinorEdit, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getNodeId, getOriginalCompanyId, getOriginalFormat, getOriginalGroupId, getOriginalHead, getOriginalNodeId, getOriginalParentTitle, getOriginalRedirectTitle, getOriginalResourcePrimKey, getOriginalStatus, getOriginalTitle, getOriginalUserId, getOriginalUuid, getOriginalVersion, getPageId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getTrashEntry, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isDenied, isDraft, isExpired, isHead, isInactive, isIncomplete, isInTrash, isInTrashContainer, isMinorEdit, isPending, isScheduled, resetOriginalValues, setCompanyId, setContent, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModelAttributes, setModifiedDate, setNodeId, setPageId, 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, getApproved, getCompanyId, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getMinorEdit, getModifiedDate, getNodeId, getPageId, 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, isMinorEdit, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContent, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetModelAttributes, resetOriginalValues, setModelAttributespublic com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.wiki.model.WikiPage fetchParentPage()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.wiki.model.WikiPage fetchRedirectPage()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic long getAttachmentsFolderId()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages()
public java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portal.kernel.repository.model.FileEntry> getDeletedAttachmentsFileEntries(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getDeletedAttachmentsFileEntriesCount()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.wiki.model.WikiNode getNode()
public long getNodeAttachmentsFolderId()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.wiki.model.WikiPage getParentPage()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.wiki.model.WikiPage getRedirectPage()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic long getTrashEntryClassPK()
getTrashEntryClassPK in interface com.liferay.portal.model.TrashedModelgetTrashEntryClassPK in interface com.liferay.portlet.wiki.model.WikiPageModelgetTrashEntryClassPK in class WikiPageModelImplpublic java.util.List<com.liferay.portlet.wiki.model.WikiPage> getViewableChildPages()
public com.liferay.portlet.wiki.model.WikiPage getViewableParentPage()
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getViewableParentPages()
public boolean isInTrashExplicitly()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic boolean isResourceMain()
isResourceMain in interface com.liferay.portal.model.ResourcedModelisResourceMain in interface com.liferay.portlet.wiki.model.WikiPageModelisResourceMain in class WikiPageModelImplpublic void setAttachmentsFolderId(long attachmentsFolderId)