com.liferay.portlet.journal.model.impl
Class JournalContentSearchBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<JournalContentSearch>
com.liferay.portlet.journal.model.impl.JournalContentSearchModelImpl
com.liferay.portlet.journal.model.impl.JournalContentSearchBaseImpl
- All Implemented Interfaces:
- BaseModel<JournalContentSearch>, ClassedModel, PersistedModel, JournalContentSearch, JournalContentSearchModel, Serializable, Cloneable, Comparable<JournalContentSearch>
- Direct Known Subclasses:
- JournalContentSearchImpl
public abstract class JournalContentSearchBaseImpl
- extends JournalContentSearchModelImpl
- implements JournalContentSearch
The extended model base implementation for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in JournalContentSearchImpl
.
- See Also:
JournalContentSearchImpl
,
JournalContentSearch
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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 |
Method Summary |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist. |
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 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 |
JournalContentSearchBaseImpl
public JournalContentSearchBaseImpl()
persist
public void persist()
throws SystemException
- Description copied from interface:
PersistedModel
- Updates this model instance in the database or adds it if it does not yet
exist. Also notifies the appropriate model listeners.
- Specified by:
persist
in interface PersistedModel
- Throws:
SystemException
- if a system exception occurred