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 Type
    Method
    Description
     
    long
    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
    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
    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.
    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.
    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.
    Returns the uuid of this journal feed.
    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
    setFeedId(String feedId)
    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
    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.
    default String
     

    Methods 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, 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.StagedModel

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this journal feed.
      Specified by:
      getPrimaryKey in interface com.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:
      setPrimaryKey in interface com.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:
      getMvccVersion in interface com.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:
      setMvccVersion in interface com.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:
      getCtCollectionId in interface com.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:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
      Parameters:
      ctCollectionId - the ct collection ID of this journal feed
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this journal feed.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this journal feed
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this journal feed.
      Specified by:
      setUuid in interface com.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:
      getGroupId in interface com.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:
      setGroupId in interface com.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:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.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:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.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:
      getUserId in interface com.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:
      setUserId in interface com.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:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this journal feed
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this journal feed.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this journal feed
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this journal feed.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this journal feed
    • setUserName

      void setUserName(String userName)
      Sets the user name of this journal feed.
      Specified by:
      setUserName in interface com.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:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this journal feed
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this journal feed.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.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:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this journal feed
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this journal feed.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.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

      void setFeedId(String feedId)
      Sets the feed ID of this journal feed.
      Parameters:
      feedId - the feed ID of this journal feed
    • getName

      @AutoEscape String getName()
      Returns the name of this journal feed.
      Returns:
      the name of this journal feed
    • setName

      void setName(String name)
      Sets the name of this journal feed.
      Parameters:
      name - the name of this journal feed
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this journal feed.
      Returns:
      the description of this journal feed
    • setDescription

      void setDescription(String description)
      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

      @AutoEscape String getDDMTemplateKey()
      Returns the ddm template key of this journal feed.
      Returns:
      the ddm template key of this journal feed
    • setDDMTemplateKey

      void setDDMTemplateKey(String DDMTemplateKey)
      Sets the ddm template key of this journal feed.
      Parameters:
      DDMTemplateKey - the ddm template key of this journal feed
    • getDDMRendererTemplateKey

      @AutoEscape String getDDMRendererTemplateKey()
      Returns the ddm renderer template key of this journal feed.
      Returns:
      the ddm renderer template key of this journal feed
    • setDDMRendererTemplateKey

      void setDDMRendererTemplateKey(String DDMRendererTemplateKey)
      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

      @AutoEscape String getOrderByCol()
      Returns the order by col of this journal feed.
      Returns:
      the order by col of this journal feed
    • setOrderByCol

      void setOrderByCol(String orderByCol)
      Sets the order by col of this journal feed.
      Parameters:
      orderByCol - the order by col of this journal feed
    • getOrderByType

      @AutoEscape String getOrderByType()
      Returns the order by type of this journal feed.
      Returns:
      the order by type of this journal feed
    • setOrderByType

      void setOrderByType(String orderByType)
      Sets the order by type of this journal feed.
      Parameters:
      orderByType - the order by type of this journal feed
    • getTargetLayoutFriendlyUrl

      @AutoEscape String getTargetLayoutFriendlyUrl()
      Returns the target layout friendly url of this journal feed.
      Returns:
      the target layout friendly url of this journal feed
    • setTargetLayoutFriendlyUrl

      void setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
      Sets the target layout friendly url of this journal feed.
      Parameters:
      targetLayoutFriendlyUrl - the target layout friendly url of this journal feed
    • getTargetPortletId

      @AutoEscape String getTargetPortletId()
      Returns the target portlet ID of this journal feed.
      Returns:
      the target portlet ID of this journal feed
    • setTargetPortletId

      void setTargetPortletId(String targetPortletId)
      Sets the target portlet ID of this journal feed.
      Parameters:
      targetPortletId - the target portlet ID of this journal feed
    • getContentField

      @AutoEscape String getContentField()
      Returns the content field of this journal feed.
      Returns:
      the content field of this journal feed
    • setContentField

      void setContentField(String contentField)
      Sets the content field of this journal feed.
      Parameters:
      contentField - the content field of this journal feed
    • getFeedFormat

      @AutoEscape String getFeedFormat()
      Returns the feed format of this journal feed.
      Returns:
      the feed format of this journal feed
    • setFeedFormat

      void setFeedFormat(String feedFormat)
      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:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this journal feed
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this journal feed.
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this journal feed
    • cloneWithOriginalValues

      JournalFeed cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalFeed>
    • toXmlString

      default String toXmlString()