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 TypeMethodDescriptionvoid
BookmarkBean.deleteCurrentItemAction
(Bookmark bookmark) Removes the currently selected Bookmark from the currently selected BookmarkList.void
BookmarkBean.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 TypeMethodDescriptionboolean
add bookshelf to list and saveboolean
SessionStoreBookmarkManager.addToBookmarkList
(Bookmark item, jakarta.servlet.http.HttpSession session) Adds the given item to the session bookmark list, creating a new bookmark list if requiredboolean
SessionStoreBookmarkManager.isInBookmarkList
(Bookmark item, jakarta.servlet.http.HttpSession session) isInBookmarkList.boolean
SessionStoreBookmarkManager.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 returnedboolean
BookmarkList.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 UserActivity
UserActivity.getFromBookmark
(Bookmark bookmark)