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

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

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

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String CLASSIC_WIKI_FORMAT
           
static java.lang.String DEFAULT_FORMAT
           
static double DEFAULT_VERSION
           
static java.lang.String[] FORMATS
           
static java.lang.String FRONT_PAGE
           
static java.lang.String HTML_FORMAT
           
static java.lang.String PLAIN_TEXT_FORMAT
           
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
LOCK_EXPIRATION_TIME, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, XSS_ALLOW_BY_MODEL, XSS_ALLOW_CONTENT, XSS_ALLOW_FORMAT, XSS_ALLOW_TITLE, XSS_ALLOW_USERNAME
 
Fields inherited from class com.liferay.portal.model.impl.BaseModelImpl
XSS_ALLOW
 
Constructor Summary
WikiPageImpl()
           
 
Method Summary
 com.liferay.portlet.wiki.model.WikiNode getNode()
           
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiPageModelImpl
clone, compareTo, equals, getCompanyId, getContent, getCreateDate, getFormat, getHead, getNodeId, getPageId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getTitle, getUserId, getUserName, getVersion, hashCode, isHead, setCompanyId, setContent, setCreateDate, setFormat, setHead, setNodeId, setPageId, setPrimaryKey, setResourcePrimKey, setTitle, setUserId, setUserName, setVersion
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isNew, 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
getCompanyId, getContent, getCreateDate, getFormat, getHead, getNodeId, getPageId, getPrimaryKey, getResourcePrimKey, getTitle, getUserId, getUserName, getVersion, isHead, setCompanyId, setContent, setCreateDate, setFormat, setHead, setNodeId, setPageId, setPrimaryKey, setResourcePrimKey, setTitle, setUserId, setUserName, setVersion
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

FRONT_PAGE

public static final java.lang.String FRONT_PAGE

DEFAULT_VERSION

public static final double DEFAULT_VERSION
See Also:
Constant Field Values

CLASSIC_WIKI_FORMAT

public static final java.lang.String CLASSIC_WIKI_FORMAT
See Also:
Constant Field Values

HTML_FORMAT

public static final java.lang.String HTML_FORMAT
See Also:
Constant Field Values

PLAIN_TEXT_FORMAT

public static final java.lang.String PLAIN_TEXT_FORMAT
See Also:
Constant Field Values

DEFAULT_FORMAT

public static final java.lang.String DEFAULT_FORMAT
See Also:
Constant Field Values

FORMATS

public static final java.lang.String[] FORMATS
Constructor Detail

WikiPageImpl

public WikiPageImpl()
Method Detail

getNode

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