Uses of Class
com.bytedesk.kbase.statistic.KbaseStatisticRequest
Packages that use KbaseStatisticRequest
-
Uses of KbaseStatisticRequest in com.bytedesk.kbase.statistic
Methods in com.bytedesk.kbase.statistic with parameters of type KbaseStatisticRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>KbaseStatisticRestController.create(KbaseStatisticRequest request) KbaseStatisticRestService.create(KbaseStatisticRequest request) protected org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity>KbaseStatisticRestService.createSpecification(KbaseStatisticRequest request) org.springframework.http.ResponseEntity<?>KbaseStatisticRestController.delete(KbaseStatisticRequest request) voidKbaseStatisticRestService.delete(KbaseStatisticRequest request) KbaseStatisticRestController.export(KbaseStatisticRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>KbaseStatisticRestController.queryByOrg(KbaseStatisticRequest request) org.springframework.http.ResponseEntity<?>KbaseStatisticRestController.queryByUid(KbaseStatisticRequest request) org.springframework.http.ResponseEntity<?>KbaseStatisticRestController.queryByUser(KbaseStatisticRequest request) static org.springframework.data.jpa.domain.Specification<KbaseStatisticEntity>KbaseStatisticSpecification.search(KbaseStatisticRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>KbaseStatisticRestController.update(KbaseStatisticRequest request) KbaseStatisticRestService.update(KbaseStatisticRequest request)