Interface BookmarksFolder

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BookmarksFolder>, BookmarksFolderModel, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BookmarksFolder>, com.liferay.portal.kernel.model.ContainerModel, com.liferay.portal.kernel.model.change.tracking.CTModel<BookmarksFolder>, com.liferay.portal.kernel.model.GroupedModel, 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.TreeModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
BookmarksFolderWrapper

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

    • FOLDER_ID_ACCESSOR

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

    • getAncestorFolderIds

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

      List<BookmarksFolder> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentFolder

      BookmarksFolder getParentFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isRoot

      boolean isRoot()