com.liferay.portlet.wiki.model
Interface WikiPage

All Superinterfaces:
BaseModel<WikiPage>, java.lang.Cloneable, java.lang.Comparable<WikiPage>, java.io.Serializable, WikiPageModel
All Known Implementing Classes:
WikiPageWrapper

public interface WikiPage
extends WikiPageModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.wiki.model.impl.WikiPageImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
WikiPageModel, com.liferay.portlet.wiki.model.impl.WikiPageImpl, com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
Generated:

Method Summary
 java.lang.String getAttachmentsDir()
           
 java.lang.String[] getAttachmentsFiles()
           
 java.util.List<WikiPage> getChildPages()
           
 WikiNode getNode()
           
 WikiPage getParentPage()
           
 java.util.List<WikiPage> getParentPages()
           
 WikiPage getRedirectPage()
           
 void setAttachmentsDir(java.lang.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, getSummary, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isCachedModel, isEscapedModel, isHead, isMinorEdit, isNew, setCachedModel, setCompanyId, setContent, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toString, toXmlString
 

Method Detail

getAttachmentsDir

java.lang.String getAttachmentsDir()

getAttachmentsFiles

java.lang.String[] getAttachmentsFiles()
                                       throws com.liferay.portal.PortalException,
                                              com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getChildPages

java.util.List<WikiPage> getChildPages()

getNode

WikiNode getNode()

getParentPage

WikiPage getParentPage()

getParentPages

java.util.List<WikiPage> getParentPages()

getRedirectPage

WikiPage getRedirectPage()

setAttachmentsDir

void setAttachmentsDir(java.lang.String attachmentsDir)