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