Uses of Class
io.goobi.viewer.model.cms.Highlight
Packages that use Highlight
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of Highlight in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return HighlightModifier and TypeMethodDescriptionHighlightsBean.getCurrentHighlight()Get the currently displayed highlight.HighlightsBean.getSelectedObject()Get the currently selectedHighlight.Methods in io.goobi.viewer.managedbeans that return types with arguments of type HighlightModifier and TypeMethodDescriptionHighlightsBean.getAllObjectsProvider()Get aTableDataProviderto all savedhighlights.HighlightsBean.getCurrentObjects()Get all objected contained inHighlightsBean.getCurrentObjectsProvider().HighlightsBean.getCurrentObjectsProvider()Get aTableDataProviderto all currenthighlights.HighlightsBean.getHighlightsBefore(LocalDate date) Get allHighlights which are not valid for the given date but were before.Methods in io.goobi.viewer.managedbeans with parameters of type HighlightModifier and TypeMethodDescriptionvoidHighlightsBean.deleteObject(Highlight object) Delete aHighlight.Get the URL to the highlighted object.voidHighlightsBean.saveObject(Highlight object) Persist the givenHighlightto the database.voidHighlightsBean.setSelectedObject(Highlight selectedObject) Sets theHighlightselected for editing.