Uses of Class
com.bytedesk.service.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.service_statistic
Methods in com.bytedesk.service.service_statistic that return ServiceStatisticResponseModifier and TypeMethodDescriptionprivate ServiceStatisticResponseServiceStatisticService.calculateStatistic(String type, String orgUid, String workgroupUid, String agentUid, String robotUid, String startDate, String endDate, boolean shouldSave) 统一的统计计算方法ServiceStatisticRestService.convertToResponse(ServiceStatisticEntity entity) static ServiceStatisticResponseServiceStatisticConvert.convertToServiceStatisticResponse(ServiceStatisticEntity statistic) ServiceStatisticRestService.create(ServiceStatisticRequest request) ServiceStatisticService.queryByDate(ServiceStatisticRequest request) 查询某时间段统计ServiceStatisticRestService.update(ServiceStatisticRequest request) Methods in com.bytedesk.service.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.service_statistic with parameters of type ServiceStatisticResponseModifier and TypeMethodDescriptionstatic ServiceStatisticExcelServiceStatisticConvert.convertToServiceStatisticExcel(ServiceStatisticResponse statistic)