Uses of Class
com.bytedesk.team.department.DepartmentRequest
Packages that use DepartmentRequest
-
Uses of DepartmentRequest in com.bytedesk.team.department
Methods in com.bytedesk.team.department with parameters of type DepartmentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
DepartmentRestController.create
(DepartmentRequest departmentRequest) DepartmentRestService.create
(DepartmentRequest request) org.springframework.http.ResponseEntity<?>
DepartmentRestController.delete
(DepartmentRequest departmentRequest) void
DepartmentRestService.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) org.springframework.data.domain.Page<DepartmentResponse>
DepartmentRestService.queryByUser
(DepartmentRequest request) static org.springframework.data.jpa.domain.Specification<DepartmentEntity>
DepartmentSpecification.search
(DepartmentRequest request) org.springframework.http.ResponseEntity<?>
DepartmentRestController.update
(DepartmentRequest departmentRequest) DepartmentRestService.update
(DepartmentRequest departmentRequest)