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

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

public class WikiPageImpl
extends WikiPageModelImpl
implements com.liferay.portlet.wiki.model.WikiPage

View Source

Author:
Brian Wing Shun Chan, Jorge Ferrer
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
 java.lang.String getAttachmentsDir()
           
 java.lang.String[] getAttachmentsFiles()
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages()
           
 com.liferay.portlet.wiki.model.WikiNode getNode()
           
 com.liferay.portlet.wiki.model.WikiPage getParentPage()
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages()
           
 com.liferay.portlet.wiki.model.WikiPage getRedirectPage()
           
 boolean isApproved()
           
 void setAttachmentsDir(java.lang.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, getOriginalTitle, getOriginalUuid, getOriginalVersion, getPageId, getParentTitle, getPrimaryKey, getPrimaryKeyObj, getRedirectTitle, getResourcePrimKey, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getSummary, getTitle, getUserId, getUserName, getUserUuid, getUuid, getVersion, hashCode, isHead, isMinorEdit, 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, toString, 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, isCachedModel, isEscapedModel, isHead, isMinorEdit, isNew, 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 java.lang.String getAttachmentsDir()
Specified by:
getAttachmentsDir in interface com.liferay.portlet.wiki.model.WikiPage

getAttachmentsFiles

public java.lang.String[] getAttachmentsFiles()
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getAttachmentsFiles in interface com.liferay.portlet.wiki.model.WikiPage
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getChildPages

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getChildPages()
Specified by:
getChildPages in interface com.liferay.portlet.wiki.model.WikiPage

getNode

public com.liferay.portlet.wiki.model.WikiNode getNode()
Specified by:
getNode in interface com.liferay.portlet.wiki.model.WikiPage

getParentPage

public com.liferay.portlet.wiki.model.WikiPage getParentPage()
Specified by:
getParentPage in interface com.liferay.portlet.wiki.model.WikiPage

getParentPages

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages()
Specified by:
getParentPages in interface com.liferay.portlet.wiki.model.WikiPage

getRedirectPage

public com.liferay.portlet.wiki.model.WikiPage getRedirectPage()
Specified by:
getRedirectPage in interface com.liferay.portlet.wiki.model.WikiPage

isApproved

public boolean isApproved()
Specified by:
isApproved in interface com.liferay.portlet.wiki.model.WikiPage

setAttachmentsDir

public void setAttachmentsDir(java.lang.String attachmentsDir)
Specified by:
setAttachmentsDir in interface com.liferay.portlet.wiki.model.WikiPage