Uses of Class
com.bytedesk.call.statistic.CallStatisticRequest
Packages that use CallStatisticRequest
-
Uses of CallStatisticRequest in com.bytedesk.call.statistic
Methods in com.bytedesk.call.statistic with parameters of type CallStatisticRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
CallStatisticRestController.create
(CallStatisticRequest request) CallStatisticRestService.create
(CallStatisticRequest request) protected org.springframework.data.jpa.domain.Specification<CallStatisticEntity>
CallStatisticRestService.createSpecification
(CallStatisticRequest request) org.springframework.http.ResponseEntity<?>
CallStatisticRestController.delete
(CallStatisticRequest request) void
CallStatisticRestService.delete
(CallStatisticRequest request) CallStatisticRestController.export
(CallStatisticRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
CallStatisticRestController.queryByOrg
(CallStatisticRequest request) org.springframework.data.domain.Page<CallStatisticResponse>
CallStatisticRestService.queryByOrg
(CallStatisticRequest request) org.springframework.data.domain.Page<CallStatisticEntity>
CallStatisticRestService.queryByOrgEntity
(CallStatisticRequest request) org.springframework.http.ResponseEntity<?>
CallStatisticRestController.queryByUid
(CallStatisticRequest request) CallStatisticRestService.queryByUid
(CallStatisticRequest request) org.springframework.http.ResponseEntity<?>
CallStatisticRestController.queryByUser
(CallStatisticRequest request) org.springframework.data.domain.Page<CallStatisticResponse>
CallStatisticRestService.queryByUser
(CallStatisticRequest request) static org.springframework.data.jpa.domain.Specification<CallStatisticEntity>
CallStatisticSpecification.search
(CallStatisticRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
CallStatisticRestController.update
(CallStatisticRequest request) CallStatisticRestService.update
(CallStatisticRequest request)