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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.journal.model.JournalFeed>
      extended by com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalFeedBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.journal.model.JournalFeed>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.journal.model.JournalFeed, com.liferay.portlet.journal.model.JournalFeedModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.journal.model.JournalFeed>
Direct Known Subclasses:
JournalFeedImpl

public abstract class JournalFeedBaseImpl
extends JournalFeedModelImpl
implements com.liferay.portlet.journal.model.JournalFeed

The extended model base implementation for the JournalFeed service. Represents a row in the "JournalFeed" 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 JournalFeedImpl.

Author:
Brian Wing Shun Chan
See Also:
JournalFeedImpl, JournalFeed, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FEEDID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
JournalFeedBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getExpandoBridge, getFeedId, getFeedType, getFeedVersion, getGroupId, getId, getModelClass, getModelClassName, getModifiedDate, getName, getOrderByCol, getOrderByType, getOriginalFeedId, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRendererTemplateId, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setExpandoBridgeAttributes, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setOrderByCol, setOrderByType, setPrimaryKey, setPrimaryKeyObj, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, 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.JournalFeedModel
clone, compareTo, getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getExpandoBridge, getFeedId, getFeedType, getFeedVersion, getGroupId, getId, getModifiedDate, getName, getOrderByCol, getOrderByType, getPrimaryKey, getPrimaryKeyObj, getRendererTemplateId, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setExpandoBridgeAttributes, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setNew, setOrderByCol, setOrderByType, setPrimaryKey, setPrimaryKeyObj, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

JournalFeedBaseImpl

public JournalFeedBaseImpl()
Method Detail

persist

public void persist()
             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
persist in interface com.liferay.portal.model.PersistedModel
Throws:
com.liferay.portal.kernel.exception.SystemException