Uses of Class
io.goobi.viewer.model.bookmark.Bookmark
Packages that use Bookmark
Package
Description
-
Uses of Bookmark in io.goobi.viewer.api.rest.v1.bookmarks
Methods in io.goobi.viewer.api.rest.v1.bookmarks that return BookmarkMethods in io.goobi.viewer.api.rest.v1.bookmarks with parameters of type Bookmark -
Uses of Bookmark in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return BookmarkModifier and TypeMethodDescriptionBookmarkBean.getCurrentBookmark()Getter for the fieldcurrentBookmark.Methods in io.goobi.viewer.managedbeans with parameters of type BookmarkModifier and TypeMethodDescriptionvoidBookmarkBean.deleteCurrentItemAction(Bookmark bookmark) Removes the currently selected Bookmark from the currently selected BookmarkList.voidBookmarkBean.setCurrentBookmark(Bookmark currentBookmark) Setter for the fieldcurrentBookmark. -
Uses of Bookmark in io.goobi.viewer.model.bookmark
Methods in io.goobi.viewer.model.bookmark that return types with arguments of type BookmarkMethods in io.goobi.viewer.model.bookmark with parameters of type BookmarkModifier and TypeMethodDescriptionbooleanadd bookshelf to list and savebooleanSessionStoreBookmarkManager.addToBookmarkList(Bookmark item, jakarta.servlet.http.HttpSession session) Adds the given item to the session bookmark list, creating a new bookmark list if requiredbooleanSessionStoreBookmarkManager.isInBookmarkList(Bookmark item, jakarta.servlet.http.HttpSession session) isInBookmarkList.booleanSessionStoreBookmarkManager.removeFromBookself(Bookmark item, jakarta.servlet.http.HttpSession session) Remove the given item (or one with identical pi, logId and order) from the session bookmark list if it exists If no session bookmark list exists, it doesn't contain the item or the item could not be removed for some other reason, false is returnedbooleanBookmarkList.removeItem(Bookmark item) remove bookshelf from list and saveMethod parameters in io.goobi.viewer.model.bookmark with type arguments of type Bookmark -
Uses of Bookmark in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user with parameters of type BookmarkModifier and TypeMethodDescriptionstatic UserActivityUserActivity.getFromBookmark(Bookmark bookmark)