Uses of Class
io.goobi.viewer.model.cms.recordnotes.CMSRecordNote
Packages that use CMSRecordNote
Package
Description
-
Uses of CMSRecordNote in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CMSRecordNoteModifier and TypeMethodDescriptionIDAO.getRecordNote(Long id) Get aCMSRecordNoteby its id propertyMethods in io.goobi.viewer.dao that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionIDAO.getAllRecordNotes()Get all persistedCMSRecordNotesIDAO.getRecordNotes(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Get a paginated list ofCMSRecordNotesMethods in io.goobi.viewer.dao with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionbooleanIDAO.addRecordNote(CMSRecordNote note) Persist a newCMSRecordNote.booleanIDAO.deleteRecordNote(CMSRecordNote note) Deletes an existingCMSRecordNotebooleanIDAO.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) Get aCMSRecordNoteby its id propertyMethods in io.goobi.viewer.dao.impl that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionJPADAO.getAllRecordNotes()Get all persistedCMSRecordNotesJPADAO.getRecordNotes(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Get a paginated list ofCMSRecordNotesMethods 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 existingCMSRecordNotebooleanJPADAO.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) widgetclassClass holding a formatted text related to a single PI which may be edited in the admin/cms-backend and displayed in a (sidebar) widgetMethods 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)