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 aCMSRecordNote
by its id propertyMethods in io.goobi.viewer.dao that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionIDAO.getAllRecordNotes()
Get all persistedCMSRecordNote
sIDAO.getRecordNotes
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Get a paginated list ofCMSRecordNote
sMethods in io.goobi.viewer.dao with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionboolean
IDAO.addRecordNote
(CMSRecordNote note) Persist a newCMSRecordNote
.boolean
IDAO.deleteRecordNote
(CMSRecordNote note) Deletes an existingCMSRecordNote
boolean
IDAO.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 aCMSRecordNote
by its id propertyMethods in io.goobi.viewer.dao.impl that return types with arguments of type CMSRecordNoteModifier and TypeMethodDescriptionJPADAO.getAllRecordNotes()
Get all persistedCMSRecordNote
sJPADAO.getRecordNotes
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) Get a paginated list ofCMSRecordNote
sMethods in io.goobi.viewer.dao.impl with parameters of type CMSRecordNoteModifier and TypeMethodDescriptionboolean
JPADAO.addRecordNote
(CMSRecordNote note) Persist a newCMSRecordNote
.boolean
JPADAO.deleteRecordNote
(CMSRecordNote note) Deletes an existingCMSRecordNote
boolean
JPADAO.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 TypeMethodDescriptionboolean
CmsRecordNotesBean.deleteNote
(CMSRecordNote note) void
CmsRecordNoteEditBean.setNote
(CMSRecordNote note) -
Uses of CMSRecordNote in io.goobi.viewer.model.cms.recordnotes
Subclasses of CMSRecordNote in io.goobi.viewer.model.cms.recordnotesModifier and TypeClassDescriptionclass
Class holding a formatted text related to a single PI which may be edited in the admin/cms-backend and displayed in a (sidebar) widgetclass
Class holding a formatted text related to a single PI which may be edited in the admin/cms-backend and displayed in a (sidebar) widgetConstructors in io.goobi.viewer.model.cms.recordnotes with parameters of type CMSRecordNoteModifierConstructorDescriptionCMSMultiRecordNote
(CMSRecordNote source) protected
CMSRecordNote
(CMSRecordNote source) CMSSingleRecordNote
(CMSRecordNote source)