Uses of Class
io.goobi.viewer.model.annotation.comments.CommentGroup
Packages that use CommentGroup
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for user comments on digitized records, including the
Comment entity,
grouping, management, and backward-compatible legacy comment representation.-
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 TypeMethodDescriptionbooleanIDAO.addCommentGroup(CommentGroup commentGroup) addCommentGroup.booleanIDAO.deleteCommentGroup(CommentGroup commentGroup) deleteCommentGroup.booleanIDAO.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 TypeMethodDescriptionbooleanJPADAO.addCommentGroup(CommentGroup commentGroup) booleanJPADAO.deleteCommentGroup(CommentGroup commentGroup) booleanJPADAO.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.voidAdminCommentBean.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 CommentGroupCommentGroup.createCommentGroupAll()Creates aCommentGroupinstance 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 booleanCommentManager.queryCommentGroupIdentifiers(CommentGroup commentGroup)