Liferay 6.0.3

com.liferay.portlet.wiki.model
Interface WikiPage

All Superinterfaces:
BaseModel<WikiPage>, Cloneable, Comparable<WikiPage>, Serializable, WikiPageModel
All Known Implementing Classes:
WikiPageImpl, WikiPageWrapper

public interface WikiPage
extends WikiPageModel

This interface is a model that represents the WikiPage table in the database.

Customize WikiPageImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
WikiPageModel, WikiPageImpl, WikiPageModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getAttachmentsDir()
           
 String[] getAttachmentsFiles()
           
 List<WikiPage> getChildPages()
           
 WikiNode getNode()
           
 WikiPage getParentPage()
           
 List<WikiPage> getParentPages()
           
 WikiPage getRedirectPage()
           
 void setAttachmentsDir(String attachmentsDir)
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
clone, compareTo, 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, isDraft, isEscapedModel, isExpired, isHead, isMinorEdit, isNew, isPending, setCachedModel, setCompanyId, setContent, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toString, toXmlString
 

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

setAttachmentsDir

void setAttachmentsDir(String attachmentsDir)

Liferay 6.0.3