Uses of Class
de.adorsys.ledgers.deposit.db.domain.Payment
-
Packages that use Payment Package Description de.adorsys.ledgers.deposit.db.repository -
-
Uses of Payment in de.adorsys.ledgers.deposit.db.repository
Methods in de.adorsys.ledgers.deposit.db.repository that return types with arguments of type Payment Modifier and Type Method Description List<Payment>PaymentRepository. findAllByAccountIdInAndPaymentTypeAndTransactionStatus(Set<String> accountId, PaymentType type, TransactionStatus status)org.springframework.data.domain.Page<Payment>PaymentRepository. findAllByAccountIdInAndPaymentTypeAndTransactionStatus(Set<String> accountId, PaymentType type, TransactionStatus status, org.springframework.data.domain.Pageable pageable)Optional<Payment>PaymentRepository. findByPaymentIdAndTransactionStatus(String paymentId, TransactionStatus status)List<Payment>PaymentRepository. getAllDuePayments()
-