Uses of Class
io.goobi.viewer.model.annotation.comments.Comment
Package
Description
-
Uses of Comment in io.goobi.viewer.dao
Modifier 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 userModifier 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
Modifier 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 userModifier 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
Modifier and TypeMethodDescriptionAdminCommentBean.getSelectedComment()
Getter for the fieldselectedComment
.Modifier 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.Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionint
void
CommentManager.deleteComment
(Comment comment) void
CommentManager.editComment
(Comment comment, String text, User editor, PublicationStatus publicationStatus) ModifierConstructorDescriptionCommentManager
(AnnotationSaver saver, AnnotationDeleter deleter, AnnotationLister<Comment> lister, ChangeNotificator... notificators) -
Uses of Comment in io.goobi.viewer.model.annotation.serialization
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic UserActivity
UserActivity.getFromComment
(Comment comment) static UserActivity
UserActivity.getFromCommentUpdate
(Comment comment) -
Uses of Comment in io.goobi.viewer.model.viewer
Modifier and TypeMethodDescriptionvoid
PhysicalElement.deleteCommentAction
(Comment comment) deleteCommentAction.