Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalFeed

All Superinterfaces:
AuditedModel, BaseModel<JournalFeed>, ClassedModel, Cloneable, Comparable<JournalFeed>, GroupedModel, JournalFeedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
JournalFeedBaseImpl, JournalFeedImpl, JournalFeedWrapper

@ProviderType
public interface JournalFeed
extends JournalFeedModel, PersistedModel

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

See Also:
JournalFeedModel, JournalFeedImpl, JournalFeedModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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


Liferay 6.2-ce-ga5