Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WikiPageResource>
      extended by com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl
          extended by com.liferay.portlet.wiki.model.impl.WikiPageResourceBaseImpl
              extended by com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl
All Implemented Interfaces:
BaseModel<WikiPageResource>, ClassedModel, PersistedModel, WikiPageResource, WikiPageResourceModel, Serializable, Cloneable, Comparable<WikiPageResource>

public class WikiPageResourceImpl
extends WikiPageResourceBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NODEID_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, RESOURCEPRIMKEY_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TITLE_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
WikiPageResourceImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiPageResourceBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.wiki.model.impl.WikiPageResourceModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getNodeId, getOriginalNodeId, getOriginalTitle, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getTitle, getUuid, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setNodeId, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setTitle, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.wiki.model.WikiPageResourceModel
clone, compareTo, getExpandoBridge, getNodeId, getPrimaryKey, getPrimaryKeyObj, getResourcePrimKey, getTitle, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setNodeId, setPrimaryKey, setPrimaryKeyObj, setResourcePrimKey, setTitle, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

WikiPageResourceImpl

public WikiPageResourceImpl()

Liferay 6.2-ce-ga5