Uses of Class
io.goobi.viewer.model.cms.recordnotes.CMSRecordNote
Package
Description
-
Uses of CMSRecordNote in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getRecordNote
(Long id) Get aCMSRecordNote
by its id propertyModifier 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
sModifier 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
Modifier and TypeMethodDescriptionJPADAO.getRecordNote
(Long id) Get aCMSRecordNote
by its id propertyModifier 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
sModifier 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
Modifier and TypeMethodDescriptionCmsRecordNotesBean.getDataProvider()
CmsRecordNotesBean.getNotesForRecord
(String pi) Modifier and TypeMethodDescriptionboolean
CmsRecordNotesBean.deleteNote
(CMSRecordNote note) void
CmsRecordNoteEditBean.setNote
(CMSRecordNote note) -
Uses of CMSRecordNote in io.goobi.viewer.model.cms.recordnotes
Modifier 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) widgetModifierConstructorDescriptionCMSMultiRecordNote
(CMSRecordNote source) protected
CMSRecordNote
(CMSRecordNote source) CMSSingleRecordNote
(CMSRecordNote source)