Interface ProjectReplyCommentCommandService
- All Known Implementing Classes:
ProjectReplyCommentCommandServiceImpl
public interface ProjectReplyCommentCommandService
-
Method Summary
Modifier and TypeMethodDescriptioncreateReply
(User user, CreateReplyCommentRequest createReplyCommentRequest) deleteReply
(User user, Integer replyCommentIdx) updateReply
(User user, Integer replyCommentIdx, UpdateCommentRequest updateCommentRequest)
-
Method Details
-
createReply
-
updateReply
ReplyCommentResponse updateReply(User user, Integer replyCommentIdx, UpdateCommentRequest updateCommentRequest) -
deleteReply
-