Package com.liferay.journal.model
Interface JournalFeedModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<JournalFeed>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<JournalFeed>,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
JournalFeed
- All Known Implementing Classes:
JournalFeedWrapper
@ProviderType
public interface JournalFeedModel
extends com.liferay.portal.kernel.model.BaseModel<JournalFeed>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel
The base model interface for the JournalFeed service. Represents a row in the "JournalFeed" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalFeedModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.journal.model.impl.JournalFeedImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this journal feed.Returns the content field of this journal feed.Returns the create date of this journal feed.longReturns the ct collection ID of this journal feed.Returns the ddm renderer template key of this journal feed.longReturns the ddm structure ID of this journal feed.Returns the ddm template key of this journal feed.intgetDelta()Returns the delta of this journal feed.Returns the description of this journal feed.Returns the feed format of this journal feed.Returns the feed ID of this journal feed.doubleReturns the feed version of this journal feed.longReturns the group ID of this journal feed.longgetId()Returns the ID of this journal feed.Returns the last publish date of this journal feed.Returns the modified date of this journal feed.longReturns the mvcc version of this journal feed.getName()Returns the name of this journal feed.Returns the order by col of this journal feed.Returns the order by type of this journal feed.longReturns the primary key of this journal feed.Returns the target layout friendly url of this journal feed.Returns the target portlet ID of this journal feed.longReturns the user ID of this journal feed.Returns the user name of this journal feed.Returns the user uuid of this journal feed.getUuid()Returns the uuid of this journal feed.voidsetCompanyId(long companyId) Sets the company ID of this journal feed.voidsetContentField(String contentField) Sets the content field of this journal feed.voidsetCreateDate(Date createDate) Sets the create date of this journal feed.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal feed.voidsetDDMRendererTemplateKey(String DDMRendererTemplateKey) Sets the ddm renderer template key of this journal feed.voidsetDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this journal feed.voidsetDDMTemplateKey(String DDMTemplateKey) Sets the ddm template key of this journal feed.voidsetDelta(int delta) Sets the delta of this journal feed.voidsetDescription(String description) Sets the description of this journal feed.voidsetFeedFormat(String feedFormat) Sets the feed format of this journal feed.voidSets the feed ID of this journal feed.voidsetFeedVersion(double feedVersion) Sets the feed version of this journal feed.voidsetGroupId(long groupId) Sets the group ID of this journal feed.voidsetId(long id) Sets the ID of this journal feed.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this journal feed.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this journal feed.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this journal feed.voidSets the name of this journal feed.voidsetOrderByCol(String orderByCol) Sets the order by col of this journal feed.voidsetOrderByType(String orderByType) Sets the order by type of this journal feed.voidsetPrimaryKey(long primaryKey) Sets the primary key of this journal feed.voidsetTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl) Sets the target layout friendly url of this journal feed.voidsetTargetPortletId(String targetPortletId) Sets the target portlet ID of this journal feed.voidsetUserId(long userId) Sets the user ID of this journal feed.voidsetUserName(String userName) Sets the user name of this journal feed.voidsetUserUuid(String userUuid) Sets the user uuid of this journal feed.voidSets the uuid of this journal feed.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this journal feed.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Returns:
- the primary key of this journal feed
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this journal feed.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Parameters:
primaryKey- the primary key of this journal feed
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this journal feed.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this journal feed
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal feed.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this journal feed
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this journal feed.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Returns:
- the ct collection ID of this journal feed
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal feed.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Parameters:
ctCollectionId- the ct collection ID of this journal feed
-
getUuid
Returns the uuid of this journal feed.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this journal feed
-
setUuid
Sets the uuid of this journal feed.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this journal feed
-
getId
long getId()Returns the ID of this journal feed.- Returns:
- the ID of this journal feed
-
setId
void setId(long id) Sets the ID of this journal feed.- Parameters:
id- the ID of this journal feed
-
getGroupId
long getGroupId()Returns the group ID of this journal feed.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this journal feed
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this journal feed.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this journal feed
-
getCompanyId
long getCompanyId()Returns the company ID of this journal feed.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this journal feed
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this journal feed.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this journal feed
-
getUserId
long getUserId()Returns the user ID of this journal feed.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this journal feed
-
setUserId
void setUserId(long userId) Sets the user ID of this journal feed.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this journal feed
-
getUserUuid
String getUserUuid()Returns the user uuid of this journal feed.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this journal feed
-
setUserUuid
Sets the user uuid of this journal feed.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this journal feed
-
getUserName
Returns the user name of this journal feed.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this journal feed
-
setUserName
Sets the user name of this journal feed.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this journal feed
-
getCreateDate
Date getCreateDate()Returns the create date of this journal feed.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this journal feed
-
setCreateDate
Sets the create date of this journal feed.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this journal feed
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this journal feed.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this journal feed
-
setModifiedDate
Sets the modified date of this journal feed.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this journal feed
-
getFeedId
String getFeedId()Returns the feed ID of this journal feed.- Returns:
- the feed ID of this journal feed
-
setFeedId
Sets the feed ID of this journal feed.- Parameters:
feedId- the feed ID of this journal feed
-
getName
Returns the name of this journal feed.- Returns:
- the name of this journal feed
-
setName
Sets the name of this journal feed.- Parameters:
name- the name of this journal feed
-
getDescription
Returns the description of this journal feed.- Returns:
- the description of this journal feed
-
setDescription
Sets the description of this journal feed.- Parameters:
description- the description of this journal feed
-
getDDMStructureId
long getDDMStructureId()Returns the ddm structure ID of this journal feed.- Returns:
- the ddm structure ID of this journal feed
-
setDDMStructureId
void setDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this journal feed.- Parameters:
DDMStructureId- the ddm structure ID of this journal feed
-
getDDMTemplateKey
Returns the ddm template key of this journal feed.- Returns:
- the ddm template key of this journal feed
-
setDDMTemplateKey
Sets the ddm template key of this journal feed.- Parameters:
DDMTemplateKey- the ddm template key of this journal feed
-
getDDMRendererTemplateKey
Returns the ddm renderer template key of this journal feed.- Returns:
- the ddm renderer template key of this journal feed
-
setDDMRendererTemplateKey
Sets the ddm renderer template key of this journal feed.- Parameters:
DDMRendererTemplateKey- the ddm renderer template key of this journal feed
-
getDelta
int getDelta()Returns the delta of this journal feed.- Returns:
- the delta of this journal feed
-
setDelta
void setDelta(int delta) Sets the delta of this journal feed.- Parameters:
delta- the delta of this journal feed
-
getOrderByCol
Returns the order by col of this journal feed.- Returns:
- the order by col of this journal feed
-
setOrderByCol
Sets the order by col of this journal feed.- Parameters:
orderByCol- the order by col of this journal feed
-
getOrderByType
Returns the order by type of this journal feed.- Returns:
- the order by type of this journal feed
-
setOrderByType
Sets the order by type of this journal feed.- Parameters:
orderByType- the order by type of this journal feed
-
getTargetLayoutFriendlyUrl
Returns the target layout friendly url of this journal feed.- Returns:
- the target layout friendly url of this journal feed
-
setTargetLayoutFriendlyUrl
Sets the target layout friendly url of this journal feed.- Parameters:
targetLayoutFriendlyUrl- the target layout friendly url of this journal feed
-
getTargetPortletId
Returns the target portlet ID of this journal feed.- Returns:
- the target portlet ID of this journal feed
-
setTargetPortletId
Sets the target portlet ID of this journal feed.- Parameters:
targetPortletId- the target portlet ID of this journal feed
-
getContentField
Returns the content field of this journal feed.- Returns:
- the content field of this journal feed
-
setContentField
Sets the content field of this journal feed.- Parameters:
contentField- the content field of this journal feed
-
getFeedFormat
Returns the feed format of this journal feed.- Returns:
- the feed format of this journal feed
-
setFeedFormat
Sets the feed format of this journal feed.- Parameters:
feedFormat- the feed format of this journal feed
-
getFeedVersion
double getFeedVersion()Returns the feed version of this journal feed.- Returns:
- the feed version of this journal feed
-
setFeedVersion
void setFeedVersion(double feedVersion) Sets the feed version of this journal feed.- Parameters:
feedVersion- the feed version of this journal feed
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this journal feed.- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this journal feed
-
setLastPublishDate
Sets the last publish date of this journal feed.- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this journal feed
-
cloneWithOriginalValues
JournalFeed cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
toXmlString
-