Class BookmarkTools

java.lang.Object
io.goobi.viewer.model.bookmark.BookmarkTools

public final class BookmarkTools extends Object
Utility class providing helper methods for bookmark list operations and IIIF collection export.
  • Method Details

    • getBookmarkListsSharedWithUser

      public static List<BookmarkList> getBookmarkListsSharedWithUser(User user) throws DAOException
      getBookmarkListsSharedWithUser.
      Parameters:
      user - a User object.
      Returns:
      a list of bookmark lists that have been shared with the given user via their group memberships
      Throws:
      DAOException - if any.