Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalContentSearch

All Superinterfaces:
BaseModel<JournalContentSearch>, ClassedModel, Cloneable, Comparable<JournalContentSearch>, JournalContentSearchModel, PersistedModel, Serializable
All Known Implementing Classes:
JournalContentSearchWrapper

@ProviderType
public interface JournalContentSearch
extends JournalContentSearchModel, PersistedModel

The extended model interface for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.

See Also:
JournalContentSearchModel, JournalContentSearchImpl, JournalContentSearchModelImpl

Method Summary
 
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, setExpandoBridgeAttributes, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5