Uses of Class
io.goobi.viewer.model.cms.HighlightData
-
Uses of HighlightData in io.goobi.viewer.dao
Modifier 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) Modifier and TypeMethodDescriptionboolean
IDAO.addHighlight
(HighlightData object) boolean
IDAO.updateHighlight
(HighlightData object) -
Uses of HighlightData in io.goobi.viewer.dao.impl
Modifier 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) Modifier and TypeMethodDescriptionboolean
JPADAO.addHighlight
(HighlightData object) boolean
JPADAO.updateHighlight
(HighlightData object) -
Uses of HighlightData in io.goobi.viewer.model.cms
ModifierConstructorDescriptionHighlight
(HighlightData data) Highlight
(HighlightData data, ThumbnailHandler thumbs, Configuration config)