Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model.impl
Class JournalContentSearchImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<JournalContentSearch>
      extended by com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalContentSearchBaseImpl
              extended by com.liferay.portlet.journal.model.impl.JournalContentSearchImpl
All Implemented Interfaces:
BaseModel<JournalContentSearch>, ClassedModel, PersistedModel, JournalContentSearch, JournalContentSearchModel, Serializable, Cloneable, Comparable<JournalContentSearch>

public class JournalContentSearchImpl
extends JournalContentSearchBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
ARTICLEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LAYOUTID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, PORTLETID_COLUMN_BITMASK, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalContentSearchImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalContentSearchBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
clone, compareTo, equals, getArticleId, getColumnBitmask, getCompanyId, getContentSearchId, getExpandoBridge, getGroupId, getLayoutId, getModelAttributes, getModelClass, getModelClassName, getOriginalArticleId, getOriginalGroupId, getOriginalLayoutId, getOriginalPortletId, getOriginalPrivateLayout, getPortletId, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, hashCode, isPrivateLayout, resetOriginalValues, setArticleId, setCompanyId, setContentSearchId, setExpandoBridgeAttributes, setGroupId, setLayoutId, setModelAttributes, setPortletId, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, toCacheModel, toEscapedModel, toString, toUnescapedModel, 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.journal.model.JournalContentSearchModel
clone, compareTo, getArticleId, getCompanyId, getContentSearchId, getExpandoBridge, getGroupId, getLayoutId, getPortletId, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, hashCode, isCachedModel, isEscapedModel, isNew, isPrivateLayout, setArticleId, setCachedModel, setCompanyId, setContentSearchId, setExpandoBridgeAttributes, setGroupId, setLayoutId, setNew, setPortletId, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, 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

JournalContentSearchImpl

public JournalContentSearchImpl()

Liferay 6.1.2-ce-ga3