Uses of Class
io.goobi.viewer.model.annotation.comments.CommentGroup
Package
Description
-
Uses of CommentGroup in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getCommentGroup
(long id) getCommentGroup.IDAO.getCommentGroupUnfiltered()
Modifier and TypeMethodDescriptionboolean
IDAO.addCommentGroup
(CommentGroup commentGroup) addCommentGroup.boolean
IDAO.deleteCommentGroup
(CommentGroup commentGroup) deleteCommentGroup.boolean
IDAO.updateCommentGroup
(CommentGroup commentGroup) updateCommentGroup. -
Uses of CommentGroup in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getCommentGroup
(long id) JPADAO.getCommentGroupUnfiltered()
Modifier and TypeMethodDescriptionboolean
JPADAO.addCommentGroup
(CommentGroup commentGroup) boolean
JPADAO.deleteCommentGroup
(CommentGroup commentGroup) boolean
JPADAO.updateCommentGroup
(CommentGroup commentGroup) -
Uses of CommentGroup in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionAdminCommentBean.getCurrentCommentGroup()
Getter for the fieldcurrentCommentGroup
.Modifier and TypeMethodDescriptionAdminCommentBean.getAllCommentGroups()
getAllCommentGroups.AdminCommentBean.getCommentGroupsForUser
(User user) getCommentGroupsForUser.Modifier and TypeMethodDescriptionAdminCommentBean.deleteCommentGroupAction
(CommentGroup commentGroup) deleteCommentGroupAction.AdminCommentBean.saveCommentGroupAction
(CommentGroup commentGroup) saveCommentGroupAction.void
AdminCommentBean.setCurrentCommentGroup
(CommentGroup currentCommentGroup) Setter for the fieldcurrentCommentGroup
. -
Uses of CommentGroup in io.goobi.viewer.model.annotation.comments
Modifier and TypeMethodDescriptionstatic CommentGroup
CommentGroup.createCommentGroupAll()
Creates aCommentGroup
instance representing unfiltered listing.Modifier and TypeMethodDescriptionstatic Set<CommentGroup>
CommentManager.getRelevantCommentGroupsForRecord
(String pi) Modifier and TypeMethodDescriptionstatic boolean
CommentManager.queryCommentGroupIdentifiers
(CommentGroup commentGroup)