Uses of Class
com.bytedesk.voc.reply.ReplyEntity
Packages that use ReplyEntity
-
Uses of ReplyEntity in com.bytedesk.voc.controller
Methods in com.bytedesk.voc.controller that return types with arguments of type ReplyEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ReplyEntity>
VocApiController.createReply
(Long feedbackId, String content, Long parentId, Boolean internal, org.springframework.security.core.userdetails.UserDetails userDetails) -
Uses of ReplyEntity in com.bytedesk.voc.reply
Methods in com.bytedesk.voc.reply that return ReplyEntityModifier and TypeMethodDescriptionReplyService.createReply
(String content, Long feedbackId, Long userId, Long parentId, Boolean internal) ReplyServiceImpl.createReply
(String content, Long feedbackId, Long userId, Long parentId, Boolean isOfficial) ReplyService.updateReply
(Long replyId, String content) ReplyServiceImpl.updateReply
(Long replyId, String content) Methods in com.bytedesk.voc.reply that return types with arguments of type ReplyEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ReplyEntity>
ReplyRepository.findByFeedbackId
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyRepository.findByUserId
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyRepository.findInternalReplies
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyRepository.findPublicReplies
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyService.getRepliesByFeedback
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyServiceImpl.getRepliesByFeedback
(Long feedbackId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyService.getRepliesByUser
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ReplyEntity>
ReplyServiceImpl.getRepliesByUser
(Long userId, org.springframework.data.domain.Pageable pageable)