com.liferay.portlet.wiki.model
Interface WikiPage

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WikiPageModel

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

Method Summary
 java.lang.String getAttachmentsDir()
           
 java.lang.String[] getAttachmentsFiles()
           
 java.util.List<WikiPage> getChildPages()
           
 ExpandoBridge getExpandoBridge()
           
 WikiNode getNode()
           
 WikiPage getParentPage()
           
 java.util.List<WikiPage> getParentPages()
           
 WikiPage getRedirectPage()
           
 java.lang.String getUserUuid()
           
 void setAttachmentsDir(java.lang.String attachmentsDir)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageModel
getCompanyId, getContent, getCreateDate, getFormat, getHead, getMinorEdit, getModifiedDate, getNodeId, getPageId, getParentTitle, getPrimaryKey, getRedirectTitle, getResourcePrimKey, getSummary, getTitle, getUserId, getUserName, getUuid, getVersion, isHead, isMinorEdit, setCompanyId, setContent, setCreateDate, setFormat, setHead, setMinorEdit, setModifiedDate, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setSummary, setTitle, setUserId, setUserName, setUuid, setVersion, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

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

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel

getNode

WikiNode getNode()

getParentPage

WikiPage getParentPage()

getParentPages

java.util.List<WikiPage> getParentPages()

getRedirectPage

WikiPage getRedirectPage()

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setAttachmentsDir

void setAttachmentsDir(java.lang.String attachmentsDir)

setUserUuid

void setUserUuid(java.lang.String userUuid)