Uses of Class
de.adorsys.ledgers.deposit.api.domain.DepositAccountBO
-
Packages that use DepositAccountBO Package Description de.adorsys.ledgers.deposit.api.service -
-
Uses of DepositAccountBO in de.adorsys.ledgers.deposit.api.service
Methods in de.adorsys.ledgers.deposit.api.service that return DepositAccountBO Modifier and Type Method Description DepositAccountBODepositAccountService. createNewAccount(DepositAccountBO depositAccountBO, String userName, String branch)DepositAccountBODepositAccountService. getAccountByIbanAndCurrency(String iban, Currency currency)Retrieve account by IBAN and CurrencyDepositAccountBODepositAccountService. getAccountById(String accountId)Retrieve account by accountIdMethods in de.adorsys.ledgers.deposit.api.service that return types with arguments of type DepositAccountBO Modifier and Type Method Description org.springframework.data.domain.Page<DepositAccountBO>DepositAccountService. findByBranchIdsAndMultipleParams(Collection<String> branchIds, String iban, Boolean blocked, org.springframework.data.domain.Pageable pageable)List<DepositAccountBO>DepositAccountService. getAccountsByIbanAndParamCurrency(String iban, String currency)Retrieve accounts by IBAN and Currency(partial/empty)Optional<DepositAccountBO>DepositAccountService. getOptionalAccountByIbanAndCurrency(String iban, Currency currency)Optional<DepositAccountBO>DepositAccountService. getOptionalAccountById(String accountId)Methods in de.adorsys.ledgers.deposit.api.service with parameters of type DepositAccountBO Modifier and Type Method Description DepositAccountBODepositAccountService. createNewAccount(DepositAccountBO depositAccountBO, String userName, String branch)
-