Package com.bytedesk.voc.reply
Interface ReplyService
- All Known Implementing Classes:
ReplyServiceImpl
public interface ReplyService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteReply
(Long replyId) org.springframework.data.domain.Page<ReplyEntity>
getRepliesByFeedback
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
getRepliesByUser
(Long userId, org.springframework.data.domain.Pageable pageable) void
incrementLikeCount
(Long replyId) updateReply
(Long replyId, String content)
-
Method Details
-
createReply
-
updateReply
-
deleteReply
-
getReply
-
getRepliesByFeedback
org.springframework.data.domain.Page<ReplyEntity> getRepliesByFeedback(Long feedbackId, org.springframework.data.domain.Pageable pageable) -
getRepliesByUser
org.springframework.data.domain.Page<ReplyEntity> getRepliesByUser(Long userId, org.springframework.data.domain.Pageable pageable) -
incrementLikeCount
-