Uses of Class
com.bytedesk.kbase.text.TextRequest
Packages that use TextRequest
-
Uses of TextRequest in com.bytedesk.kbase.text
Methods in com.bytedesk.kbase.text with parameters of type TextRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TextRestController.create
(TextRequest request) TextRestService.create
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.delete
(TextRequest request) void
TextRestService.delete
(TextRequest request) TextRestController.export
(TextRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
TextRestController.queryByOrg
(TextRequest request) org.springframework.data.domain.Page<TextResponse>
TextRestService.queryByOrg
(TextRequest request) org.springframework.data.domain.Page<TextEntity>
TextRestService.queryByOrgExcel
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.queryByUid
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.queryByUser
(TextRequest request) org.springframework.data.domain.Page<TextResponse>
TextRestService.queryByUser
(TextRequest request) static org.springframework.data.jpa.domain.Specification<TextEntity>
TextSpecification.search
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.update
(TextRequest request) TextRestService.update
(TextRequest request)