Liferay 6.0.5

com.liferay.portlet.wiki.model.impl
Class WikiPageImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiPage>
      extended by com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
          extended by com.liferay.portlet.wiki.model.impl.WikiPageImpl
All Implemented Interfaces:
BaseModel<WikiPage>, WikiPage, WikiPageModel, Serializable, Cloneable, Comparable<WikiPage>

public class WikiPageImpl
extends WikiPageModelImpl
implements WikiPage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
WikiPageImpl()
           
 
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 class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
clone, compareTo, equals, getCompanyId, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getMinorEdit, getModifiedDate, getNodeId, getOriginalGroupId, getOriginalNodeId, getOriginalResourcePrimKey, getOriginalTitle, getOriginalUuid, getOriginalVersion, getPageId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isApproved, isDraft, isExpired, isHead, isMinorEdit, isPending, setCompanyId, setContent, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNodeId, setPageId, setParentTitle, setPrimaryKey, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

WikiPageImpl

public WikiPageImpl()
Method Detail

getAttachmentsDir

public String getAttachmentsDir()
Specified by:
getAttachmentsDir in interface WikiPage

getAttachmentsFiles

public String[] getAttachmentsFiles()
                             throws PortalException,
                                    SystemException
Specified by:
getAttachmentsFiles in interface WikiPage
Throws:
PortalException
SystemException

getChildPages

public List<WikiPage> getChildPages()
Specified by:
getChildPages in interface WikiPage

getNode

public WikiNode getNode()
Specified by:
getNode in interface WikiPage

getParentPage

public WikiPage getParentPage()
Specified by:
getParentPage in interface WikiPage

getParentPages

public List<WikiPage> getParentPages()
Specified by:
getParentPages in interface WikiPage

getRedirectPage

public WikiPage getRedirectPage()
Specified by:
getRedirectPage in interface WikiPage

setAttachmentsDir

public void setAttachmentsDir(String attachmentsDir)
Specified by:
setAttachmentsDir in interface WikiPage

Liferay 6.0.5