Uses of Class
com.bytedesk.core.department.DepartmentRequest
Packages that use DepartmentRequest
-
Uses of DepartmentRequest in com.bytedesk.core.department
Methods in com.bytedesk.core.department with parameters of type DepartmentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>DepartmentRestController.create(DepartmentRequest request) DepartmentRestService.create(DepartmentRequest request) protected org.springframework.data.jpa.domain.Specification<DepartmentEntity>DepartmentRestService.createSpecification(DepartmentRequest request) org.springframework.http.ResponseEntity<?>DepartmentRestController.delete(DepartmentRequest request) voidDepartmentRestService.delete(DepartmentRequest request) DepartmentRestController.export(DepartmentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>DepartmentRestController.queryByOrg(DepartmentRequest request) org.springframework.data.domain.Page<DepartmentResponse>DepartmentRestService.queryByOrg(DepartmentRequest request) org.springframework.http.ResponseEntity<?>DepartmentRestController.queryByUid(DepartmentRequest request) org.springframework.http.ResponseEntity<?>DepartmentRestController.queryByUser(DepartmentRequest request) static org.springframework.data.jpa.domain.Specification<DepartmentEntity>DepartmentSpecification.search(DepartmentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>DepartmentRestController.update(DepartmentRequest request) DepartmentRestService.update(DepartmentRequest request)