Liferay 6.2-ce-ga5

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

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

public class JournalFeedImpl
extends JournalFeedBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, 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
JournalFeedImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFeedBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalFeedModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getExpandoBridge, getFeedFormat, getFeedId, getFeedVersion, getGroupId, getId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOrderByCol, getOrderByType, getOriginalCompanyId, getOriginalFeedId, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRendererTemplateId, getStagedModelType, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, resetOriginalValues, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setExpandoBridgeAttributes, setFeedFormat, setFeedId, setFeedVersion, setGroupId, setId, setModelAttributes, 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, getFeedFormat, getFeedId, 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFeedFormat, setFeedId, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setNew, setOrderByCol, setOrderByType, setPrimaryKey, setPrimaryKeyObj, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, 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.StagedModel
getStagedModelType
 

Constructor Detail

JournalFeedImpl

public JournalFeedImpl()

Liferay 6.2-ce-ga5