Interface KBArticle

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KBArticle>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KBArticle>, com.liferay.portal.kernel.model.change.tracking.CTModel<KBArticle>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, KBArticleModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ResourcedModel, 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 Implementing Classes:
KBArticleWrapper

@ProviderType public interface KBArticle extends KBArticleModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the KBArticle service. Represents a row in the "KBArticle" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • KB_ARTICLE_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<KBArticle,Long> KB_ARTICLE_ID_ACCESSOR
  • Method Details

    • buildTreePath

      String buildTreePath() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
      See Also:
      • com.liferay.portal.model.impl.OrganizationBaseImpl#buildTreePath()
    • getAncestorKBArticles

      List<KBArticle> getAncestorKBArticles() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAncestorResourcePrimaryKeys

      List<Long> getAncestorResourcePrimaryKeys() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntries

      List<com.liferay.portal.kernel.repository.model.FileEntry> getAttachmentsFileEntries() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFileEntryByExternalReferenceCode

      com.liferay.portal.kernel.repository.model.FileEntry getAttachmentsFileEntryByExternalReferenceCode(String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentsFolderId

      long getAttachmentsFolderId() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassNameId

      long getClassNameId()
    • getClassPK

      long getClassPK()
    • getParentKBArticle

      KBArticle getParentKBArticle() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentTitle

      String getParentTitle(Locale locale, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getViewCount

      long getViewCount()
    • hasParentKBArticle

      boolean hasParentKBArticle()
    • isFirstVersion

      boolean isFirstVersion()
    • isRoot

      boolean isRoot()