Uses of Class
io.goobi.viewer.model.bookmark.BookmarkList
Packages that use BookmarkList
Package
Description
-
Uses of BookmarkList in io.goobi.viewer.api.rest.resourcebuilders
Methods in io.goobi.viewer.api.rest.resourcebuilders that return BookmarkListModifier and TypeMethodDescriptionabstract BookmarkList
AbstractBookmarkResourceBuilder.getBookmarkListById
(Long id) SessionBookmarkResourceBuilder.getBookmarkListById
(Long id) UserBookmarkResourceBuilder.getBookmarkListById
(Long id) Returns the bookmark list with the given id, provided it is owned by the user or it is public or shared to him.AbstractBookmarkResourceBuilder.getSharedBookmarkList
(String shareKey) SessionBookmarkResourceBuilder.getSharedBookmarkList
(String shareKey) SessionBookmarkResourceBuilder.getUserBookmarkListById
(Long id) Returns the bookmark list with the given id, provided it is owned by the user or it is public or shared to him.Methods in io.goobi.viewer.api.rest.resourcebuilders that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionabstract List
<BookmarkList> AbstractBookmarkResourceBuilder.getAllBookmarkLists()
SessionBookmarkResourceBuilder.getAllBookmarkLists()
Returns the session stored bookmark list, creating a new empty one if needed.UserBookmarkResourceBuilder.getAllBookmarkLists()
Returns all BookmarkList owned by the current user.AbstractBookmarkResourceBuilder.getAllPublicBookmarkLists()
Returns all public bookmark lists.UserBookmarkResourceBuilder.getContainingUserBookmarkLists
(String pi) Returns the bookmark list containing the object with the given pi if is contained in any bookmark list of the current user.UserBookmarkResourceBuilder.getContainingUserBookmarkLists
(String pi, String logId, String pageString) Returns the bookmark list containing the object with the given pi, logid and page number if is contained in any bookmark list of the current user.Methods in io.goobi.viewer.api.rest.resourcebuilders with parameters of type BookmarkListModifier and TypeMethodDescriptionabstract de.intranda.api.iiif.presentation.v2.Collection2
AbstractBookmarkResourceBuilder.createCollection
(BookmarkList list, AbstractApiUrlManager urls) protected de.intranda.api.iiif.presentation.v2.Collection2
AbstractBookmarkResourceBuilder.createCollection
(BookmarkList list, String url) de.intranda.api.iiif.presentation.v2.Collection2
SessionBookmarkResourceBuilder.createCollection
(BookmarkList list, AbstractApiUrlManager urls) de.intranda.api.iiif.presentation.v2.Collection2
UserBookmarkResourceBuilder.createCollection
(BookmarkList list, AbstractApiUrlManager urls) abstract void
AbstractBookmarkResourceBuilder.updateBookmarkList
(BookmarkList orig) void
SessionBookmarkResourceBuilder.updateBookmarkList
(BookmarkList list) void
UserBookmarkResourceBuilder.updateBookmarkList
(BookmarkList bookmarkList) -
Uses of BookmarkList in io.goobi.viewer.api.rest.v1.bookmarks
Methods in io.goobi.viewer.api.rest.v1.bookmarks that return BookmarkListModifier and TypeMethodDescriptionBookmarkResource.addItemToBookmarkList
(Long id, Bookmark item) BookmarkResource.getBookmarkList
(Long id) BookmarkResource.getSharedBookmarkListByKey
(String key) BookmarkResource.patchBookmarkList
(Long id, BookmarkList list) Methods in io.goobi.viewer.api.rest.v1.bookmarks that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionBookmarkResource.getOwnedBookmarkLists()
BookmarkResource.getPublicBookmarkLists()
Methods in io.goobi.viewer.api.rest.v1.bookmarks with parameters of type BookmarkListModifier and TypeMethodDescriptionBookmarkResource.addBookmarkList
(BookmarkList list) BookmarkResource.patchBookmarkList
(Long id, BookmarkList list) -
Uses of BookmarkList in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return BookmarkListModifier and TypeMethodDescriptionIDAO.getBookmarkList
(long id) getBookmarkList.IDAO.getBookmarkList
(String name, User user) getBookmarkList.IDAO.getBookmarkListByShareKey
(String shareKey) getBookmarkListByShareKey.Methods in io.goobi.viewer.dao that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionIDAO.getAllBookmarkLists()
getAllBookmarkLists.IDAO.getBookmarkLists
(User user) getBookmarkLists.IDAO.getPublicBookmarkLists()
getPublicBookmarkLists.Methods in io.goobi.viewer.dao with parameters of type BookmarkListModifier and TypeMethodDescriptionboolean
IDAO.addBookmarkList
(BookmarkList bookmarkList) addBookmarkList.boolean
IDAO.deleteBookmarkList
(BookmarkList bookmarkList) deleteBookmarkList.boolean
IDAO.updateBookmarkList
(BookmarkList bookmarkList) updateBookmarkList. -
Uses of BookmarkList in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return BookmarkListModifier and TypeMethodDescriptionJPADAO.getBookmarkList
(long id) getBookmarkList.JPADAO.getBookmarkList
(String name, User user) getBookmarkList.JPADAO.getBookmarkListByShareKey
(String shareKey) getBookmarkListByShareKey.Methods in io.goobi.viewer.dao.impl that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionJPADAO.getAllBookmarkLists()
getAllBookmarkLists.JPADAO.getBookmarkLists
(User user) getBookmarkLists.JPADAO.getPublicBookmarkLists()
getPublicBookmarkLists.Methods in io.goobi.viewer.dao.impl with parameters of type BookmarkListModifier and TypeMethodDescriptionboolean
JPADAO.addBookmarkList
(BookmarkList bookmarkList) addBookmarkList.boolean
JPADAO.deleteBookmarkList
(BookmarkList bookmarkList) deleteBookmarkList.boolean
JPADAO.updateBookmarkList
(BookmarkList bookmarkList) updateBookmarkList. -
Uses of BookmarkList in io.goobi.viewer.faces.converters
Methods in io.goobi.viewer.faces.converters that return BookmarkListModifier and TypeMethodDescriptionfinal BookmarkList
BookshelfConverter.getAsObject
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value) Methods in io.goobi.viewer.faces.converters with parameters of type BookmarkListModifier and TypeMethodDescriptionfinal String
BookshelfConverter.getAsString
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, BookmarkList user) -
Uses of BookmarkList in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return BookmarkListModifier and TypeMethodDescriptionBookmarkBean.getCurrentBookmarkList()
Getter for the fieldcurrentBookmarkList
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionBookmarkBean.getBookmarkLists()
Returns a list of all existing bookmark lists owned by current userBookmarkBean.getBookmarkListsForUser
(User user) getBookmarkListsForUser.UserDataBean.getBookmarkListsForUser
(User user, int numEntries) getBookmarkListsForUser.static List
<BookmarkList> BookmarkBean.getBookmarkListsSharedWithUser
(User user) getBookmarkListsSharedWithUser.BookmarkBean.getPublicBookmarkLists()
Returns a list of all existing bookmark list that are marked public.Methods in io.goobi.viewer.managedbeans with parameters of type BookmarkListModifier and TypeMethodDescriptionBookmarkBean.editBookmarkListAction
(BookmarkList bookmarkList) editBookmarkListAction.BookmarkBean.getShareLink
(BookmarkList bookmarkList) getShareLink.void
BookmarkBean.resetShareLink
(BookmarkList bookmarkList) void
BookmarkBean.setCurrentBookmarkList
(BookmarkList currentBookmarkList) Setter for the fieldcurrentBookmarkList
.void
BookmarkBean.setPublic
(BookmarkList bookmarkList, boolean isPublic) BookmarkBean.viewBookmarkListAction
(BookmarkList bookmarkList) viewBookmarkListAction. -
Uses of BookmarkList in io.goobi.viewer.model.bookmark
Methods in io.goobi.viewer.model.bookmark that return BookmarkListModifier and TypeMethodDescriptionSessionStoreBookmarkManager.createBookmarkList
(jakarta.servlet.http.HttpSession session) Create a new BookmarkList and store it in the session store in the attribute "bookmarkList"Bookmark.getBookmarkList()
Getter for the fieldbookmarkList
.SessionStoreBookmarkManager.getOrCreateBookmarkList
(jakarta.servlet.http.HttpSession session) Gets the bookmark list stored in the session.Methods in io.goobi.viewer.model.bookmark that return types with arguments of type BookmarkListModifier and TypeMethodDescriptionSessionStoreBookmarkManager.getBookmarkList
(jakarta.servlet.http.HttpSession session) getBookmarkList.static List
<BookmarkList> BookmarkTools.getBookmarkListsSharedWithUser
(User user) getBookmarkListsSharedWithUser.Methods in io.goobi.viewer.model.bookmark with parameters of type BookmarkListModifier and TypeMethodDescriptionint
BookmarkList.compareTo
(BookmarkList o) Descending order by dateUpdated.static String
SessionStoreBookmarkManager.generateBookmarkListInfo
(String text, String itemText, String emptyListText, BookmarkList bookmarkList) This embedds the bookmark list items within a text, to be used in autogenerated mails describing the bookmark list The parametertext
contains the complete text with a placeholder {0} which is replaced by the text generated from the bookmarks.void
Bookmark.setBookmarkList
(BookmarkList bookmarkList) Setter for the fieldbookmarkList
.Method parameters in io.goobi.viewer.model.bookmark with type arguments of type BookmarkListModifier and TypeMethodDescriptionstatic String
SessionStoreBookmarkManager.generateNewBookmarkListName
(List<BookmarkList> bookmarkLists) Returns a String of the pattern "List {n}" where {n} is the lowest positive integer such that no bookmark list named "List {n}" exists in the given liststatic void
BookmarkList.sortBookmarkLists
(List<BookmarkList> bookmarkLists) -
Uses of BookmarkList in io.goobi.viewer.model.cms.itemfunctionality
Methods in io.goobi.viewer.model.cms.itemfunctionality that return types with arguments of type BookmarkList