Uses of Class
io.goobi.viewer.model.cms.recordnotes.CMSSingleRecordNote
Packages that use CMSSingleRecordNote
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.JSF managed beans (CDI backing beans) of the Goobi viewer.
-
Uses of CMSSingleRecordNote in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type CMSSingleRecordNoteModifier and TypeMethodDescriptionIDAO.getRecordNotesForPi(String pi, boolean displayedNotesOnly) Gets allCMSRecordNotes for the given pi. -
Uses of CMSSingleRecordNote in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSSingleRecordNoteModifier and TypeMethodDescriptionJPADAO.getRecordNotesForPi(String pi, boolean displayedNotesOnly) Gets allCMSRecordNotes for the given pi. -
Uses of CMSSingleRecordNote in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type CMSSingleRecordNoteModifier and TypeMethodDescriptionCmsRecordNotesBean.getRecordUrl(CMSSingleRecordNote note) CmsRecordNotesBean.getThumbnailUrl(CMSSingleRecordNote note) Get the thumbnail url for the record related to the note.CmsRecordNotesBean.getThumbnailUrl(CMSSingleRecordNote note, int width, int height) Get the thumbnail url for the record related to the note for given width and height.