Uses of Class
org.opencastproject.event.comment.EventComment
Packages that use EventComment
-
Uses of EventComment in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment that return EventCommentModifier and TypeMethodDescriptionstatic EventCommentEventComment.create(org.opencastproject.util.data.Option<Long> id, String eventId, String organization, String text, org.opencastproject.security.api.User author) Creates a simple commentstatic 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) Creates a complex commentstatic 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) Creates a complex commentstatic 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 commentEventCommentService.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.updateComment(EventComment comment) Update a comment.EventCommentServiceImpl.updateComment(EventComment comment) Methods in org.opencastproject.event.comment that return types with arguments of type EventCommentModifier and TypeMethodDescriptionEventCommentService.getComments(String eventId) Get all of the comments for an event.EventCommentServiceImpl.getComments(String eventId) Methods in org.opencastproject.event.comment with parameters of type EventCommentModifier and TypeMethodDescriptionstatic StringEventCommentParser.getAsXml(EventComment comment) Serializes the comment.EventCommentService.updateComment(EventComment comment) Update a comment.EventCommentServiceImpl.updateComment(EventComment comment) Method parameters in org.opencastproject.event.comment with type arguments of type EventCommentModifier and TypeMethodDescriptionstatic StringEventCommentParser.getAsXml(Collection<EventComment> comments) Serializes a comment collection. -
Uses of EventComment in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that return EventCommentModifier and TypeMethodDescriptionEventCommentDatabaseService.getComment(long commentId) Get a comment for a particular event.EventCommentDatabaseServiceImpl.getComment(long commentId) EventCommentDto.toComment(org.opencastproject.security.api.UserDirectoryService userDirectoryService, org.opencastproject.security.api.OrganizationDirectoryService organizationDirectoryService) Returns the business object of this commentEventCommentDatabaseService.updateComment(EventComment comment) Update a comment.EventCommentDatabaseServiceImpl.updateComment(EventComment comment) Methods in org.opencastproject.event.comment.persistence that return types with arguments of type EventCommentModifier and TypeMethodDescriptionEventCommentDatabaseService.getComments(String eventId) Get all of the comments for an event.EventCommentDatabaseServiceImpl.getComments(String eventId) Methods in org.opencastproject.event.comment.persistence with parameters of type EventCommentModifier and TypeMethodDescriptionstatic EventCommentDtoEventCommentDto.from(EventComment comment) EventCommentDatabaseService.updateComment(EventComment comment) Update a comment.EventCommentDatabaseServiceImpl.updateComment(EventComment comment)