Interface KBFolder

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KBFolder>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KBFolder>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<KBFolder>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, KBFolderModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, 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:
KBFolderWrapper

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

    • KB_FOLDER_ID_ACCESSOR

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

    • getAncestorKBFolderIds

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

      List<KBFolder> getAncestorKBFolders() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getClassNameId

      long getClassNameId()
    • getParentKBFolder

      KBFolder getParentKBFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentTitle

      String getParentTitle(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isEmpty

      boolean isEmpty() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isRoot

      boolean isRoot()