Liferay 6.0.5

com.liferay.portlet.journal.model
Interface JournalFeed

All Superinterfaces:
BaseModel<JournalFeed>, Cloneable, Comparable<JournalFeed>, JournalFeedModel, Serializable
All Known Implementing Classes:
JournalFeedImpl, JournalFeedWrapper

public interface JournalFeed
extends JournalFeedModel

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

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

Never reference this interface directly. All methods that expect a journal feed model instance should use the JournalFeed interface instead.

See Also:
JournalFeedModel, JournalFeedImpl, JournalFeedModelImpl
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.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, setEscapedModel, setExpandoBridgeAttributes, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setNew, setOrderByCol, setOrderByType, setPrimaryKey, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5