Interface BlogsEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BlogsEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BlogsEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, 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, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Subinterfaces:
BlogsEntry
All Known Implementing Classes:
BlogsEntryWrapper

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

This interface and its corresponding implementation com.liferay.blogs.model.impl.BlogsEntryModelImpl 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.blogs.model.impl.BlogsEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the allow pingbacks of this blogs entry.
    boolean
    Returns the allow trackbacks of this blogs entry.
    long
    Returns the company ID of this blogs entry.
    Returns the content of this blogs entry.
    Returns the cover image caption of this blogs entry.
    long
    Returns the cover image file entry ID of this blogs entry.
    Returns the cover image url of this blogs entry.
    Returns the create date of this blogs entry.
    long
    Returns the ct collection ID of this blogs entry.
    Returns the description of this blogs entry.
    Returns the display date of this blogs entry.
    long
    Returns the entry ID of this blogs entry.
    Returns the external reference code of this blogs entry.
    long
    Returns the group ID of this blogs entry.
    Returns the last publish date of this blogs entry.
    Returns the modified date of this blogs entry.
    long
    Returns the mvcc version of this blogs entry.
    long
    Returns the primary key of this blogs entry.
    boolean
    Returns the small image of this blogs entry.
    long
    Returns the small image file entry ID of this blogs entry.
    long
    Returns the small image ID of this blogs entry.
    Returns the small image url of this blogs entry.
    int
    Returns the status of this blogs entry.
    long
    Returns the status by user ID of this blogs entry.
    Returns the status by user name of this blogs entry.
    Returns the status by user uuid of this blogs entry.
    Returns the status date of this blogs entry.
    Returns the subtitle of this blogs entry.
    Returns the title of this blogs entry.
    Returns the trackbacks of this blogs entry.
    long
    Returns the class primary key of the trash entry for this blogs entry.
    Returns the url title of this blogs entry.
    long
    Returns the user ID of this blogs entry.
    Returns the user name of this blogs entry.
    Returns the user uuid of this blogs entry.
    Returns the uuid of this blogs entry.
    boolean
    Returns true if this blogs entry is allow pingbacks.
    boolean
    Returns true if this blogs entry is allow trackbacks.
    boolean
    Returns true if this blogs entry is approved.
    boolean
    Returns true if this blogs entry is denied.
    boolean
    Returns true if this blogs entry is a draft.
    boolean
    Returns true if this blogs entry is expired.
    boolean
    Returns true if this blogs entry is inactive.
    boolean
    Returns true if this blogs entry is incomplete.
    boolean
    Returns true if this blogs entry is in the Recycle Bin.
    boolean
    Returns true if this blogs entry is pending.
    boolean
    Returns true if this blogs entry is scheduled.
    boolean
    Returns true if this blogs entry is small image.
    void
    setAllowPingbacks(boolean allowPingbacks)
    Sets whether this blogs entry is allow pingbacks.
    void
    setAllowTrackbacks(boolean allowTrackbacks)
    Sets whether this blogs entry is allow trackbacks.
    void
    setCompanyId(long companyId)
    Sets the company ID of this blogs entry.
    void
    setContent(String content)
    Sets the content of this blogs entry.
    void
    setCoverImageCaption(String coverImageCaption)
    Sets the cover image caption of this blogs entry.
    void
    setCoverImageFileEntryId(long coverImageFileEntryId)
    Sets the cover image file entry ID of this blogs entry.
    void
    setCoverImageURL(String coverImageURL)
    Sets the cover image url of this blogs entry.
    void
    setCreateDate(Date createDate)
    Sets the create date of this blogs entry.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this blogs entry.
    void
    setDescription(String description)
    Sets the description of this blogs entry.
    void
    setDisplayDate(Date displayDate)
    Sets the display date of this blogs entry.
    void
    setEntryId(long entryId)
    Sets the entry ID of this blogs entry.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this blogs entry.
    void
    setGroupId(long groupId)
    Sets the group ID of this blogs entry.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this blogs entry.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this blogs entry.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this blogs entry.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this blogs entry.
    void
    setSmallImage(boolean smallImage)
    Sets whether this blogs entry is small image.
    void
    setSmallImageFileEntryId(long smallImageFileEntryId)
    Sets the small image file entry ID of this blogs entry.
    void
    setSmallImageId(long smallImageId)
    Sets the small image ID of this blogs entry.
    void
    setSmallImageURL(String smallImageURL)
    Sets the small image url of this blogs entry.
    void
    setStatus(int status)
    Sets the status of this blogs entry.
    void
    setStatusByUserId(long statusByUserId)
    Sets the status by user ID of this blogs entry.
    void
    setStatusByUserName(String statusByUserName)
    Sets the status by user name of this blogs entry.
    void
    setStatusByUserUuid(String statusByUserUuid)
    Sets the status by user uuid of this blogs entry.
    void
    setStatusDate(Date statusDate)
    Sets the status date of this blogs entry.
    void
    setSubtitle(String subtitle)
    Sets the subtitle of this blogs entry.
    void
    Sets the title of this blogs entry.
    void
    setTrackbacks(String trackbacks)
    Sets the trackbacks of this blogs entry.
    void
    setUrlTitle(String urlTitle)
    Sets the url title of this blogs entry.
    void
    setUserId(long userId)
    Sets the user ID of this blogs entry.
    void
    setUserName(String userName)
    Sets the user name of this blogs entry.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this blogs entry.
    void
    Sets the uuid of this blogs entry.
    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 blogs entry.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
      Returns:
      the primary key of this blogs entry
    • setPrimaryKey

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

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

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

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

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this blogs entry.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
      Parameters:
      ctCollectionId - the ct collection ID of this blogs entry
    • getUuid

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

      void setUuid(String uuid)
      Sets the uuid of this blogs entry.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this blogs entry
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this blogs entry.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this blogs entry
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this blogs entry.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this blogs entry
    • getEntryId

      long getEntryId()
      Returns the entry ID of this blogs entry.
      Returns:
      the entry ID of this blogs entry
    • setEntryId

      void setEntryId(long entryId)
      Sets the entry ID of this blogs entry.
      Parameters:
      entryId - the entry ID of this blogs entry
    • getGroupId

      long getGroupId()
      Returns the group ID of this blogs entry.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this blogs entry
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this blogs entry.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this blogs entry
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this blogs entry.
      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 blogs entry
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this blogs entry.
      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 blogs entry
    • getUserId

      long getUserId()
      Returns the user ID of this blogs entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this blogs entry
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this blogs entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this blogs entry
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this blogs entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this blogs entry
    • setUserUuid

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

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

      void setUserName(String userName)
      Sets the user name of this blogs entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this blogs entry
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this blogs entry.
      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 blogs entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this blogs entry.
      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 blogs entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this blogs entry.
      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 blogs entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this blogs entry.
      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 blogs entry
    • getTitle

      @AutoEscape String getTitle()
      Returns the title of this blogs entry.
      Returns:
      the title of this blogs entry
    • setTitle

      void setTitle(String title)
      Sets the title of this blogs entry.
      Parameters:
      title - the title of this blogs entry
    • getSubtitle

      @AutoEscape String getSubtitle()
      Returns the subtitle of this blogs entry.
      Returns:
      the subtitle of this blogs entry
    • setSubtitle

      void setSubtitle(String subtitle)
      Sets the subtitle of this blogs entry.
      Parameters:
      subtitle - the subtitle of this blogs entry
    • getUrlTitle

      @AutoEscape String getUrlTitle()
      Returns the url title of this blogs entry.
      Returns:
      the url title of this blogs entry
    • setUrlTitle

      void setUrlTitle(String urlTitle)
      Sets the url title of this blogs entry.
      Parameters:
      urlTitle - the url title of this blogs entry
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this blogs entry.
      Returns:
      the description of this blogs entry
    • setDescription

      void setDescription(String description)
      Sets the description of this blogs entry.
      Parameters:
      description - the description of this blogs entry
    • getContent

      @AutoEscape String getContent()
      Returns the content of this blogs entry.
      Returns:
      the content of this blogs entry
    • setContent

      void setContent(String content)
      Sets the content of this blogs entry.
      Parameters:
      content - the content of this blogs entry
    • getDisplayDate

      Date getDisplayDate()
      Returns the display date of this blogs entry.
      Returns:
      the display date of this blogs entry
    • setDisplayDate

      void setDisplayDate(Date displayDate)
      Sets the display date of this blogs entry.
      Parameters:
      displayDate - the display date of this blogs entry
    • getAllowPingbacks

      boolean getAllowPingbacks()
      Returns the allow pingbacks of this blogs entry.
      Returns:
      the allow pingbacks of this blogs entry
    • isAllowPingbacks

      boolean isAllowPingbacks()
      Returns true if this blogs entry is allow pingbacks.
      Returns:
      true if this blogs entry is allow pingbacks; false otherwise
    • setAllowPingbacks

      void setAllowPingbacks(boolean allowPingbacks)
      Sets whether this blogs entry is allow pingbacks.
      Parameters:
      allowPingbacks - the allow pingbacks of this blogs entry
    • getAllowTrackbacks

      boolean getAllowTrackbacks()
      Returns the allow trackbacks of this blogs entry.
      Returns:
      the allow trackbacks of this blogs entry
    • isAllowTrackbacks

      boolean isAllowTrackbacks()
      Returns true if this blogs entry is allow trackbacks.
      Returns:
      true if this blogs entry is allow trackbacks; false otherwise
    • setAllowTrackbacks

      void setAllowTrackbacks(boolean allowTrackbacks)
      Sets whether this blogs entry is allow trackbacks.
      Parameters:
      allowTrackbacks - the allow trackbacks of this blogs entry
    • getTrackbacks

      @AutoEscape String getTrackbacks()
      Returns the trackbacks of this blogs entry.
      Returns:
      the trackbacks of this blogs entry
    • setTrackbacks

      void setTrackbacks(String trackbacks)
      Sets the trackbacks of this blogs entry.
      Parameters:
      trackbacks - the trackbacks of this blogs entry
    • getCoverImageCaption

      @AutoEscape String getCoverImageCaption()
      Returns the cover image caption of this blogs entry.
      Returns:
      the cover image caption of this blogs entry
    • setCoverImageCaption

      void setCoverImageCaption(String coverImageCaption)
      Sets the cover image caption of this blogs entry.
      Parameters:
      coverImageCaption - the cover image caption of this blogs entry
    • getCoverImageFileEntryId

      long getCoverImageFileEntryId()
      Returns the cover image file entry ID of this blogs entry.
      Returns:
      the cover image file entry ID of this blogs entry
    • setCoverImageFileEntryId

      void setCoverImageFileEntryId(long coverImageFileEntryId)
      Sets the cover image file entry ID of this blogs entry.
      Parameters:
      coverImageFileEntryId - the cover image file entry ID of this blogs entry
    • getCoverImageURL

      @AutoEscape String getCoverImageURL()
      Returns the cover image url of this blogs entry.
      Returns:
      the cover image url of this blogs entry
    • setCoverImageURL

      void setCoverImageURL(String coverImageURL)
      Sets the cover image url of this blogs entry.
      Parameters:
      coverImageURL - the cover image url of this blogs entry
    • getSmallImage

      boolean getSmallImage()
      Returns the small image of this blogs entry.
      Returns:
      the small image of this blogs entry
    • isSmallImage

      boolean isSmallImage()
      Returns true if this blogs entry is small image.
      Returns:
      true if this blogs entry is small image; false otherwise
    • setSmallImage

      void setSmallImage(boolean smallImage)
      Sets whether this blogs entry is small image.
      Parameters:
      smallImage - the small image of this blogs entry
    • getSmallImageFileEntryId

      long getSmallImageFileEntryId()
      Returns the small image file entry ID of this blogs entry.
      Returns:
      the small image file entry ID of this blogs entry
    • setSmallImageFileEntryId

      void setSmallImageFileEntryId(long smallImageFileEntryId)
      Sets the small image file entry ID of this blogs entry.
      Parameters:
      smallImageFileEntryId - the small image file entry ID of this blogs entry
    • getSmallImageId

      long getSmallImageId()
      Returns the small image ID of this blogs entry.
      Returns:
      the small image ID of this blogs entry
    • setSmallImageId

      void setSmallImageId(long smallImageId)
      Sets the small image ID of this blogs entry.
      Parameters:
      smallImageId - the small image ID of this blogs entry
    • getSmallImageURL

      @AutoEscape String getSmallImageURL()
      Returns the small image url of this blogs entry.
      Returns:
      the small image url of this blogs entry
    • setSmallImageURL

      void setSmallImageURL(String smallImageURL)
      Sets the small image url of this blogs entry.
      Parameters:
      smallImageURL - the small image url of this blogs entry
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this blogs entry.
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this blogs entry
    • setLastPublishDate

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

      int getStatus()
      Returns the status of this blogs entry.
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.TrashedModel
      Specified by:
      getStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status of this blogs entry
    • setStatus

      void setStatus(int status)
      Sets the status of this blogs entry.
      Specified by:
      setStatus in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      status - the status of this blogs entry
    • getStatusByUserId

      long getStatusByUserId()
      Returns the status by user ID of this blogs entry.
      Specified by:
      getStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user ID of this blogs entry
    • setStatusByUserId

      void setStatusByUserId(long statusByUserId)
      Sets the status by user ID of this blogs entry.
      Specified by:
      setStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserId - the status by user ID of this blogs entry
    • getStatusByUserUuid

      String getStatusByUserUuid()
      Returns the status by user uuid of this blogs entry.
      Specified by:
      getStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user uuid of this blogs entry
    • setStatusByUserUuid

      void setStatusByUserUuid(String statusByUserUuid)
      Sets the status by user uuid of this blogs entry.
      Specified by:
      setStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserUuid - the status by user uuid of this blogs entry
    • getStatusByUserName

      @AutoEscape String getStatusByUserName()
      Returns the status by user name of this blogs entry.
      Specified by:
      getStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status by user name of this blogs entry
    • setStatusByUserName

      void setStatusByUserName(String statusByUserName)
      Sets the status by user name of this blogs entry.
      Specified by:
      setStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusByUserName - the status by user name of this blogs entry
    • getStatusDate

      Date getStatusDate()
      Returns the status date of this blogs entry.
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this blogs entry
    • setStatusDate

      void setStatusDate(Date statusDate)
      Sets the status date of this blogs entry.
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this blogs entry
    • getTrashEntryClassPK

      long getTrashEntryClassPK()
      Returns the class primary key of the trash entry for this blogs entry.
      Specified by:
      getTrashEntryClassPK in interface com.liferay.portal.kernel.model.TrashedModel
      Returns:
      the class primary key of the trash entry for this blogs entry
    • isInTrash

      boolean isInTrash()
      Returns true if this blogs entry is in the Recycle Bin.
      Specified by:
      isInTrash in interface com.liferay.portal.kernel.model.TrashedModel
      Returns:
      true if this blogs entry is in the Recycle Bin; false otherwise
    • isApproved

      boolean isApproved()
      Returns true if this blogs entry is approved.
      Specified by:
      isApproved in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is approved; false otherwise
    • isDenied

      boolean isDenied()
      Returns true if this blogs entry is denied.
      Specified by:
      isDenied in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is denied; false otherwise
    • isDraft

      boolean isDraft()
      Returns true if this blogs entry is a draft.
      Specified by:
      isDraft in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is a draft; false otherwise
    • isExpired

      boolean isExpired()
      Returns true if this blogs entry is expired.
      Specified by:
      isExpired in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is expired; false otherwise
    • isInactive

      boolean isInactive()
      Returns true if this blogs entry is inactive.
      Specified by:
      isInactive in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is inactive; false otherwise
    • isIncomplete

      boolean isIncomplete()
      Returns true if this blogs entry is incomplete.
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is incomplete; false otherwise
    • isPending

      boolean isPending()
      Returns true if this blogs entry is pending.
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is pending; false otherwise
    • isScheduled

      boolean isScheduled()
      Returns true if this blogs entry is scheduled.
      Specified by:
      isScheduled in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this blogs entry is scheduled; false otherwise
    • cloneWithOriginalValues

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

      default String toXmlString()