Uses of Class
io.goobi.viewer.model.cms.HighlightData
Packages that use HighlightData
-
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 TypeMethodDescriptionboolean
IDAO.addHighlight
(HighlightData object) boolean
IDAO.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 TypeMethodDescriptionboolean
JPADAO.addHighlight
(HighlightData object) boolean
JPADAO.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)