Uses of Class
io.goobi.viewer.model.bookmark.Bookmark
Package
Description
-
Uses of Bookmark in io.goobi.viewer.api.rest.v1.bookmarks
-
Uses of Bookmark in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionBookmarkBean.getCurrentBookmark()
Getter for the fieldcurrentBookmark
.Modifier 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
Modifier and TypeMethodDescriptionboolean
add bookshelf to list and saveboolean
SessionStoreBookmarkManager.addToBookmarkList
(Bookmark item, javax.servlet.http.HttpSession session) Adds the given item to the session bookmark list, creating a new bookmark list if requiredboolean
SessionStoreBookmarkManager.isInBookmarkList
(Bookmark item, javax.servlet.http.HttpSession session) isInBookmarkList.boolean
SessionStoreBookmarkManager.removeFromBookself
(Bookmark item, javax.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 save -
Uses of Bookmark in io.goobi.viewer.model.security.user
Modifier and TypeMethodDescriptionstatic UserActivity
UserActivity.getFromBookmark
(Bookmark bookmark)