Liferay 6.0.5

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

The model interface for the WikiPage service. Represents a row in the "WikiPage" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to WikiPageImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a wiki page model instance should use the WikiPage interface instead.

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.5