Uses of Class
org.opencastproject.event.comment.EventCommentException
Packages that use EventCommentException
-
Uses of EventCommentException in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment that throw EventCommentExceptionModifier and TypeMethodDescriptionvoidEventCommentService.deleteComment(long commentId) Delete a comment from an event.voidEventCommentServiceImpl.deleteComment(long commentId) voidEventCommentService.deleteComments(String eventId) Delete all comments from an event.voidEventCommentServiceImpl.deleteComments(String eventId) static StringEventCommentParser.getAsXml(Collection<EventComment> comments) Serializes a comment collection.static StringEventCommentParser.getAsXml(EventComment comment) Serializes the comment.static StringEventCommentParser.getAsXml(EventCommentReply reply) Serializes the comment reply.EventCommentService.getComment(long commentId) Get a comment for a particular event.EventCommentServiceImpl.getComment(long commentId) static EventCommentEventCommentParser.getCommentFromXml(String xml, org.opencastproject.security.api.UserDirectoryService userDirectoryService) Parses the comment catalog and returns its object representation.EventCommentService.getComments(String eventId) Get all of the comments for an event.EventCommentServiceImpl.getComments(String eventId) EventCommentService.getReasons()Get the available reasons for commenting on an event.EventCommentServiceImpl.getReasons()EventCommentService.updateComment(EventComment comment) Update a comment.EventCommentServiceImpl.updateComment(EventComment comment)