| 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
|
DepositAccountBO |
DepositAccountService.getAccountById(String accountId)
Retrieve account by accountId
|
| Modifier and Type | Method and Description |
|---|---|
List<DepositAccountBO> |
DepositAccountService.findByAccountNumberPrefix(String accountNumberPrefix) |
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) |
| Modifier and Type | Method and Description |
|---|---|
DepositAccountBO |
DepositAccountService.createNewAccount(DepositAccountBO depositAccountBO,
String userName,
String branch) |
Copyright © 2020. All rights reserved.