Uses of Class
io.goobi.viewer.model.annotation.comments.CommentLegacy
Packages that use CommentLegacy
Package
Description
Model for user comments on digitized records, including the
Comment entity,
grouping, management, and backward-compatible legacy comment representation.-
Uses of CommentLegacy in io.goobi.viewer.model.annotation.comments
Methods in io.goobi.viewer.model.annotation.comments with parameters of type CommentLegacyModifier and TypeMethodDescriptionintCommentLegacy.compareTo(CommentLegacy o) static booleanCommentLegacy.sendEmailNotifications(CommentLegacy comment, String oldText, Locale locale) Sends an email notification about a new or altered comment to the configured recipient addresses.Constructors in io.goobi.viewer.model.annotation.comments with parameters of type CommentLegacyModifierConstructorDescriptionCommentLegacy(String pi, int page, User owner, String text, CommentLegacy parent) Creates a new Comment instance.