Interface JournalContentSearchModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<JournalContentSearch>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
JournalContentSearch
All Known Implementing Classes:
JournalContentSearchWrapper

@ProviderType public interface JournalContentSearchModel extends com.liferay.portal.kernel.model.BaseModel<JournalContentSearch>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the JournalContentSearch service. Represents a row in the "JournalContentSearch" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.journal.model.impl.JournalContentSearchModelImpl 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.JournalContentSearchImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the article ID of this journal content search.
    long
    Returns the company ID of this journal content search.
    long
    Returns the content search ID of this journal content search.
    long
    Returns the ct collection ID of this journal content search.
    long
    Returns the group ID of this journal content search.
    long
    Returns the layout ID of this journal content search.
    long
    Returns the mvcc version of this journal content search.
    Returns the portlet ID of this journal content search.
    long
    Returns the primary key of this journal content search.
    boolean
    Returns the private layout of this journal content search.
    boolean
    Returns true if this journal content search is private layout.
    void
    setArticleId(String articleId)
    Sets the article ID of this journal content search.
    void
    setCompanyId(long companyId)
    Sets the company ID of this journal content search.
    void
    setContentSearchId(long contentSearchId)
    Sets the content search ID of this journal content search.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this journal content search.
    void
    setGroupId(long groupId)
    Sets the group ID of this journal content search.
    void
    setLayoutId(long layoutId)
    Sets the layout ID of this journal content search.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this journal content search.
    void
    setPortletId(String portletId)
    Sets the portlet ID of this journal content search.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this journal content search.
    void
    setPrivateLayout(boolean privateLayout)
    Sets whether this journal content search is private layout.
    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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this journal content search.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
      Returns:
      the primary key of this journal content search
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this journal content search.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
      Parameters:
      primaryKey - the primary key of this journal content search
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this journal content search.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this journal content search
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this journal content search.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this journal content search
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this journal content search.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
      Returns:
      the ct collection ID of this journal content search
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this journal content search.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalContentSearch>
      Parameters:
      ctCollectionId - the ct collection ID of this journal content search
    • getContentSearchId

      long getContentSearchId()
      Returns the content search ID of this journal content search.
      Returns:
      the content search ID of this journal content search
    • setContentSearchId

      void setContentSearchId(long contentSearchId)
      Sets the content search ID of this journal content search.
      Parameters:
      contentSearchId - the content search ID of this journal content search
    • getGroupId

      long getGroupId()
      Returns the group ID of this journal content search.
      Returns:
      the group ID of this journal content search
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this journal content search.
      Parameters:
      groupId - the group ID of this journal content search
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this journal content search.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this journal content search
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this journal content search.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this journal content search
    • getPrivateLayout

      boolean getPrivateLayout()
      Returns the private layout of this journal content search.
      Returns:
      the private layout of this journal content search
    • isPrivateLayout

      boolean isPrivateLayout()
      Returns true if this journal content search is private layout.
      Returns:
      true if this journal content search is private layout; false otherwise
    • setPrivateLayout

      void setPrivateLayout(boolean privateLayout)
      Sets whether this journal content search is private layout.
      Parameters:
      privateLayout - the private layout of this journal content search
    • getLayoutId

      long getLayoutId()
      Returns the layout ID of this journal content search.
      Returns:
      the layout ID of this journal content search
    • setLayoutId

      void setLayoutId(long layoutId)
      Sets the layout ID of this journal content search.
      Parameters:
      layoutId - the layout ID of this journal content search
    • getPortletId

      @AutoEscape String getPortletId()
      Returns the portlet ID of this journal content search.
      Returns:
      the portlet ID of this journal content search
    • setPortletId

      void setPortletId(String portletId)
      Sets the portlet ID of this journal content search.
      Parameters:
      portletId - the portlet ID of this journal content search
    • getArticleId

      @AutoEscape String getArticleId()
      Returns the article ID of this journal content search.
      Returns:
      the article ID of this journal content search
    • setArticleId

      void setArticleId(String articleId)
      Sets the article ID of this journal content search.
      Parameters:
      articleId - the article ID of this journal content search
    • cloneWithOriginalValues

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

      default String toXmlString()