Uses of Class
fr.utc.miage.sporttrack.entity.user.communication.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in fr.utc.miage.sporttrack.entity.activity
Methods in fr.utc.miage.sporttrack.entity.activity that return types with arguments of type CommentMethod parameters in fr.utc.miage.sporttrack.entity.activity with type arguments of type Comment -
Uses of Comment in fr.utc.miage.sporttrack.repository.user.communication
Methods in fr.utc.miage.sporttrack.repository.user.communication that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentRepository.findByActivityIdOrderByCreatedAtDesc(int activityId) Finds all comments attached to the specified activity, ordered by creation time descending. -
Uses of Comment in fr.utc.miage.sporttrack.service.user.communication
Methods in fr.utc.miage.sporttrack.service.user.communication that return CommentModifier and TypeMethodDescriptionCommentService.addComment(Athlete author, Activity activity, String content, InteractionType type) Creates and persists a new comment on an activity.Methods in fr.utc.miage.sporttrack.service.user.communication that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentService.getCommentsForActivity(int activityId) Returns all comments for the specified activity, ordered by creation time descending.