Uses of Class
io.goobi.viewer.model.annotation.comments.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CommentMethods in io.goobi.viewer.dao that return types with arguments of type CommentModifier and TypeMethodDescriptionIDAO.getAllComments()
getAllComments.IDAO.getComments
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, Set<String> targetPIs) getComments.IDAO.getCommentsForPage
(String pi, int page) getCommentsForPage.IDAO.getCommentsForWork
(String pi) getCommentsForWork.IDAO.getCommentsOfUser
(User user, int maxResults, String sortField, boolean descending) Get Comments created by a specific userMethods in io.goobi.viewer.dao with parameters of type CommentModifier and TypeMethodDescriptionboolean
IDAO.addComment
(Comment comment) addComment.boolean
IDAO.deleteComment
(Comment comment) deleteComment.boolean
IDAO.updateComment
(Comment comment) updateComment. -
Uses of Comment in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return CommentMethods in io.goobi.viewer.dao.impl that return types with arguments of type CommentModifier and TypeMethodDescriptionJPADAO.getAllComments()
getAllComments.JPADAO.getComments
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters, Set<String> targetPIs) getComments.JPADAO.getCommentsForPage
(String pi, int page) getCommentsForPage.JPADAO.getCommentsForWork
(String pi) getCommentsForWork.JPADAO.getCommentsOfUser
(User user, int maxResults, String sortField, boolean descending) Get Comments created by a specific userMethods in io.goobi.viewer.dao.impl with parameters of type CommentModifier and TypeMethodDescriptionboolean
JPADAO.addComment
(Comment comment) addComment.boolean
JPADAO.deleteComment
(Comment comment) deleteComment.boolean
JPADAO.updateComment
(Comment comment) updateComment. -
Uses of Comment in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CommentModifier and TypeMethodDescriptionAdminCommentBean.getSelectedComment()
Getter for the fieldselectedComment
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentBean.getComments
(int startIndex, int numItems, String filter, User user, String sortField, boolean descending) getComments.CommentBean.getCommentsForCurrentPage()
getCommentsForCurrentPage.UserDataBean.getLatestComments
(User user, int numEntries) getLatestComments.AdminCommentBean.getLazyModelComments()
Getter for the fieldlazyModelComments
.AdminCommentBean.getPageComments()
getPageComments.Methods in io.goobi.viewer.managedbeans with parameters of type CommentModifier and TypeMethodDescriptionvoid
CommentBean.deleteComment
(Comment annotation) deleteComment.AdminCommentBean.deleteCommentAction
(Comment comment) deleteCommentAction.void
CommentBean.editComment
(Comment original, String text, boolean restricted) editComment.void
AdminCommentBean.saveCommentAction
(Comment comment) saveCommentAction.void
AdminCommentBean.setSelectedComment
(Comment selectedComment) Setter for the fieldselectedComment
. -
Uses of Comment in io.goobi.viewer.model.annotation.comments
Methods in io.goobi.viewer.model.annotation.comments that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentManager.getAllAnnotations()
CommentManager.getAnnotation
(Long id) CommentManager.getAnnotations
(int firstIndex, int items, String textQuery, List<String> motivations, List<Long> generators, List<Long> creators, String targetPi, Integer targetPage, String sortField, boolean sortDescending) Methods in io.goobi.viewer.model.annotation.comments with parameters of type CommentModifier and TypeMethodDescriptionint
void
CommentManager.deleteComment
(Comment comment) void
CommentManager.editComment
(Comment comment, String text, User editor, PublicationStatus publicationStatus) Constructor parameters in io.goobi.viewer.model.annotation.comments with type arguments of type CommentModifierConstructorDescriptionCommentManager
(AnnotationSaver saver, AnnotationDeleter deleter, AnnotationLister<Comment> lister, ChangeNotificator... notificators) -
Uses of Comment in io.goobi.viewer.model.annotation.serialization
Methods in io.goobi.viewer.model.annotation.serialization that return types with arguments of type CommentModifier and TypeMethodDescriptionSqlCommentLister.getAllAnnotations()
SqlCommentLister.getAnnotation
(Long id) SqlCommentLister.getAnnotations
(int firstIndex, int items, String textQuery, List<String> motivations, List<Long> generators, List<Long> creators, String targetPi, Integer targetPage, String sortField, boolean sortDescending) -
Uses of Comment in io.goobi.viewer.model.iiif.search
Methods in io.goobi.viewer.model.iiif.search with parameters of type CommentModifier and TypeMethodDescriptionde.intranda.api.iiif.search.SearchHit
SearchResultConverter.convertCommentToHit
(String queryRegex, String pi, Comment comment) Generates a search hit from aComment
-
Uses of Comment in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user with parameters of type CommentModifier and TypeMethodDescriptionstatic UserActivity
UserActivity.getFromComment
(Comment comment) static UserActivity
UserActivity.getFromCommentUpdate
(Comment comment) -
Uses of Comment in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer with parameters of type CommentModifier and TypeMethodDescriptionvoid
PhysicalElement.deleteCommentAction
(Comment comment) deleteCommentAction.