Uses of Class
com.bytedesk.service.statistic.ServiceStatisticResponse
Packages that use ServiceStatisticResponse
Package
Description
Customer Service Statistics Package
Provides comprehensive statistical functionalities for the customer service system, including:
-
Uses of ServiceStatisticResponse in com.bytedesk.service.statistic
Methods in com.bytedesk.service.statistic that return ServiceStatisticResponseModifier and TypeMethodDescriptionServiceStatisticService.calculateAgentStatistic
(String orgUid, String agentUid, LocalDateTime startTime, LocalDateTime endTime, boolean shouldSave) 计算客服统计ServiceStatisticService.calculateOrgStatistic
(String orgUid, LocalDateTime startTime, LocalDateTime endTime, boolean shouldSave) 计算组织统计ServiceStatisticService.calculateRobotStatistic
(String orgUid, String robotUid, LocalDateTime startTime, LocalDateTime endTime, boolean shouldSave) 计算机器人统计private ServiceStatisticResponse
ServiceStatisticService.calculateStatistic
(String type, String orgUid, String workgroupUid, String agentUid, String robotUid, LocalDateTime startTime, LocalDateTime endTime, boolean shouldSave) 统一的统计计算方法ServiceStatisticService.calculateWorkgroupStatistic
(String orgUid, String workgroupUid, LocalDateTime startTime, LocalDateTime endTime, boolean shouldSave) 计算工作组统计ServiceStatisticRestService.convertToResponse
(ServiceStatisticEntity entity) static ServiceStatisticResponse
ServiceStatisticConvert.convertToServiceStatisticResponse
(ServiceStatisticEntity statistic) ServiceStatisticRestService.create
(ServiceStatisticRequest request) ServiceStatisticService.queryAgentStatistics
(String orgUid, String agentUid, LocalDateTime startTime, LocalDateTime endTime) 查询处理人统计ServiceStatisticService.queryByDate
(ServiceStatisticRequest request) 查询某时间段统计ServiceStatisticService.queryOrgStatistics
(String orgUid, LocalDateTime startTime, LocalDateTime endTime) 查询组织统计ServiceStatisticService.queryRobotStatistics
(String orgUid, String robotUid, LocalDateTime startTime, LocalDateTime endTime) 查询机器人统计ServiceStatisticService.queryWorkgroupStatistics
(String orgUid, String workgroupUid, LocalDateTime startTime, LocalDateTime endTime) 查询工作组统计ServiceStatisticRestService.update
(ServiceStatisticRequest request) Methods in com.bytedesk.service.statistic that return types with arguments of type ServiceStatisticResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ServiceStatisticResponse>
ServiceStatisticRestService.queryByOrg
(ServiceStatisticRequest request) org.springframework.data.domain.Page<ServiceStatisticResponse>
ServiceStatisticRestService.queryByUser
(ServiceStatisticRequest request) Methods in com.bytedesk.service.statistic with parameters of type ServiceStatisticResponseModifier and TypeMethodDescriptionstatic ServiceStatisticExcel
ServiceStatisticConvert.convertToServiceStatisticExcel
(ServiceStatisticResponse statistic)