Package web.sportflow.workout.comment
Class CommentService
java.lang.Object
web.sportflow.workout.comment.CommentService
-
Constructor Summary
ConstructorsConstructorDescriptionCommentService(CommentRepository commentRepo, WorkoutRepository workoutRepo, UserRepository userRepo, NotificationService notificationService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(Long workoutId, String email, String content) voiddeleteComment(Long workoutId, Long commentId, User currentUser) getCommentsForWorkout(Long workoutId)
-
Constructor Details
-
CommentService
@Autowired public CommentService(CommentRepository commentRepo, WorkoutRepository workoutRepo, UserRepository userRepo, NotificationService notificationService)
-
-
Method Details
-
addComment
-
getCommentsForWorkout
-
deleteComment
-