Uses of Class
org.opencastproject.event.comment.EventComment
Packages that use EventComment
Package
Description
-
Uses of EventComment in org.opencastproject.event.comment
Methods in org.opencastproject.event.comment that return EventCommentModifier and TypeMethodDescriptionstatic EventCommentCreates a simple commentstatic EventCommentEventComment.create(Option<Long> id, String eventId, String organization, String text, User author, String reason, boolean resolvedStatus) Creates a complex commentstatic EventCommentEventComment.create(Option<Long> id, String eventId, String organization, String text, User author, String reason, boolean resolvedStatus, Date creationDate, Date modificationDate) Creates a complex commentstatic EventCommentEventComment.create(Option<Long> id, String eventId, String organization, String text, 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, 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(UserDirectoryService userDirectoryService, 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) -
Uses of EventComment in org.opencastproject.index.service.api
Method parameters in org.opencastproject.index.service.api with type arguments of type EventCommentModifier and TypeMethodDescriptionvoidIndexService.updateCommentCatalog(Event event, List<EventComment> comments) -
Uses of EventComment in org.opencastproject.index.service.impl
Method parameters in org.opencastproject.index.service.impl with type arguments of type EventCommentModifier and TypeMethodDescriptionvoidIndexServiceImpl.updateCommentCatalog(Event event, List<EventComment> comments)