Uses of Class
com.bytedesk.voc.feedback.FeedbackEntity
Packages that use FeedbackEntity
Package
Description
-
Uses of FeedbackEntity in com.bytedesk.voc.controller
Methods in com.bytedesk.voc.controller that return types with arguments of type FeedbackEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FeedbackEntity>
VocApiController.createFeedback
(String content, String type, org.springframework.security.core.userdetails.UserDetails userDetails) -
Uses of FeedbackEntity in com.bytedesk.voc.feedback
Methods in com.bytedesk.voc.feedback that return FeedbackEntityModifier and TypeMethodDescriptionFeedbackService.createFeedback
(String content, Long userId, String type) FeedbackServiceImpl.createFeedback
(String content, Long userId, String type) FeedbackService.getFeedback
(Long feedbackId) FeedbackServiceImpl.getFeedback
(Long feedbackId) FeedbackService.updateFeedback
(Long feedbackId, String content) FeedbackServiceImpl.updateFeedback
(Long feedbackId, String content) Methods in com.bytedesk.voc.feedback that return types with arguments of type FeedbackEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FeedbackEntity>
FeedbackRepository.findByAssignedTo
(Long assignedTo, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackRepository.findByStatus
(String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackRepository.findByType
(String type, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackRepository.findByUserId
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackService.getFeedbacks
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackServiceImpl.getFeedbacks
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackService.getFeedbacksByStatus
(String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackServiceImpl.getFeedbacksByStatus
(String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackService.getFeedbacksByType
(String type, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackServiceImpl.getFeedbacksByType
(String type, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackService.getFeedbacksByUser
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackServiceImpl.getFeedbacksByUser
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackRepository.search
(String keyword, String type, String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackService.search
(String keyword, String type, String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<FeedbackEntity>
FeedbackServiceImpl.search
(String keyword, String type, String status, org.springframework.data.domain.Pageable pageable) -
Uses of FeedbackEntity in com.bytedesk.voc.feedback.mapper
Methods in com.bytedesk.voc.feedback.mapper with parameters of type FeedbackEntity