Uses of Class
io.goobi.viewer.model.cms.HighlightData
Packages that use HighlightData
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Top-level CMS model containing cross-cutting entities such as navigation items, categories,
sliders, static page mappings, highlight data, and shared selection abstractions used
throughout the content management system.
-
Uses of HighlightData in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return HighlightDataMethods in io.goobi.viewer.dao that return types with arguments of type HighlightDataModifier and TypeMethodDescriptionIDAO.getAllHighlights()IDAO.getFutureHighlightsForDate(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, LocalDateTime date) IDAO.getHighlights(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) IDAO.getHighlightsForDate(LocalDateTime date) IDAO.getPastHighlightsForDate(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, LocalDateTime date) Methods in io.goobi.viewer.dao with parameters of type HighlightDataModifier and TypeMethodDescriptionbooleanIDAO.addHighlight(HighlightData object) booleanIDAO.updateHighlight(HighlightData object) -
Uses of HighlightData in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return HighlightDataMethods in io.goobi.viewer.dao.impl that return types with arguments of type HighlightDataModifier and TypeMethodDescriptionJPADAO.getAllHighlights()JPADAO.getFutureHighlightsForDate(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, LocalDateTime date) JPADAO.getHighlights(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) JPADAO.getHighlightsForDate(LocalDateTime date) JPADAO.getPastHighlightsForDate(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, LocalDateTime date) Methods in io.goobi.viewer.dao.impl with parameters of type HighlightDataModifier and TypeMethodDescriptionbooleanJPADAO.addHighlight(HighlightData object) booleanJPADAO.updateHighlight(HighlightData object) -
Uses of HighlightData in io.goobi.viewer.model.cms
Methods in io.goobi.viewer.model.cms that return HighlightDataConstructors in io.goobi.viewer.model.cms with parameters of type HighlightDataModifierConstructorDescriptionHighlight(HighlightData data) Highlight(HighlightData data, ThumbnailHandler thumbs, Configuration config)