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.WikiPageBaseImpl
              extended by com.liferay.portlet.wiki.model.impl.WikiPageImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.wiki.model.WikiPage>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portal.model.ResourcedModel, com.liferay.portal.model.WorkflowedModel, 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 WikiPageBaseImpl

Author:
Brian Wing Shun Chan, Jorge Ferrer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FORMAT_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, HEAD_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NODEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTTITLE_COLUMN_BITMASK, REDIRECTTITLE_COLUMN_BITMASK, RESOURCEPRIMKEY_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TITLE_COLUMN_BITMASK, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK, VERSION_COLUMN_BITMASK
 
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 isResourceMain()
           
 void setAttachmentsDir(java.lang.String attachmentsDir)
           
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiPageBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getContent, getCreateDate, getExpandoBridge, getFormat, getGroupId, getHead, getMinorEdit, getModelClass, getModelClassName, getModifiedDate, getNodeId, getOriginalFormat, getOriginalGroupId, getOriginalHead, getOriginalNodeId, getOriginalParentTitle, getOriginalRedirectTitle, getOriginalResourcePrimKey, getOriginalStatus, getOriginalTitle, getOriginalUserId, 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, resetOriginalValues, setCompanyId, setContent, setCreateDate, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNodeId, setPageId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, getApproved, 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, setExpandoBridgeAttributes, setFormat, setGroupId, setHead, setMinorEdit, setModifiedDate, setNew, setNodeId, setPageId, setParentTitle, setPrimaryKey, setPrimaryKeyObj, setRedirectTitle, setResourcePrimKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setSummary, setTitle, setUserId, setUserName, setUserUuid, setUuid, setVersion, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

WikiPageImpl

public WikiPageImpl()
Method Detail

getAttachmentsDir

public java.lang.String getAttachmentsDir()

getAttachmentsFiles

public java.lang.String[] getAttachmentsFiles()
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
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()

getNode

public com.liferay.portlet.wiki.model.WikiNode getNode()

getParentPage

public com.liferay.portlet.wiki.model.WikiPage getParentPage()

getParentPages

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> getParentPages()

getRedirectPage

public com.liferay.portlet.wiki.model.WikiPage getRedirectPage()

isResourceMain

public boolean isResourceMain()
Specified by:
isResourceMain in interface com.liferay.portal.model.ResourcedModel
Specified by:
isResourceMain in interface com.liferay.portlet.wiki.model.WikiPage
Specified by:
isResourceMain in interface com.liferay.portlet.wiki.model.WikiPageModel
Overrides:
isResourceMain in class WikiPageModelImpl

setAttachmentsDir

public void setAttachmentsDir(java.lang.String attachmentsDir)