Class BlogsEntryWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BlogsEntry>
com.liferay.blogs.model.BlogsEntryWrapper
All Implemented Interfaces:
BlogsEntry, BlogsEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BlogsEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<BlogsEntry>, 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, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<BlogsEntry>

public class BlogsEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BlogsEntry> implements BlogsEntry, com.liferay.portal.kernel.model.ModelWrapper<BlogsEntry>

This class is a wrapper for BlogsEntry.

See Also:
Generated:
  • Constructor Details

    • BlogsEntryWrapper

      public BlogsEntryWrapper(BlogsEntry blogsEntry)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>
    • cloneWithOriginalValues

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

      public boolean getAllowPingbacks()
      Returns the allow pingbacks of this blogs entry.
      Specified by:
      getAllowPingbacks in interface BlogsEntryModel
      Returns:
      the allow pingbacks of this blogs entry
    • getAllowTrackbacks

      public boolean getAllowTrackbacks()
      Returns the allow trackbacks of this blogs entry.
      Specified by:
      getAllowTrackbacks in interface BlogsEntryModel
      Returns:
      the allow trackbacks of this blogs entry
    • getCompanyId

      public 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 BlogsEntryModel
      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
    • getContent

      public String getContent()
      Returns the content of this blogs entry.
      Specified by:
      getContent in interface BlogsEntryModel
      Returns:
      the content of this blogs entry
    • getCoverImageAlt

      public String getCoverImageAlt() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCoverImageAlt in interface BlogsEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCoverImageCaption

      public String getCoverImageCaption()
      Returns the cover image caption of this blogs entry.
      Specified by:
      getCoverImageCaption in interface BlogsEntryModel
      Returns:
      the cover image caption of this blogs entry
    • getCoverImageFileEntryId

      public long getCoverImageFileEntryId()
      Returns the cover image file entry ID of this blogs entry.
      Specified by:
      getCoverImageFileEntryId in interface BlogsEntryModel
      Returns:
      the cover image file entry ID of this blogs entry
    • getCoverImageURL

      public String getCoverImageURL()
      Returns the cover image url of this blogs entry.
      Specified by:
      getCoverImageURL in interface BlogsEntryModel
      Returns:
      the cover image url of this blogs entry
    • getCoverImageURL

      public String getCoverImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getCoverImageURL in interface BlogsEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCreateDate

      public 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 BlogsEntryModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this blogs entry
    • getCtCollectionId

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

      public String getDescription()
      Returns the description of this blogs entry.
      Specified by:
      getDescription in interface BlogsEntryModel
      Returns:
      the description of this blogs entry
    • getDisplayDate

      public Date getDisplayDate()
      Returns the display date of this blogs entry.
      Specified by:
      getDisplayDate in interface BlogsEntryModel
      Returns:
      the display date of this blogs entry
    • getEntryId

      public long getEntryId()
      Returns the entry ID of this blogs entry.
      Specified by:
      getEntryId in interface BlogsEntryModel
      Returns:
      the entry ID of this blogs entry
    • getExternalReferenceCode

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

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

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

      public 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 BlogsEntryModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this blogs entry
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this blogs entry.
      Specified by:
      getPrimaryKey in interface BlogsEntryModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<BlogsEntry>
      Returns:
      the primary key of this blogs entry
    • getSmallImage

      public boolean getSmallImage()
      Returns the small image of this blogs entry.
      Specified by:
      getSmallImage in interface BlogsEntryModel
      Returns:
      the small image of this blogs entry
    • getSmallImageAlt

      public String getSmallImageAlt() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSmallImageAlt in interface BlogsEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSmallImageFileEntryId

      public long getSmallImageFileEntryId()
      Returns the small image file entry ID of this blogs entry.
      Specified by:
      getSmallImageFileEntryId in interface BlogsEntryModel
      Returns:
      the small image file entry ID of this blogs entry
    • getSmallImageId

      public long getSmallImageId()
      Returns the small image ID of this blogs entry.
      Specified by:
      getSmallImageId in interface BlogsEntryModel
      Returns:
      the small image ID of this blogs entry
    • getSmallImageURL

      public String getSmallImageURL()
      Returns the small image url of this blogs entry.
      Specified by:
      getSmallImageURL in interface BlogsEntryModel
      Returns:
      the small image url of this blogs entry
    • getSmallImageURL

      public String getSmallImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSmallImageURL in interface BlogsEntry
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStatus

      public int getStatus()
      Returns the status of this blogs entry.
      Specified by:
      getStatus in interface BlogsEntryModel
      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
    • getStatusByUserId

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

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

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

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

      public String getSubtitle()
      Returns the subtitle of this blogs entry.
      Specified by:
      getSubtitle in interface BlogsEntryModel
      Returns:
      the subtitle of this blogs entry
    • getTitle

      public String getTitle()
      Returns the title of this blogs entry.
      Specified by:
      getTitle in interface BlogsEntryModel
      Returns:
      the title of this blogs entry
    • getTrackbacks

      public String getTrackbacks()
      Returns the trackbacks of this blogs entry.
      Specified by:
      getTrackbacks in interface BlogsEntryModel
      Returns:
      the trackbacks of this blogs entry
    • getTrashEntryClassPK

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

      public String getUrlTitle()
      Returns the url title of this blogs entry.
      Specified by:
      getUrlTitle in interface BlogsEntryModel
      Returns:
      the url title of this blogs entry
    • getUserId

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

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

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

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

      public boolean isAllowPingbacks()
      Returns true if this blogs entry is allow pingbacks.
      Specified by:
      isAllowPingbacks in interface BlogsEntryModel
      Returns:
      true if this blogs entry is allow pingbacks; false otherwise
    • isAllowTrackbacks

      public boolean isAllowTrackbacks()
      Returns true if this blogs entry is allow trackbacks.
      Specified by:
      isAllowTrackbacks in interface BlogsEntryModel
      Returns:
      true if this blogs entry is allow trackbacks; false otherwise
    • isApproved

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

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

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

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

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

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

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

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

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

      public boolean isSmallImage()
      Returns true if this blogs entry is small image.
      Specified by:
      isSmallImage in interface BlogsEntryModel
      Returns:
      true if this blogs entry is small image; false otherwise
    • isVisible

      public boolean isVisible()
      Specified by:
      isVisible in interface BlogsEntry
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAllowPingbacks

      public void setAllowPingbacks(boolean allowPingbacks)
      Sets whether this blogs entry is allow pingbacks.
      Specified by:
      setAllowPingbacks in interface BlogsEntryModel
      Parameters:
      allowPingbacks - the allow pingbacks of this blogs entry
    • setAllowTrackbacks

      public void setAllowTrackbacks(boolean allowTrackbacks)
      Sets whether this blogs entry is allow trackbacks.
      Specified by:
      setAllowTrackbacks in interface BlogsEntryModel
      Parameters:
      allowTrackbacks - the allow trackbacks of this blogs entry
    • setCompanyId

      public 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 BlogsEntryModel
      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
    • setContent

      public void setContent(String content)
      Sets the content of this blogs entry.
      Specified by:
      setContent in interface BlogsEntryModel
      Parameters:
      content - the content of this blogs entry
    • setCoverImageCaption

      public void setCoverImageCaption(String coverImageCaption)
      Sets the cover image caption of this blogs entry.
      Specified by:
      setCoverImageCaption in interface BlogsEntryModel
      Parameters:
      coverImageCaption - the cover image caption of this blogs entry
    • setCoverImageFileEntryId

      public void setCoverImageFileEntryId(long coverImageFileEntryId)
      Sets the cover image file entry ID of this blogs entry.
      Specified by:
      setCoverImageFileEntryId in interface BlogsEntryModel
      Parameters:
      coverImageFileEntryId - the cover image file entry ID of this blogs entry
    • setCoverImageURL

      public void setCoverImageURL(String coverImageURL)
      Sets the cover image url of this blogs entry.
      Specified by:
      setCoverImageURL in interface BlogsEntryModel
      Parameters:
      coverImageURL - the cover image url of this blogs entry
    • setCreateDate

      public 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 BlogsEntryModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this blogs entry
    • setCtCollectionId

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

      public void setDescription(String description)
      Sets the description of this blogs entry.
      Specified by:
      setDescription in interface BlogsEntryModel
      Parameters:
      description - the description of this blogs entry
    • setDisplayDate

      public void setDisplayDate(Date displayDate)
      Sets the display date of this blogs entry.
      Specified by:
      setDisplayDate in interface BlogsEntryModel
      Parameters:
      displayDate - the display date of this blogs entry
    • setEntryId

      public void setEntryId(long entryId)
      Sets the entry ID of this blogs entry.
      Specified by:
      setEntryId in interface BlogsEntryModel
      Parameters:
      entryId - the entry ID of this blogs entry
    • setExternalReferenceCode

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

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

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

      public 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 BlogsEntryModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this blogs entry
    • setMvccVersion

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

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

      public void setSmallImage(boolean smallImage)
      Sets whether this blogs entry is small image.
      Specified by:
      setSmallImage in interface BlogsEntryModel
      Parameters:
      smallImage - the small image of this blogs entry
    • setSmallImageFileEntryId

      public void setSmallImageFileEntryId(long smallImageFileEntryId)
      Sets the small image file entry ID of this blogs entry.
      Specified by:
      setSmallImageFileEntryId in interface BlogsEntryModel
      Parameters:
      smallImageFileEntryId - the small image file entry ID of this blogs entry
    • setSmallImageId

      public void setSmallImageId(long smallImageId)
      Sets the small image ID of this blogs entry.
      Specified by:
      setSmallImageId in interface BlogsEntryModel
      Parameters:
      smallImageId - the small image ID of this blogs entry
    • setSmallImageType

      public void setSmallImageType(String smallImageType)
      Specified by:
      setSmallImageType in interface BlogsEntry
    • setSmallImageURL

      public void setSmallImageURL(String smallImageURL)
      Sets the small image url of this blogs entry.
      Specified by:
      setSmallImageURL in interface BlogsEntryModel
      Parameters:
      smallImageURL - the small image url of this blogs entry
    • setStatus

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

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

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

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

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

      public void setSubtitle(String subtitle)
      Sets the subtitle of this blogs entry.
      Specified by:
      setSubtitle in interface BlogsEntryModel
      Parameters:
      subtitle - the subtitle of this blogs entry
    • setTitle

      public void setTitle(String title)
      Sets the title of this blogs entry.
      Specified by:
      setTitle in interface BlogsEntryModel
      Parameters:
      title - the title of this blogs entry
    • setTrackbacks

      public void setTrackbacks(String trackbacks)
      Sets the trackbacks of this blogs entry.
      Specified by:
      setTrackbacks in interface BlogsEntryModel
      Parameters:
      trackbacks - the trackbacks of this blogs entry
    • setUrlTitle

      public void setUrlTitle(String urlTitle)
      Sets the url title of this blogs entry.
      Specified by:
      setUrlTitle in interface BlogsEntryModel
      Parameters:
      urlTitle - the url title of this blogs entry
    • setUserId

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

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

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

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

      public String toXmlString()
      Specified by:
      toXmlString in interface BlogsEntryModel
    • getAttributeGetterFunctions

      public Map<String,Function<BlogsEntry,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<BlogsEntry,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<BlogsEntry>
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected BlogsEntryWrapper wrap(BlogsEntry blogsEntry)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BlogsEntry>