Uses of Class
org.opencastproject.event.comment.persistence.EventCommentDatabaseException
Packages that use EventCommentDatabaseException
-
Uses of EventCommentDatabaseException in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that throw EventCommentDatabaseExceptionModifier and TypeMethodDescriptionintEventCommentDatabaseServiceImpl.countComments()voidEventCommentDatabaseService.deleteComment(long commentId) Delete a comment from an event.voidEventCommentDatabaseServiceImpl.deleteComment(long commentId) voidEventCommentDatabaseService.deleteComments(String eventId) Delete all comments from an event.voidEventCommentDatabaseServiceImpl.deleteComments(String eventId) EventCommentDatabaseService.getComment(long commentId) Get a comment for a particular event.EventCommentDatabaseServiceImpl.getComment(long commentId) EventCommentDatabaseService.getComments(String eventId) Get all of the comments for an event.EventCommentDatabaseServiceImpl.getComments()EventCommentDatabaseServiceImpl.getComments(String eventId) EventCommentDatabaseService.getReasons()Get the available reasons for commenting on an event.EventCommentDatabaseServiceImpl.getReasons()EventCommentDatabaseService.updateComment(EventComment comment) Update a comment.EventCommentDatabaseServiceImpl.updateComment(EventComment comment)