Liferay 6.0.5

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.JournalContentSearchImpl
All Implemented Interfaces:
BaseModel<JournalContentSearch>, JournalContentSearch, JournalContentSearchModel, Serializable, Cloneable, Comparable<JournalContentSearch>

public class JournalContentSearchImpl
extends JournalContentSearchModelImpl
implements JournalContentSearch

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, 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.JournalContentSearchModelImpl
clone, compareTo, equals, getArticleId, getCompanyId, getContentSearchId, getExpandoBridge, getGroupId, getLayoutId, getOriginalArticleId, getOriginalGroupId, getOriginalLayoutId, getOriginalPortletId, getOriginalPrivateLayout, getPortletId, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, hashCode, isPrivateLayout, setArticleId, setCompanyId, setContentSearchId, setExpandoBridgeAttributes, setGroupId, setLayoutId, setPortletId, setPrimaryKey, setPrivateLayout, toEscapedModel, 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, 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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLayoutId, setNew, setPortletId, setPrimaryKey, setPrivateLayout, toEscapedModel, toString, toXmlString
 

Constructor Detail

JournalContentSearchImpl

public JournalContentSearchImpl()

Liferay 6.0.5