Uses of Class
com.bytedesk.kbase.material.MaterialRequest
Packages that use MaterialRequest
-
Uses of MaterialRequest in com.bytedesk.kbase.material
Methods in com.bytedesk.kbase.material with parameters of type MaterialRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>MaterialRestController.create(MaterialRequest request) MaterialRestService.create(MaterialRequest request) protected org.springframework.data.jpa.domain.Specification<MaterialEntity>MaterialRestService.createSpecification(MaterialRequest request) org.springframework.http.ResponseEntity<?>MaterialRestController.delete(MaterialRequest request) voidMaterialRestService.delete(MaterialRequest request) MaterialRestController.export(MaterialRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>MaterialRestController.queryByOrg(MaterialRequest request) org.springframework.http.ResponseEntity<?>MaterialRestController.queryByUid(MaterialRequest request) org.springframework.http.ResponseEntity<?>MaterialRestController.queryByUser(MaterialRequest request) static org.springframework.data.jpa.domain.Specification<MaterialEntity>MaterialSpecification.search(MaterialRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>MaterialRestController.update(MaterialRequest request) MaterialRestService.update(MaterialRequest request)