Uses of Class
org.opencastproject.event.comment.EventCommentReply
Packages that use EventCommentReply
-
Uses of EventCommentReply in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment that return EventCommentReplyModifier and TypeMethodDescriptionstatic EventCommentReplyEventCommentReply.create(org.opencastproject.util.data.Option<Long> id, String text, org.opencastproject.security.api.User author) Creates a comment replystatic EventCommentReplyEventCommentReply.create(org.opencastproject.util.data.Option<Long> id, String text, org.opencastproject.security.api.User author, Date creationDate, Date modificationDate) Creates a comment replyMethods in org.opencastproject.event.comment that return types with arguments of type EventCommentReplyMethods in org.opencastproject.event.comment with parameters of type EventCommentReplyModifier and TypeMethodDescriptionbooleanEventComment.addReply(EventCommentReply reply) Add a reply to the commentstatic StringEventCommentParser.getAsXml(EventCommentReply reply) Serializes the comment reply.booleanEventComment.removeReply(EventCommentReply reply) Remove a reply from the commentMethod parameters in org.opencastproject.event.comment with type arguments of type EventCommentReplyModifier and TypeMethodDescriptionstatic EventCommentEventComment.create(org.opencastproject.util.data.Option<Long> id, String eventId, String organization, String text, org.opencastproject.security.api.User author, String reason, boolean resolvedStatus, Date creationDate, Date modificationDate, List<EventCommentReply> replies) Creates a complex comment -
Uses of EventCommentReply in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that return EventCommentReplyModifier and TypeMethodDescriptionEventCommentReplyDto.toCommentReply(org.opencastproject.security.api.UserDirectoryService userDirectoryService) Returns the business object of this comment replyMethods in org.opencastproject.event.comment.persistence with parameters of type EventCommentReplyModifier and TypeMethodDescriptionstatic EventCommentReplyDtoEventCommentReplyDto.from(EventCommentReply reply)