Uses of Class
io.goobi.viewer.exceptions.IDDOCNotFoundException
Packages that use IDDOCNotFoundException
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Contains the core viewer model, including the central
ViewManager, physical and structural record elements,
page navigation, MIME type handling, and supporting value types used across the viewer presentation layer.-
Uses of IDDOCNotFoundException in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that throw IDDOCNotFoundExceptionModifier and TypeMethodDescriptionvoidActiveDocumentBean.setCurrentImageOrderPerScript()voidActiveDocumentBean.update()Loads the record with the IDDOC set incurrentElementIddoc. -
Uses of IDDOCNotFoundException in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that throw IDDOCNotFoundExceptionModifier and TypeMethodDescriptionvoidViewManager.dropdownAction(ValueChangeEvent event) dropdownAction.ViewManager.firstImage()firstImage.ViewManager.lastImage()lastImage.ViewManager.nextImage()nextImage.ViewManager.prevImage()prevImage.voidViewManager.setCurrentImageOrder(int currentImageOrder) currentPageOrder.voidViewManager.setCurrentImageOrderForPaginator(int currentImageOrder) Setter for the direct page number input field.voidViewManager.setCurrentImageOrderPerScript()voidViewManager.setCurrentImageOrderString(String currentImageOrderString) Main method for setting the current page(s) in this ViewManager.