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