Package com.bytedesk.voc.feedback.stats
Interface FeedbackStatsService
- All Known Implementing Classes:
FeedbackStatsServiceImpl
public interface FeedbackStatsService
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
exportStatsReport
(LocalDateTime startTime, LocalDateTime endTime, String format) getOverallStats
(LocalDateTime startTime, LocalDateTime endTime) getResponseTimeTrend
(LocalDateTime startTime, LocalDateTime endTime) getStatusDistribution
(LocalDateTime startTime, LocalDateTime endTime) getTypeDistribution
(LocalDateTime startTime, LocalDateTime endTime) getUserStats
(Long userId, LocalDateTime startTime, LocalDateTime endTime)
-
Method Details
-
getOverallStats
-
getUserStats
-
getTypeDistribution
-
getStatusDistribution
-
getResponseTimeTrend
-
exportStatsReport
-