Uses of Class
de.adorsys.ledgers.deposit.api.domain.PaymentBO
-
Packages that use PaymentBO Package Description de.adorsys.ledgers.deposit.api.service -
-
Uses of PaymentBO in de.adorsys.ledgers.deposit.api.service
Methods in de.adorsys.ledgers.deposit.api.service that return PaymentBO Modifier and Type Method Description PaymentBODepositAccountPaymentService. getPaymentById(String paymentId)PaymentBODepositAccountPaymentService. initiatePayment(PaymentBO paymentBO, TransactionStatusBO status)Methods in de.adorsys.ledgers.deposit.api.service that return types with arguments of type PaymentBO 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)Methods in de.adorsys.ledgers.deposit.api.service with parameters of type PaymentBO Modifier and Type Method Description voidDepositAccountTransactionService. bookPayment(PaymentBO payment, LocalDateTime postingTime, String userName)PaymentBODepositAccountPaymentService. initiatePayment(PaymentBO paymentBO, TransactionStatusBO status)
-