Liferay 6.0.5

com.liferay.portlet.journal.model
Interface JournalContentSearch

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

public interface JournalContentSearch
extends JournalContentSearchModel

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

Never modify this interface directly. Add methods to JournalContentSearchImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a journal content search model instance should use the JournalContentSearch interface instead.

See Also:
JournalContentSearchModel, JournalContentSearchImpl, JournalContentSearchModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLayoutId, setNew, setPortletId, setPrimaryKey, setPrivateLayout, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5