Class JournalArticleWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticle>
com.liferay.journal.model.JournalArticleWrapper
All Implemented Interfaces:
JournalArticle, JournalArticleModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<JournalArticle>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ModelWrapper<JournalArticle>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ResourcedModel, 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.TreeModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.portal.kernel.model.WorkflowedModel, Serializable, Cloneable, Comparable<JournalArticle>

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

This class is a wrapper for JournalArticle.

See Also:
Generated:
  • Constructor Details

    • JournalArticleWrapper

      public JournalArticleWrapper(JournalArticle journalArticle)
  • Method Details

    • getModelAttributes

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

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

      public com.liferay.portal.kernel.repository.model.Folder addImagesFolder() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addImagesFolder in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • buildTreePath

      public String buildTreePath() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      buildTreePath in interface JournalArticle
      Specified by:
      buildTreePath in interface com.liferay.portal.kernel.model.TreeModel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • clone

      public Object clone()
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<JournalArticle>
      Specified by:
      clone in interface JournalArticle
      Specified by:
      clone in interface com.liferay.portal.kernel.model.StagedModel
      Overrides:
      clone in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticle>
    • cloneWithOriginalValues

      public JournalArticle cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<JournalArticle>
      Specified by:
      cloneWithOriginalValues in interface JournalArticleModel
    • getArticleId

      public String getArticleId()
      Returns the article ID of this journal article.
      Specified by:
      getArticleId in interface JournalArticleModel
      Returns:
      the article ID of this journal article
    • getArticleImageURL

      public String getArticleImageURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
      Specified by:
      getArticleImageURL in interface JournalArticle
    • getArticleResource

      public JournalArticleResource getArticleResource() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getArticleResource in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getArticleResourceUuid

      public String getArticleResourceUuid() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getArticleResourceUuid in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface JournalArticle
    • getClassName

      public String getClassName()
      Returns the fully qualified class name of this journal article.
      Specified by:
      getClassName in interface JournalArticleModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this journal article
    • getClassNameId

      public long getClassNameId()
      Returns the class name ID of this journal article.
      Specified by:
      getClassNameId in interface JournalArticleModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this journal article
    • getClassPK

      public long getClassPK()
      Returns the class pk of this journal article.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface JournalArticleModel
      Returns:
      the class pk of this journal article
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this journal article.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface JournalArticleModel
      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 article
    • getContent

      public String getContent()
      Specified by:
      getContent in interface JournalArticle
    • getContentByLocale

      public String getContentByLocale(String languageId)
      Specified by:
      getContentByLocale in interface JournalArticle
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this journal article.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface JournalArticleModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this journal article
    • getCtCollectionId

      public long getCtCollectionId()
      Returns the ct collection ID of this journal article.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>
      Specified by:
      getCtCollectionId in interface JournalArticleModel
      Returns:
      the ct collection ID of this journal article
    • getDDMFormValues

      public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues()
      Specified by:
      getDDMFormValues in interface JournalArticle
    • getDDMFormValues

      public com.liferay.dynamic.data.mapping.storage.DDMFormValues getDDMFormValues(boolean addMissingDDMFormFieldValues)
      Specified by:
      getDDMFormValues in interface JournalArticle
    • getDDMStructure

      public com.liferay.dynamic.data.mapping.model.DDMStructure getDDMStructure()
      Specified by:
      getDDMStructure in interface JournalArticle
    • getDDMStructureId

      public long getDDMStructureId()
      Returns the ddm structure ID of this journal article.
      Specified by:
      getDDMStructureId in interface JournalArticleModel
      Returns:
      the ddm structure ID of this journal article
    • getDDMStructureKey

      public String getDDMStructureKey()
      Specified by:
      getDDMStructureKey in interface JournalArticle
    • getDDMTemplate

      public com.liferay.dynamic.data.mapping.model.DDMTemplate getDDMTemplate()
      Specified by:
      getDDMTemplate in interface JournalArticle
    • getDDMTemplateKey

      public String getDDMTemplateKey()
      Returns the ddm template key of this journal article.
      Specified by:
      getDDMTemplateKey in interface JournalArticleModel
      Returns:
      the ddm template key of this journal article
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Returns the default language ID of this journal article.
      Specified by:
      getDefaultLanguageId in interface JournalArticleModel
      Returns:
      the default language ID of this journal article
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface JournalArticle
    • getDescription

      public String getDescription(Locale locale)
      Specified by:
      getDescription in interface JournalArticle
    • getDescription

      public String getDescription(Locale locale, boolean useDefault)
      Specified by:
      getDescription in interface JournalArticle
    • getDescription

      public String getDescription(String languageId)
      Specified by:
      getDescription in interface JournalArticle
    • getDescription

      public String getDescription(String languageId, boolean useDefault)
      Specified by:
      getDescription in interface JournalArticle
    • getDescriptionCurrentValue

      public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface JournalArticle
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Specified by:
      getDescriptionMap in interface JournalArticle
    • getDescriptionMapAsXML

      public String getDescriptionMapAsXML()
      Specified by:
      getDescriptionMapAsXML in interface JournalArticle
    • getDisplayDate

      public Date getDisplayDate()
      Returns the display date of this journal article.
      Specified by:
      getDisplayDate in interface JournalArticleModel
      Returns:
      the display date of this journal article
    • getDocument

      public com.liferay.portal.kernel.xml.Document getDocument()
      Specified by:
      getDocument in interface JournalArticle
    • getDocumentByLocale

      public com.liferay.portal.kernel.xml.Document getDocumentByLocale(String languageId)
      Specified by:
      getDocumentByLocale in interface JournalArticle
    • getExpirationDate

      public Date getExpirationDate()
      Returns the expiration date of this journal article.
      Specified by:
      getExpirationDate in interface JournalArticleModel
      Returns:
      the expiration date of this journal article
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this journal article.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Specified by:
      getExternalReferenceCode in interface JournalArticleModel
      Returns:
      the external reference code of this journal article
    • getFolder

      public JournalFolder getFolder() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFolder in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFolderId

      public long getFolderId()
      Returns the folder ID of this journal article.
      Specified by:
      getFolderId in interface JournalArticleModel
      Returns:
      the folder ID of this journal article
    • getFriendlyURLMap

      public Map<Locale,String> getFriendlyURLMap() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFriendlyURLMap in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFriendlyURLsXML

      public String getFriendlyURLsXML() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFriendlyURLsXML in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupId

      public long getGroupId()
      Returns the group ID of this journal article.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      getGroupId in interface JournalArticleModel
      Returns:
      the group ID of this journal article
    • getId

      public long getId()
      Returns the ID of this journal article.
      Specified by:
      getId in interface JournalArticleModel
      Returns:
      the ID of this journal article
    • getImagesFileEntries

      public List<com.liferay.portal.kernel.repository.model.FileEntry> getImagesFileEntries() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getImagesFileEntries in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getImagesFileEntries

      public List<com.liferay.portal.kernel.repository.model.FileEntry> getImagesFileEntries(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getImagesFileEntries in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getImagesFileEntries

      public List<com.liferay.portal.kernel.repository.model.FileEntry> getImagesFileEntries(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.repository.model.FileEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getImagesFileEntries in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getImagesFileEntriesCount

      public int getImagesFileEntriesCount() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getImagesFileEntriesCount in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getImagesFolderId

      public long getImagesFolderId()
      Specified by:
      getImagesFolderId in interface JournalArticle
    • getIndexable

      public boolean getIndexable()
      Returns the indexable of this journal article.
      Specified by:
      getIndexable in interface JournalArticleModel
      Returns:
      the indexable of this journal article
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this journal article.
      Specified by:
      getLastPublishDate in interface JournalArticleModel
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this journal article
    • getLayout

      public com.liferay.portal.kernel.model.Layout getLayout()
      Specified by:
      getLayout in interface JournalArticle
    • getLayoutUuid

      public String getLayoutUuid()
      Returns the layout uuid of this journal article.
      Specified by:
      getLayoutUuid in interface JournalArticleModel
      Returns:
      the layout uuid of this journal article
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this journal article.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface JournalArticleModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this journal article
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this journal article.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>
      Specified by:
      getPrimaryKey in interface JournalArticleModel
      Returns:
      the primary key of this journal article
    • getResourcePrimKey

      public long getResourcePrimKey()
      Returns the resource prim key of this journal article.
      Specified by:
      getResourcePrimKey in interface JournalArticleModel
      Specified by:
      getResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Returns:
      the resource prim key of this journal article
    • getReviewDate

      public Date getReviewDate()
      Returns the review date of this journal article.
      Specified by:
      getReviewDate in interface JournalArticleModel
      Returns:
      the review date of this journal article
    • getSmallImage

      public boolean getSmallImage()
      Returns the small image of this journal article.
      Specified by:
      getSmallImage in interface JournalArticleModel
      Returns:
      the small image of this journal article
    • getSmallImageId

      public long getSmallImageId()
      Returns the small image ID of this journal article.
      Specified by:
      getSmallImageId in interface JournalArticleModel
      Returns:
      the small image ID of this journal article
    • getSmallImageSource

      public int getSmallImageSource()
      Returns the small image source of this journal article.
      Specified by:
      getSmallImageSource in interface JournalArticleModel
      Returns:
      the small image source of this journal article
    • getSmallImageType

      public String getSmallImageType() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getSmallImageType in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getSmallImageURL

      public String getSmallImageURL()
      Returns the small image url of this journal article.
      Specified by:
      getSmallImageURL in interface JournalArticleModel
      Returns:
      the small image url of this journal article
    • getStatus

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

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

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

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

      public Date getStatusDate()
      Returns the status date of this journal article.
      Specified by:
      getStatusDate in interface JournalArticleModel
      Specified by:
      getStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      the status date of this journal article
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface JournalArticle
    • getTitle

      public String getTitle(Locale locale)
      Specified by:
      getTitle in interface JournalArticle
    • getTitle

      public String getTitle(Locale locale, boolean useDefault)
      Specified by:
      getTitle in interface JournalArticle
    • getTitle

      public String getTitle(String languageId)
      Specified by:
      getTitle in interface JournalArticle
    • getTitle

      public String getTitle(String languageId, boolean useDefault)
      Specified by:
      getTitle in interface JournalArticle
    • getTitleCurrentValue

      public String getTitleCurrentValue()
      Specified by:
      getTitleCurrentValue in interface JournalArticle
    • getTitleMap

      public Map<Locale,String> getTitleMap()
      Specified by:
      getTitleMap in interface JournalArticle
    • getTitleMapAsXML

      public String getTitleMapAsXML()
      Specified by:
      getTitleMapAsXML in interface JournalArticle
    • getTrashEntryClassPK

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

      public String getTreePath()
      Returns the tree path of this journal article.
      Specified by:
      getTreePath in interface JournalArticleModel
      Specified by:
      getTreePath in interface com.liferay.portal.kernel.model.TreeModel
      Returns:
      the tree path of this journal article
    • getUrlTitle

      public String getUrlTitle()
      Returns the url title of this journal article.
      Specified by:
      getUrlTitle in interface JournalArticleModel
      Returns:
      the url title of this journal article
    • getUrlTitle

      public String getUrlTitle(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getUrlTitle in interface JournalArticle
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserId

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

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

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

      public String getUuid()
      Returns the uuid of this journal article.
      Specified by:
      getUuid in interface JournalArticleModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this journal article
    • getVersion

      public double getVersion()
      Returns the version of this journal article.
      Specified by:
      getVersion in interface JournalArticleModel
      Returns:
      the version of this journal article
    • hasApprovedVersion

      public boolean hasApprovedVersion()
      Specified by:
      hasApprovedVersion in interface JournalArticle
    • isApproved

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

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

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

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

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

      public boolean isIncomplete()
      Returns true if this journal article is incomplete.
      Specified by:
      isIncomplete in interface JournalArticleModel
      Specified by:
      isIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is incomplete; false otherwise
    • isIndexable

      public boolean isIndexable()
      Returns true if this journal article is indexable.
      Specified by:
      isIndexable in interface JournalArticleModel
      Returns:
      true if this journal article is indexable; false otherwise
    • isInTrash

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

      public boolean isPending()
      Returns true if this journal article is pending.
      Specified by:
      isPending in interface JournalArticleModel
      Specified by:
      isPending in interface com.liferay.portal.kernel.model.WorkflowedModel
      Returns:
      true if this journal article is pending; false otherwise
    • isResourceMain

      public boolean isResourceMain()
      Specified by:
      isResourceMain in interface JournalArticleModel
      Specified by:
      isResourceMain in interface com.liferay.portal.kernel.model.ResourcedModel
    • isScheduled

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

      public boolean isSmallImage()
      Returns true if this journal article is small image.
      Specified by:
      isSmallImage in interface JournalArticleModel
      Returns:
      true if this journal article is small image; false otherwise
    • persist

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

      public void setArticleId(String articleId)
      Sets the article ID of this journal article.
      Specified by:
      setArticleId in interface JournalArticleModel
      Parameters:
      articleId - the article ID of this journal article
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface JournalArticleModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Sets the class name ID of this journal article.
      Specified by:
      setClassNameId in interface JournalArticleModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this journal article
    • setClassPK

      public void setClassPK(long classPK)
      Sets the class pk of this journal article.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface JournalArticleModel
      Parameters:
      classPK - the class pk of this journal article
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this journal article.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface JournalArticleModel
      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 article
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this journal article.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface JournalArticleModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this journal article
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this journal article.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>
      Specified by:
      setCtCollectionId in interface JournalArticleModel
      Parameters:
      ctCollectionId - the ct collection ID of this journal article
    • setDDMStructureId

      public void setDDMStructureId(long DDMStructureId)
      Sets the ddm structure ID of this journal article.
      Specified by:
      setDDMStructureId in interface JournalArticleModel
      Parameters:
      DDMStructureId - the ddm structure ID of this journal article
    • setDDMTemplateKey

      public void setDDMTemplateKey(String DDMTemplateKey)
      Sets the ddm template key of this journal article.
      Specified by:
      setDDMTemplateKey in interface JournalArticleModel
      Parameters:
      DDMTemplateKey - the ddm template key of this journal article
    • setDefaultLanguageId

      public void setDefaultLanguageId(String defaultLanguageId)
      Sets the default language ID of this journal article.
      Specified by:
      setDefaultLanguageId in interface JournalArticleModel
      Parameters:
      defaultLanguageId - the default language ID of this journal article
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Specified by:
      setDescriptionMap in interface JournalArticle
    • setDisplayDate

      public void setDisplayDate(Date displayDate)
      Sets the display date of this journal article.
      Specified by:
      setDisplayDate in interface JournalArticleModel
      Parameters:
      displayDate - the display date of this journal article
    • setDocument

      public void setDocument(com.liferay.portal.kernel.xml.Document document)
      Specified by:
      setDocument in interface JournalArticle
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
      Sets the expiration date of this journal article.
      Specified by:
      setExpirationDate in interface JournalArticleModel
      Parameters:
      expirationDate - the expiration date of this journal article
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this journal article.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Specified by:
      setExternalReferenceCode in interface JournalArticleModel
      Parameters:
      externalReferenceCode - the external reference code of this journal article
    • setFolderId

      public void setFolderId(long folderId)
      Sets the folder ID of this journal article.
      Specified by:
      setFolderId in interface JournalArticleModel
      Parameters:
      folderId - the folder ID of this journal article
    • setGroupId

      public void setGroupId(long groupId)
      Sets the group ID of this journal article.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Specified by:
      setGroupId in interface JournalArticleModel
      Parameters:
      groupId - the group ID of this journal article
    • setId

      public void setId(long id)
      Sets the ID of this journal article.
      Specified by:
      setId in interface JournalArticleModel
      Parameters:
      id - the ID of this journal article
    • setImagesFolderId

      public void setImagesFolderId(long imagesFolderId)
      Specified by:
      setImagesFolderId in interface JournalArticle
    • setIndexable

      public void setIndexable(boolean indexable)
      Sets whether this journal article is indexable.
      Specified by:
      setIndexable in interface JournalArticleModel
      Parameters:
      indexable - the indexable of this journal article
    • setLastPublishDate

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

      public void setLayoutUuid(String layoutUuid)
      Sets the layout uuid of this journal article.
      Specified by:
      setLayoutUuid in interface JournalArticleModel
      Parameters:
      layoutUuid - the layout uuid of this journal article
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this journal article.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface JournalArticleModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this journal article
    • setMvccVersion

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

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this journal article.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<JournalArticle>
      Specified by:
      setPrimaryKey in interface JournalArticleModel
      Parameters:
      primaryKey - the primary key of this journal article
    • setResourcePrimKey

      public void setResourcePrimKey(long resourcePrimKey)
      Sets the resource prim key of this journal article.
      Specified by:
      setResourcePrimKey in interface JournalArticleModel
      Specified by:
      setResourcePrimKey in interface com.liferay.portal.kernel.model.ResourcedModel
      Parameters:
      resourcePrimKey - the resource prim key of this journal article
    • setReviewDate

      public void setReviewDate(Date reviewDate)
      Sets the review date of this journal article.
      Specified by:
      setReviewDate in interface JournalArticleModel
      Parameters:
      reviewDate - the review date of this journal article
    • setSmallImage

      public void setSmallImage(boolean smallImage)
      Sets whether this journal article is small image.
      Specified by:
      setSmallImage in interface JournalArticleModel
      Parameters:
      smallImage - the small image of this journal article
    • setSmallImageId

      public void setSmallImageId(long smallImageId)
      Sets the small image ID of this journal article.
      Specified by:
      setSmallImageId in interface JournalArticleModel
      Parameters:
      smallImageId - the small image ID of this journal article
    • setSmallImageSource

      public void setSmallImageSource(int smallImageSource)
      Sets the small image source of this journal article.
      Specified by:
      setSmallImageSource in interface JournalArticleModel
      Parameters:
      smallImageSource - the small image source of this journal article
    • setSmallImageType

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

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

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

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

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

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

      public void setStatusDate(Date statusDate)
      Sets the status date of this journal article.
      Specified by:
      setStatusDate in interface JournalArticleModel
      Specified by:
      setStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModel
      Parameters:
      statusDate - the status date of this journal article
    • setTitleMap

      public void setTitleMap(Map<Locale,String> titleMap)
      Specified by:
      setTitleMap in interface JournalArticle
    • setTreePath

      public void setTreePath(String treePath)
      Sets the tree path of this journal article.
      Specified by:
      setTreePath in interface JournalArticleModel
      Parameters:
      treePath - the tree path of this journal article
    • setUrlTitle

      public void setUrlTitle(String urlTitle)
      Sets the url title of this journal article.
      Specified by:
      setUrlTitle in interface JournalArticleModel
      Parameters:
      urlTitle - the url title of this journal article
    • setUserId

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

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

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

      public void setUuid(String uuid)
      Sets the uuid of this journal article.
      Specified by:
      setUuid in interface JournalArticleModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this journal article
    • setVersion

      public void setVersion(double version)
      Sets the version of this journal article.
      Specified by:
      setVersion in interface JournalArticleModel
      Parameters:
      version - the version of this journal article
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface JournalArticleModel
    • updateTreePath

      public void updateTreePath(String treePath)
      Specified by:
      updateTreePath in interface com.liferay.portal.kernel.model.TreeModel
    • getAttributeGetterFunctions

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

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

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

      protected JournalArticleWrapper wrap(JournalArticle journalArticle)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<JournalArticle>