Uses of Class
de.adorsys.ledgers.deposit.db.domain.PaymentType
-
Packages that use PaymentType Package Description de.adorsys.ledgers.deposit.db.domain de.adorsys.ledgers.deposit.db.repository -
-
Uses of PaymentType in de.adorsys.ledgers.deposit.db.domain
Methods in de.adorsys.ledgers.deposit.db.domain that return PaymentType Modifier and Type Method Description static PaymentTypePaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentType[]PaymentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PaymentType in de.adorsys.ledgers.deposit.db.repository
Methods in de.adorsys.ledgers.deposit.db.repository with parameters of type PaymentType 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)
-