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 TypeMethodDescriptionprivate ServiceStatisticResponse
ServiceStatisticService.calculateStatistic
(String type, String orgUid, String workgroupUid, String agentUid, String robotUid, String startDate, String endDate, boolean shouldSave) 统一的统计计算方法ServiceStatisticRestService.convertToResponse
(ServiceStatisticEntity entity) static ServiceStatisticResponse
ServiceStatisticConvert.convertToServiceStatisticResponse
(ServiceStatisticEntity statistic) ServiceStatisticRestService.create
(ServiceStatisticRequest request) ServiceStatisticService.queryByDate
(ServiceStatisticRequest request) 查询某时间段统计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)