Liferay 6.2.0

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:
WikiPageBaseImpl, WikiPageImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
abstract  Folder addAttachmentsFolder()
           
abstract  List<FileEntry> getAttachmentsFileEntries()
           
abstract  List<FileEntry> getAttachmentsFileEntries(int start, int end)
           
abstract  int getAttachmentsFileEntriesCount()
           
abstract  long getAttachmentsFolderId()
           
abstract  List<WikiPage> getChildPages()
           
abstract  List<FileEntry> getDeletedAttachmentsFileEntries()
           
abstract  List<FileEntry> getDeletedAttachmentsFileEntries(int start, int end)
           
abstract  int getDeletedAttachmentsFileEntriesCount()
           
abstract  WikiNode getNode()
           
abstract  long getNodeAttachmentsFolderId()
           
abstract  WikiPage getParentPage()
           
abstract  List<WikiPage> getParentPages()
           
abstract  WikiPage getRedirectPage()
           
abstract  List<WikiPage> getViewableChildPages()
           
abstract  WikiPage getViewableParentPage()
           
abstract  List<WikiPage> getViewableParentPages()
           
abstract  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

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()

getParentPages

List<WikiPage> getParentPages()

getRedirectPage

WikiPage getRedirectPage()

getViewableChildPages

List<WikiPage> getViewableChildPages()

getViewableParentPage

WikiPage getViewableParentPage()

getViewableParentPages

List<WikiPage> getViewableParentPages()

setAttachmentsFolderId

void setAttachmentsFolderId(long attachmentsFolderId)

Liferay 6.2.0