Uses of Class
io.goobi.viewer.model.annotation.comments.CommentGroup
Packages that use CommentGroup
Package
Description
-
Uses of CommentGroup in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CommentGroupModifier and TypeMethodDescriptionIDAO.getCommentGroup
(long id) getCommentGroup.IDAO.getCommentGroupUnfiltered()
Methods in io.goobi.viewer.dao that return types with arguments of type CommentGroupMethods in io.goobi.viewer.dao with parameters of type CommentGroupModifier 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
Methods in io.goobi.viewer.dao.impl that return CommentGroupModifier and TypeMethodDescriptionJPADAO.getCommentGroup
(long id) JPADAO.getCommentGroupUnfiltered()
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CommentGroupMethods in io.goobi.viewer.dao.impl with parameters of type CommentGroupModifier and TypeMethodDescriptionboolean
JPADAO.addCommentGroup
(CommentGroup commentGroup) boolean
JPADAO.deleteCommentGroup
(CommentGroup commentGroup) boolean
JPADAO.updateCommentGroup
(CommentGroup commentGroup) -
Uses of CommentGroup in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CommentGroupModifier and TypeMethodDescriptionAdminCommentBean.getCurrentCommentGroup()
Getter for the fieldcurrentCommentGroup
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type CommentGroupModifier and TypeMethodDescriptionAdminCommentBean.getAllCommentGroups()
getAllCommentGroups.AdminCommentBean.getCommentGroupsForUser
(User user) getCommentGroupsForUser.Methods in io.goobi.viewer.managedbeans with parameters of type CommentGroupModifier 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
Methods in io.goobi.viewer.model.annotation.comments that return CommentGroupModifier and TypeMethodDescriptionstatic CommentGroup
CommentGroup.createCommentGroupAll()
Creates aCommentGroup
instance representing unfiltered listing.Methods in io.goobi.viewer.model.annotation.comments that return types with arguments of type CommentGroupModifier and TypeMethodDescriptionstatic Set
<CommentGroup> CommentManager.getRelevantCommentGroupsForRecord
(String pi) Methods in io.goobi.viewer.model.annotation.comments with parameters of type CommentGroupModifier and TypeMethodDescriptionstatic boolean
CommentManager.queryCommentGroupIdentifiers
(CommentGroup commentGroup)