| Modifier and Type | Method and Description |
|---|---|
Optional<AspspPayment> |
PaymentRepository.findByPaymentId(String paymentId) |
List<AspspPayment> |
PaymentRepository.findByPaymentIdOrBulkId(String paymentId,
String bulkId) |
| Modifier and Type | Method and Description |
|---|---|
List<AspspPayment> |
PaymentService.getAllPayments()
Gets all payments
|
List<AspspPayment> |
PaymentService.getPaymentById(String paymentId)
Gets payments by paymentId
|
| Modifier and Type | Method and Description |
|---|---|
AspspPayment |
PaymentMapper.mapToAspspPayment(AspspPaymentInfo paymentInfo) |
AspspPayment |
PaymentMapper.mapToAspspPayment(AspspPeriodicPayment periodicPayment,
PisPaymentType paymentType) |
AspspPayment |
PaymentMapper.mapToAspspPayment(AspspSinglePayment singlePayment,
PisPaymentType paymentType) |
| Modifier and Type | Method and Description |
|---|---|
List<AspspPayment> |
PaymentMapper.mapToAspspPaymentList(List<AspspSinglePayment> payments,
String bulkId) |
| Modifier and Type | Method and Description |
|---|---|
AspspPaymentInfo |
PaymentMapper.mapToAspspPaymentInfo(AspspPayment aspspPayment) |
AspspPeriodicPayment |
PaymentMapper.mapToAspspPeriodicPayment(AspspPayment aspspPayment) |
AspspSinglePayment |
PaymentMapper.mapToAspspSinglePayment(AspspPayment aspspPayment) |
| Modifier and Type | Method and Description |
|---|---|
List<AspspSinglePayment> |
PaymentMapper.mapToAspspSinglePaymentList(List<AspspPayment> payments) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<AspspPayment>> |
PaymentController.getAllPayments() |
org.springframework.http.ResponseEntity<List<AspspPayment>> |
PaymentController.getPaymentByIdAndTypeAndProduct(String paymentType,
String paymentProduct,
String paymentId) |
Copyright © 2019. All rights reserved.