Uses of Class
de.adorsys.ledgers.deposit.api.domain.TransactionStatusBO
-
Packages that use TransactionStatusBO Package Description de.adorsys.ledgers.deposit.api.domain de.adorsys.ledgers.deposit.api.service -
-
Uses of TransactionStatusBO in de.adorsys.ledgers.deposit.api.domain
Methods in de.adorsys.ledgers.deposit.api.domain that return TransactionStatusBO Modifier and Type Method Description static TransactionStatusBOTransactionStatusBO. 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. -
Uses of TransactionStatusBO in de.adorsys.ledgers.deposit.api.service
Methods in de.adorsys.ledgers.deposit.api.service that return TransactionStatusBO Modifier and Type Method Description TransactionStatusBODepositAccountPaymentService. cancelPayment(String paymentId)TransactionStatusBODepositAccountPaymentService. executePayment(String paymentId, String userName)TransactionStatusBODepositAccountPaymentService. getPaymentStatusById(String paymentId)TransactionStatusBODepositAccountPaymentService. updatePaymentStatus(String paymentId, TransactionStatusBO status)Methods in de.adorsys.ledgers.deposit.api.service with parameters of type TransactionStatusBO Modifier and Type Method Description List<PaymentBO>DepositAccountPaymentService. getPaymentsByTypeStatusAndDebtor(PaymentTypeBO paymentType, TransactionStatusBO status, Set<String> accountIds)org.springframework.data.domain.Page<PaymentBO>DepositAccountPaymentService. getPaymentsByTypeStatusAndDebtorPaged(PaymentTypeBO paymentType, TransactionStatusBO status, Set<String> accountIds, org.springframework.data.domain.Pageable pageable)PaymentBODepositAccountPaymentService. initiatePayment(PaymentBO paymentBO, TransactionStatusBO status)TransactionStatusBODepositAccountPaymentService. updatePaymentStatus(String paymentId, TransactionStatusBO status)
-