| Modifier and Type | Method and Description |
|---|---|
List<AspspPayment> |
PaymentRepository.findByPaymentIdOrBulkId(String paymentId,
String bulkId) |
| Modifier and Type | Method and Description |
|---|---|
List<AspspPayment> |
PaymentService.getAllPayments() |
List<AspspPayment> |
PaymentService.getPaymentById(String paymentId) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 © 2018. All rights reserved.