Uses of Class
org.opencastproject.event.comment.persistence.EventCommentReplyDto
Packages that use EventCommentReplyDto
-
Uses of EventCommentReplyDto in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence that return EventCommentReplyDtoModifier and TypeMethodDescriptionstatic EventCommentReplyDtoEventCommentReplyDto.from(EventCommentReply reply) Methods in org.opencastproject.event.comment.persistence that return types with arguments of type EventCommentReplyDtoMethods in org.opencastproject.event.comment.persistence with parameters of type EventCommentReplyDtoModifier and TypeMethodDescriptionbooleanEventCommentDto.addReply(EventCommentReplyDto reply) Add a reply to the commentbooleanEventCommentDto.removeReply(EventCommentReplyDto reply) Remove a reply from the commentMethod parameters in org.opencastproject.event.comment.persistence with type arguments of type EventCommentReplyDtoModifier and TypeMethodDescriptionvoidEventCommentDto.setReplies(List<EventCommentReplyDto> replies) Sets a comment replies list.