Uses of Class
com.bytedesk.service.form.FormRequest
Packages that use FormRequest
-
Uses of FormRequest in com.bytedesk.service.form
Methods in com.bytedesk.service.form with parameters of type FormRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>FormRestController.create(FormRequest request) FormRestService.create(FormRequest request) protected org.springframework.data.jpa.domain.Specification<FormEntity>FormRestService.createSpecification(FormRequest request) org.springframework.http.ResponseEntity<?>FormRestController.delete(FormRequest request) voidFormRestService.delete(FormRequest request) FormRestController.export(FormRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>FormRestController.queryByOrg(FormRequest request) org.springframework.http.ResponseEntity<?>FormRestController.queryByUid(FormRequest request) org.springframework.http.ResponseEntity<?>FormRestController.queryByUser(FormRequest request) static org.springframework.data.jpa.domain.Specification<FormEntity>FormSpecification.search(FormRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>FormRestController.update(FormRequest request) FormRestService.update(FormRequest request)