Package com.liferay.journal.model
Class JournalFeedWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalFeed>
com.liferay.journal.model.JournalFeedWrapper
- All Implemented Interfaces:
JournalFeed,JournalFeedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<JournalFeed>,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<JournalFeed>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<JournalFeed>
public class JournalFeedWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalFeed>
implements JournalFeed, com.liferay.portal.kernel.model.ModelWrapper<JournalFeed>
This class is a wrapper for JournalFeed.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.journal.model.JournalFeed
ID_ACCESSOR -
Constructor Summary
Constructors -
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.com.liferay.exportimport.kernel.lar.StagedModelTypeReturns 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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected JournalFeedWrapperwrap(JournalFeed journalFeed) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
JournalFeedWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>- Specified by:
cloneWithOriginalValuesin interfaceJournalFeedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this journal feed.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceJournalFeedModel- 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
-
getContentField
Returns the content field of this journal feed.- Specified by:
getContentFieldin interfaceJournalFeedModel- Returns:
- the content field of this journal feed
-
getCreateDate
Returns the create date of this journal feed.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceJournalFeedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this journal feed
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this journal feed.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Specified by:
getCtCollectionIdin interfaceJournalFeedModel- Returns:
- the ct collection ID of this journal feed
-
getDDMRendererTemplateKey
Returns the ddm renderer template key of this journal feed.- Specified by:
getDDMRendererTemplateKeyin interfaceJournalFeedModel- Returns:
- the ddm renderer template key of this journal feed
-
getDDMStructureId
public long getDDMStructureId()Returns the ddm structure ID of this journal feed.- Specified by:
getDDMStructureIdin interfaceJournalFeedModel- Returns:
- the ddm structure ID of this journal feed
-
getDDMTemplateKey
Returns the ddm template key of this journal feed.- Specified by:
getDDMTemplateKeyin interfaceJournalFeedModel- Returns:
- the ddm template key of this journal feed
-
getDelta
public int getDelta()Returns the delta of this journal feed.- Specified by:
getDeltain interfaceJournalFeedModel- Returns:
- the delta of this journal feed
-
getDescription
Returns the description of this journal feed.- Specified by:
getDescriptionin interfaceJournalFeedModel- Returns:
- the description of this journal feed
-
getFeedFormat
Returns the feed format of this journal feed.- Specified by:
getFeedFormatin interfaceJournalFeedModel- Returns:
- the feed format of this journal feed
-
getFeedId
Returns the feed ID of this journal feed.- Specified by:
getFeedIdin interfaceJournalFeedModel- Returns:
- the feed ID of this journal feed
-
getFeedVersion
public double getFeedVersion()Returns the feed version of this journal feed.- Specified by:
getFeedVersionin interfaceJournalFeedModel- Returns:
- the feed version of this journal feed
-
getGroupId
public long getGroupId()Returns the group ID of this journal feed.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceJournalFeedModel- Returns:
- the group ID of this journal feed
-
getId
public long getId()Returns the ID of this journal feed.- Specified by:
getIdin interfaceJournalFeedModel- Returns:
- the ID of this journal feed
-
getLastPublishDate
Returns the last publish date of this journal feed.- Specified by:
getLastPublishDatein interfaceJournalFeedModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this journal feed
-
getModifiedDate
Returns the modified date of this journal feed.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceJournalFeedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this journal feed
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this journal feed.- Specified by:
getMvccVersionin interfaceJournalFeedModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this journal feed
-
getName
Returns the name of this journal feed.- Specified by:
getNamein interfaceJournalFeedModel- Returns:
- the name of this journal feed
-
getOrderByCol
Returns the order by col of this journal feed.- Specified by:
getOrderByColin interfaceJournalFeedModel- Returns:
- the order by col of this journal feed
-
getOrderByType
Returns the order by type of this journal feed.- Specified by:
getOrderByTypein interfaceJournalFeedModel- Returns:
- the order by type of this journal feed
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this journal feed.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Specified by:
getPrimaryKeyin interfaceJournalFeedModel- Returns:
- the primary key of this journal feed
-
getTargetLayoutFriendlyUrl
Returns the target layout friendly url of this journal feed.- Specified by:
getTargetLayoutFriendlyUrlin interfaceJournalFeedModel- Returns:
- the target layout friendly url of this journal feed
-
getTargetPortletId
Returns the target portlet ID of this journal feed.- Specified by:
getTargetPortletIdin interfaceJournalFeedModel- Returns:
- the target portlet ID of this journal feed
-
getUserId
public long getUserId()Returns the user ID of this journal feed.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceJournalFeedModel- Returns:
- the user ID of this journal feed
-
getUserName
Returns the user name of this journal feed.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceJournalFeedModel- Returns:
- the user name of this journal feed
-
getUserUuid
Returns the user uuid of this journal feed.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceJournalFeedModel- Returns:
- the user uuid of this journal feed
-
getUuid
Returns the uuid of this journal feed.- Specified by:
getUuidin interfaceJournalFeedModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this journal feed
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this journal feed.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceJournalFeedModel- 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
-
setContentField
Sets the content field of this journal feed.- Specified by:
setContentFieldin interfaceJournalFeedModel- Parameters:
contentField- the content field 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 interfaceJournalFeedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this journal feed
-
setCtCollectionId
public 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>- Specified by:
setCtCollectionIdin interfaceJournalFeedModel- Parameters:
ctCollectionId- the ct collection ID of this journal feed
-
setDDMRendererTemplateKey
Sets the ddm renderer template key of this journal feed.- Specified by:
setDDMRendererTemplateKeyin interfaceJournalFeedModel- Parameters:
DDMRendererTemplateKey- the ddm renderer template key of this journal feed
-
setDDMStructureId
public void setDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this journal feed.- Specified by:
setDDMStructureIdin interfaceJournalFeedModel- Parameters:
DDMStructureId- the ddm structure ID of this journal feed
-
setDDMTemplateKey
Sets the ddm template key of this journal feed.- Specified by:
setDDMTemplateKeyin interfaceJournalFeedModel- Parameters:
DDMTemplateKey- the ddm template key of this journal feed
-
setDelta
public void setDelta(int delta) Sets the delta of this journal feed.- Specified by:
setDeltain interfaceJournalFeedModel- Parameters:
delta- the delta of this journal feed
-
setDescription
Sets the description of this journal feed.- Specified by:
setDescriptionin interfaceJournalFeedModel- Parameters:
description- the description of this journal feed
-
setFeedFormat
Sets the feed format of this journal feed.- Specified by:
setFeedFormatin interfaceJournalFeedModel- Parameters:
feedFormat- the feed format of this journal feed
-
setFeedId
Sets the feed ID of this journal feed.- Specified by:
setFeedIdin interfaceJournalFeedModel- Parameters:
feedId- the feed ID of this journal feed
-
setFeedVersion
public void setFeedVersion(double feedVersion) Sets the feed version of this journal feed.- Specified by:
setFeedVersionin interfaceJournalFeedModel- Parameters:
feedVersion- the feed version of this journal feed
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this journal feed.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceJournalFeedModel- Parameters:
groupId- the group ID of this journal feed
-
setId
public void setId(long id) Sets the ID of this journal feed.- Specified by:
setIdin interfaceJournalFeedModel- Parameters:
id- the ID of this journal feed
-
setLastPublishDate
Sets the last publish date of this journal feed.- Specified by:
setLastPublishDatein interfaceJournalFeedModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish 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 interfaceJournalFeedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this journal feed
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal feed.- Specified by:
setMvccVersionin interfaceJournalFeedModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this journal feed
-
setName
Sets the name of this journal feed.- Specified by:
setNamein interfaceJournalFeedModel- Parameters:
name- the name of this journal feed
-
setOrderByCol
Sets the order by col of this journal feed.- Specified by:
setOrderByColin interfaceJournalFeedModel- Parameters:
orderByCol- the order by col of this journal feed
-
setOrderByType
Sets the order by type of this journal feed.- Specified by:
setOrderByTypein interfaceJournalFeedModel- Parameters:
orderByType- the order by type of this journal feed
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this journal feed.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>- Specified by:
setPrimaryKeyin interfaceJournalFeedModel- Parameters:
primaryKey- the primary key of this journal feed
-
setTargetLayoutFriendlyUrl
Sets the target layout friendly url of this journal feed.- Specified by:
setTargetLayoutFriendlyUrlin interfaceJournalFeedModel- Parameters:
targetLayoutFriendlyUrl- the target layout friendly url of this journal feed
-
setTargetPortletId
Sets the target portlet ID of this journal feed.- Specified by:
setTargetPortletIdin interfaceJournalFeedModel- Parameters:
targetPortletId- the target portlet ID of this journal feed
-
setUserId
public void setUserId(long userId) Sets the user ID of this journal feed.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceJournalFeedModel- Parameters:
userId- the user ID of this journal feed
-
setUserName
Sets the user name of this journal feed.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceJournalFeedModel- Parameters:
userName- the user name of this journal feed
-
setUserUuid
Sets the user uuid of this journal feed.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceJournalFeedModel- Parameters:
userUuid- the user uuid of this journal feed
-
setUuid
Sets the uuid of this journal feed.- Specified by:
setUuidin interfaceJournalFeedModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this journal feed
-
toXmlString
- Specified by:
toXmlStringin interfaceJournalFeedModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalFeed>
-