Uses of Class
io.goobi.viewer.model.cms.recordnotes.CMSRecordNote
Packages that use CMSRecordNote
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.
Model for CMS record notes that attach editor-authored text to specific digitized records,
supporting both single-record notes tied to one PI and multi-record notes spanning a query.
-
Uses of CMSRecordNote in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CMSRecordNoteModifier and TypeMethodDescriptionIDAO.getRecordNote(Long id) Gets aCMSRecordNoteby its id property.Methods in io.goobi.viewer.dao that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionIDAO.getAllRecordNotes()Gets all persistedCMSRecordNotes.IDAO.getRecordNotes(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Gets a paginated list ofCMSRecordNotes.Methods in io.goobi.viewer.dao with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionbooleanIDAO.addRecordNote(CMSRecordNote note) Persist a newCMSRecordNote.booleanIDAO.deleteRecordNote(CMSRecordNote note) Deletes an existingCMSRecordNote.booleanIDAO.updateRecordNote(CMSRecordNote note) Updates an existingCMSRecordNote. -
Uses of CMSRecordNote in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return CMSRecordNoteModifier and TypeMethodDescriptionJPADAO.getRecordNote(Long id) Gets aCMSRecordNoteby its id property.Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionJPADAO.getAllRecordNotes()Gets all persistedCMSRecordNotes.JPADAO.getRecordNotes(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Gets a paginated list ofCMSRecordNotes.Methods in io.goobi.viewer.dao.impl with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionbooleanJPADAO.addRecordNote(CMSRecordNote note) Persist a newCMSRecordNote.booleanJPADAO.deleteRecordNote(CMSRecordNote note) Deletes an existingCMSRecordNote.booleanJPADAO.updateRecordNote(CMSRecordNote note) Updates an existingCMSRecordNote. -
Uses of CMSRecordNote in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSRecordNoteMethods in io.goobi.viewer.managedbeans that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionCmsRecordNotesBean.getDataProvider()CmsRecordNotesBean.getNotesForRecord(String pi) Methods in io.goobi.viewer.managedbeans with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionbooleanCmsRecordNotesBean.deleteNote(CMSRecordNote note) voidCmsRecordNoteEditBean.setNote(CMSRecordNote note) -
Uses of CMSRecordNote in io.goobi.viewer.model.cms.recordnotes
Subclasses of CMSRecordNote in io.goobi.viewer.model.cms.recordnotesModifier and TypeClassDescriptionclassClass holding a formatted text related to a single PI which may be edited in the admin/cms-backend and displayed in a (sidebar) widget.classClass holding a formatted text related to a single PI which may be edited in the admin/cms-backend and displayed in a (sidebar) widget.Methods in io.goobi.viewer.model.cms.recordnotes that return CMSRecordNoteModifier and TypeMethodDescriptionCMSMultiRecordNote.copy()abstract CMSRecordNoteCMSRecordNote.copy()CMSSingleRecordNote.copy()Constructors in io.goobi.viewer.model.cms.recordnotes with parameters of type CMSRecordNoteModifierConstructorDescriptionCMSMultiRecordNote(CMSRecordNote source) protectedCMSRecordNote(CMSRecordNote source) CMSSingleRecordNote(CMSRecordNote source)