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
model
Fields inherited from interface com.liferay.journal.model.JournalFeed
ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this journal feed.Returns the content field of this journal feed.Returns the create date of this journal feed.long
Returns the ct collection ID of this journal feed.Returns the ddm renderer template key of this journal feed.long
Returns the ddm structure ID of this journal feed.Returns the ddm template key of this journal feed.int
getDelta()
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.double
Returns the feed version of this journal feed.long
Returns the group ID of this journal feed.long
getId()
Returns the ID of this journal feed.Returns the last publish date of this journal feed.Returns the modified date of this journal feed.long
Returns 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.long
Returns the primary key of this journal feed.com.liferay.exportimport.kernel.lar.StagedModelType
Returns the target layout friendly url of this journal feed.Returns the target portlet ID of this journal feed.long
Returns 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.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this journal feed.void
setContentField
(String contentField) Sets the content field of this journal feed.void
setCreateDate
(Date createDate) Sets the create date of this journal feed.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this journal feed.void
setDDMRendererTemplateKey
(String DDMRendererTemplateKey) Sets the ddm renderer template key of this journal feed.void
setDDMStructureId
(long DDMStructureId) Sets the ddm structure ID of this journal feed.void
setDDMTemplateKey
(String DDMTemplateKey) Sets the ddm template key of this journal feed.void
setDelta
(int delta) Sets the delta of this journal feed.void
setDescription
(String description) Sets the description of this journal feed.void
setFeedFormat
(String feedFormat) Sets the feed format of this journal feed.void
Sets the feed ID of this journal feed.void
setFeedVersion
(double feedVersion) Sets the feed version of this journal feed.void
setGroupId
(long groupId) Sets the group ID of this journal feed.void
setId
(long id) Sets the ID of this journal feed.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this journal feed.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this journal feed.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this journal feed.void
Sets the name of this journal feed.void
setOrderByCol
(String orderByCol) Sets the order by col of this journal feed.void
setOrderByType
(String orderByType) Sets the order by type of this journal feed.void
setPrimaryKey
(long primaryKey) Sets the primary key of this journal feed.void
setTargetLayoutFriendlyUrl
(String targetLayoutFriendlyUrl) Sets the target layout friendly url of this journal feed.void
setTargetPortletId
(String targetPortletId) Sets the target portlet ID of this journal feed.void
setUserId
(long userId) Sets the user ID of this journal feed.void
setUserName
(String userName) Sets the user name of this journal feed.void
setUserUuid
(String userUuid) Sets the user uuid of this journal feed.void
Sets the uuid of this journal feed.protected JournalFeedWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
JournalFeedWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
- Specified by:
cloneWithOriginalValues
in interfaceJournalFeedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this journal feed.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceJournalFeedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in 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:
getContentField
in interfaceJournalFeedModel
- Returns:
- the content field of this journal feed
-
getCreateDate
Returns the create date of this journal feed.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceJournalFeedModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Specified by:
getCtCollectionId
in interfaceJournalFeedModel
- Returns:
- the ct collection ID of this journal feed
-
getDDMRendererTemplateKey
Returns the ddm renderer template key of this journal feed.- Specified by:
getDDMRendererTemplateKey
in 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:
getDDMStructureId
in interfaceJournalFeedModel
- Returns:
- the ddm structure ID of this journal feed
-
getDDMTemplateKey
Returns the ddm template key of this journal feed.- Specified by:
getDDMTemplateKey
in interfaceJournalFeedModel
- Returns:
- the ddm template key of this journal feed
-
getDelta
public int getDelta()Returns the delta of this journal feed.- Specified by:
getDelta
in interfaceJournalFeedModel
- Returns:
- the delta of this journal feed
-
getDescription
Returns the description of this journal feed.- Specified by:
getDescription
in interfaceJournalFeedModel
- Returns:
- the description of this journal feed
-
getFeedFormat
Returns the feed format of this journal feed.- Specified by:
getFeedFormat
in interfaceJournalFeedModel
- Returns:
- the feed format of this journal feed
-
getFeedId
Returns the feed ID of this journal feed.- Specified by:
getFeedId
in interfaceJournalFeedModel
- Returns:
- the feed ID of this journal feed
-
getFeedVersion
public double getFeedVersion()Returns the feed version of this journal feed.- Specified by:
getFeedVersion
in interfaceJournalFeedModel
- Returns:
- the feed version of this journal feed
-
getGroupId
public long getGroupId()Returns the group ID of this journal feed.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceJournalFeedModel
- Returns:
- the group ID of this journal feed
-
getId
public long getId()Returns the ID of this journal feed.- Specified by:
getId
in interfaceJournalFeedModel
- Returns:
- the ID of this journal feed
-
getLastPublishDate
Returns the last publish date of this journal feed.- Specified by:
getLastPublishDate
in interfaceJournalFeedModel
- Specified by:
getLastPublishDate
in 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:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceJournalFeedModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceJournalFeedModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this journal feed
-
getName
Returns the name of this journal feed.- Specified by:
getName
in interfaceJournalFeedModel
- Returns:
- the name of this journal feed
-
getOrderByCol
Returns the order by col of this journal feed.- Specified by:
getOrderByCol
in interfaceJournalFeedModel
- Returns:
- the order by col of this journal feed
-
getOrderByType
Returns the order by type of this journal feed.- Specified by:
getOrderByType
in interfaceJournalFeedModel
- Returns:
- the order by type of this journal feed
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this journal feed.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Specified by:
getPrimaryKey
in interfaceJournalFeedModel
- Returns:
- the primary key of this journal feed
-
getTargetLayoutFriendlyUrl
Returns the target layout friendly url of this journal feed.- Specified by:
getTargetLayoutFriendlyUrl
in interfaceJournalFeedModel
- Returns:
- the target layout friendly url of this journal feed
-
getTargetPortletId
Returns the target portlet ID of this journal feed.- Specified by:
getTargetPortletId
in interfaceJournalFeedModel
- Returns:
- the target portlet ID of this journal feed
-
getUserId
public long getUserId()Returns the user ID of this journal feed.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceJournalFeedModel
- Returns:
- the user ID of this journal feed
-
getUserName
Returns the user name of this journal feed.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceJournalFeedModel
- Returns:
- the user name of this journal feed
-
getUserUuid
Returns the user uuid of this journal feed.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceJournalFeedModel
- Returns:
- the user uuid of this journal feed
-
getUuid
Returns the uuid of this journal feed.- Specified by:
getUuid
in interfaceJournalFeedModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this journal feed
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this journal feed.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceJournalFeedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in 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:
setContentField
in interfaceJournalFeedModel
- Parameters:
contentField
- the content field of this journal feed
-
setCreateDate
Sets the create date of this journal feed.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceJournalFeedModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Specified by:
setCtCollectionId
in interfaceJournalFeedModel
- Parameters:
ctCollectionId
- the ct collection ID of this journal feed
-
setDDMRendererTemplateKey
Sets the ddm renderer template key of this journal feed.- Specified by:
setDDMRendererTemplateKey
in 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:
setDDMStructureId
in interfaceJournalFeedModel
- Parameters:
DDMStructureId
- the ddm structure ID of this journal feed
-
setDDMTemplateKey
Sets the ddm template key of this journal feed.- Specified by:
setDDMTemplateKey
in 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:
setDelta
in interfaceJournalFeedModel
- Parameters:
delta
- the delta of this journal feed
-
setDescription
Sets the description of this journal feed.- Specified by:
setDescription
in interfaceJournalFeedModel
- Parameters:
description
- the description of this journal feed
-
setFeedFormat
Sets the feed format of this journal feed.- Specified by:
setFeedFormat
in interfaceJournalFeedModel
- Parameters:
feedFormat
- the feed format of this journal feed
-
setFeedId
Sets the feed ID of this journal feed.- Specified by:
setFeedId
in 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:
setFeedVersion
in 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:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in 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:
setId
in interfaceJournalFeedModel
- Parameters:
id
- the ID of this journal feed
-
setLastPublishDate
Sets the last publish date of this journal feed.- Specified by:
setLastPublishDate
in interfaceJournalFeedModel
- Specified by:
setLastPublishDate
in 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:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceJournalFeedModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceJournalFeedModel
- Specified by:
setMvccVersion
in 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:
setName
in interfaceJournalFeedModel
- Parameters:
name
- the name of this journal feed
-
setOrderByCol
Sets the order by col of this journal feed.- Specified by:
setOrderByCol
in interfaceJournalFeedModel
- Parameters:
orderByCol
- the order by col of this journal feed
-
setOrderByType
Sets the order by type of this journal feed.- Specified by:
setOrderByType
in 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:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Specified by:
setPrimaryKey
in interfaceJournalFeedModel
- Parameters:
primaryKey
- the primary key of this journal feed
-
setTargetLayoutFriendlyUrl
Sets the target layout friendly url of this journal feed.- Specified by:
setTargetLayoutFriendlyUrl
in interfaceJournalFeedModel
- Parameters:
targetLayoutFriendlyUrl
- the target layout friendly url of this journal feed
-
setTargetPortletId
Sets the target portlet ID of this journal feed.- Specified by:
setTargetPortletId
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceJournalFeedModel
- Parameters:
userId
- the user ID of this journal feed
-
setUserName
Sets the user name of this journal feed.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceJournalFeedModel
- Parameters:
userName
- the user name of this journal feed
-
setUserUuid
Sets the user uuid of this journal feed.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceJournalFeedModel
- Parameters:
userUuid
- the user uuid of this journal feed
-
setUuid
Sets the uuid of this journal feed.- Specified by:
setUuid
in interfaceJournalFeedModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this journal feed
-
toXmlString
- Specified by:
toXmlString
in interfaceJournalFeedModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalFeed>
-