Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.model
Interface WikiPage

All Superinterfaces:
AuditedModel, BaseModel<WikiPage>, ClassedModel, Cloneable, Comparable<WikiPage>, GroupedModel, PersistedModel, ResourcedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, WikiPageModel, WorkflowedModel
All Known Implementing Classes:
WikiPageWrapper

@ProviderType
public interface WikiPage
extends WikiPageModel, PersistedModel

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:
WikiPageModel, WikiPageImpl, WikiPageModelImpl

Method Summary
 Folder addAttachmentsFolder()
           
 WikiPage fetchParentPage()
           
 WikiPage fetchRedirectPage()
           
 List<FileEntry> getAttachmentsFileEntries()
           
 List<FileEntry> getAttachmentsFileEntries(int start, int end)
           
 int getAttachmentsFileEntriesCount()
           
 long getAttachmentsFolderId()
           
 List<WikiPage> getChildPages()
           
 List<FileEntry> getDeletedAttachmentsFileEntries()
           
 List<FileEntry> getDeletedAttachmentsFileEntries(int start, int end)
           
 int getDeletedAttachmentsFileEntriesCount()
           
 WikiNode getNode()
           
 long getNodeAttachmentsFolderId()
           
 WikiPage getParentPage()
           
 List<WikiPage> getParentPages()
           
 WikiPage getRedirectPage()
           
 List<WikiPage> getViewableChildPages()
           
 WikiPage getViewableParentPage()
           
 List<WikiPage> getViewableParentPages()
           
 boolean isInTrashExplicitly()
           
 void setAttachmentsFolderId(long attachmentsFolderId)
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
clone, 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, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHead, isInactive, isIncomplete, isInTrash, isInTrashContainer, isMinorEdit, isNew, isPending, isResourceMain, 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, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

addAttachmentsFolder

Folder addAttachmentsFolder()
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

fetchParentPage

WikiPage fetchParentPage()
                         throws SystemException
Throws:
SystemException

fetchRedirectPage

WikiPage fetchRedirectPage()
                           throws SystemException
Throws:
SystemException

getAttachmentsFileEntries

List<FileEntry> getAttachmentsFileEntries()
                                          throws SystemException
Throws:
SystemException

getAttachmentsFileEntries

List<FileEntry> getAttachmentsFileEntries(int start,
                                          int end)
                                          throws SystemException
Throws:
SystemException

getAttachmentsFileEntriesCount

int getAttachmentsFileEntriesCount()
                                   throws SystemException
Throws:
SystemException

getAttachmentsFolderId

long getAttachmentsFolderId()
                            throws SystemException
Throws:
SystemException

getChildPages

List<WikiPage> getChildPages()

getDeletedAttachmentsFileEntries

List<FileEntry> getDeletedAttachmentsFileEntries()
                                                 throws SystemException
Throws:
SystemException

getDeletedAttachmentsFileEntries

List<FileEntry> getDeletedAttachmentsFileEntries(int start,
                                                 int end)
                                                 throws SystemException
Throws:
SystemException

getDeletedAttachmentsFileEntriesCount

int getDeletedAttachmentsFileEntriesCount()
                                          throws SystemException
Throws:
SystemException

getNode

WikiNode getNode()

getNodeAttachmentsFolderId

long getNodeAttachmentsFolderId()
                                throws SystemException
Throws:
SystemException

getParentPage

WikiPage getParentPage()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getParentPages

List<WikiPage> getParentPages()
                              throws SystemException
Throws:
SystemException

getRedirectPage

WikiPage getRedirectPage()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getViewableChildPages

List<WikiPage> getViewableChildPages()

getViewableParentPage

WikiPage getViewableParentPage()

getViewableParentPages

List<WikiPage> getViewableParentPages()

isInTrashExplicitly

boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

setAttachmentsFolderId

void setAttachmentsFolderId(long attachmentsFolderId)

Liferay 6.2-ce-ga5