| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain | |
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Method and Description |
|---|---|
static TransactionStatusBO |
TransactionStatusBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionStatusBO[] |
TransactionStatusBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionStatusBO |
DepositAccountPaymentService.cancelPayment(String paymentId) |
TransactionStatusBO |
DepositAccountPaymentService.executePayment(String paymentId,
String userName) |
TransactionStatusBO |
DepositAccountPaymentService.getPaymentStatusById(String paymentId) |
TransactionStatusBO |
DepositAccountPaymentService.updatePaymentStatus(String paymentId,
TransactionStatusBO status) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentBO> |
DepositAccountPaymentService.getPaymentsByTypeStatusAndDebtor(PaymentTypeBO paymentType,
TransactionStatusBO status,
List<AccountReferenceBO> referenceList) |
PaymentBO |
DepositAccountPaymentService.initiatePayment(PaymentBO paymentBO,
TransactionStatusBO status) |
TransactionStatusBO |
DepositAccountPaymentService.updatePaymentStatus(String paymentId,
TransactionStatusBO status) |
Copyright © 2019. All rights reserved.