Uses of Class
com.bytedesk.core.payment.PaymentRequest
Packages that use PaymentRequest
-
Uses of PaymentRequest in com.bytedesk.core.payment
Methods in com.bytedesk.core.payment with parameters of type PaymentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>PaymentRestController.create(PaymentRequest request) PaymentRestService.create(PaymentRequest request) protected org.springframework.data.jpa.domain.Specification<PaymentEntity>PaymentRestService.createSpecification(PaymentRequest request) org.springframework.http.ResponseEntity<?>PaymentRestController.delete(PaymentRequest request) voidPaymentRestService.delete(PaymentRequest entity) PaymentRestController.export(PaymentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>PaymentRestController.queryByOrg(PaymentRequest request) org.springframework.data.domain.Page<PaymentResponse>PaymentRestService.queryByOrg(PaymentRequest request) org.springframework.http.ResponseEntity<?>PaymentRestController.queryByUid(PaymentRequest request) org.springframework.http.ResponseEntity<?>PaymentRestController.queryByUser(PaymentRequest request) org.springframework.data.domain.Page<PaymentResponse>PaymentRestService.queryByUser(PaymentRequest request) static org.springframework.data.jpa.domain.Specification<PaymentEntity>PaymentSpecification.search(PaymentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>PaymentRestController.update(PaymentRequest request) PaymentRestService.update(PaymentRequest request)