| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Method and Description |
|---|---|
DepositAccountDetailsBO |
DepositAccountService.getAccountDetailsByIbanAndCurrency(String iban,
Currency currency,
LocalDateTime refTime,
boolean withBalances) |
DepositAccountDetailsBO |
DepositAccountService.getAccountDetailsById(String accountId,
LocalDateTime refTime,
boolean withBalances) |
DepositAccountDetailsBO |
DepositAccountService.getDetailsByIban(String iban,
LocalDateTime refTime,
boolean withBalances)
Deprecated.
shall be removed in v2.5
|
| Modifier and Type | Method and Description |
|---|---|
List<DepositAccountDetailsBO> |
DepositAccountService.findDetailsByBranch(String branch) |
org.springframework.data.domain.Page<DepositAccountDetailsBO> |
DepositAccountService.findDetailsByBranchPaged(String branch,
String queryParam,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2019. All rights reserved.