Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.model
Interface WikiPage

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

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
 String getAttachmentsDir()
           
 String[] getAttachmentsFiles()
           
 List<WikiPage> getChildPages()
           
 WikiNode getNode()
           
 WikiPage getParentPage()
           
 List<WikiPage> getParentPages()
           
 WikiPage getRedirectPage()
           
 List<WikiPage> getViewableChildPages()
           
 WikiPage getViewableParentPage()
           
 List<WikiPage> getViewableParentPages()
           
 boolean isResourceMain()
           
 void setAttachmentsDir(String attachmentsDir)
           
 
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, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHead, isInactive, isIncomplete, isMinorEdit, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setContent, setCreateDate, 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.PersistedModel
persist
 

Method Detail

getAttachmentsDir

String getAttachmentsDir()

getAttachmentsFiles

String[] getAttachmentsFiles()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getChildPages

List<WikiPage> getChildPages()

getNode

WikiNode getNode()

getParentPage

WikiPage getParentPage()

getParentPages

List<WikiPage> getParentPages()

getRedirectPage

WikiPage getRedirectPage()

getViewableChildPages

List<WikiPage> getViewableChildPages()

getViewableParentPage

WikiPage getViewableParentPage()

getViewableParentPages

List<WikiPage> getViewableParentPages()

isResourceMain

boolean isResourceMain()
Specified by:
isResourceMain in interface ResourcedModel
Specified by:
isResourceMain in interface WikiPageModel

setAttachmentsDir

void setAttachmentsDir(String attachmentsDir)

Liferay 6.1.2-ce-ga3