| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Method and Description |
|---|---|
DepositAccountBO |
DepositAccountService.createNewAccount(DepositAccountBO depositAccountBO,
String userName,
String branch) |
DepositAccountBO |
DepositAccountService.getAccountByIbanAndCurrency(String iban,
Currency currency)
Retrieve account by IBAN and Currency
|
| Modifier and Type | Method and Description |
|---|---|
List<DepositAccountBO> |
DepositAccountService.findByAccountNumberPrefix(String accountNumberPrefix) |
List<DepositAccountBO> |
DepositAccountService.getAccountsByIbanAndParamCurrency(String iban,
String currency)
Retrieve accounts by IBAN and Currency(partial/empty)
|
Optional<DepositAccountBO> |
DepositAccountService.getOptionalAccountByIbanAndCurrency(String iban,
Currency currency) |
| Modifier and Type | Method and Description |
|---|---|
DepositAccountBO |
DepositAccountService.createNewAccount(DepositAccountBO depositAccountBO,
String userName,
String branch) |
Copyright © 2019. All rights reserved.