| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountByIban(String iban,
LocalDateTime time,
boolean withBalance)
Deprecated.
shall be removed in v2.5
|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountById(String id,
LocalDateTime time,
boolean withBalance)
Retrieves AccountDetails with Balance on demand
|
| Modifier and Type | Method and Description |
|---|---|
CustomPageImpl<AccountDetailsTO> |
MiddlewareAccountManagementService.getAccountsByBranchAndMultipleParams(String countryCode,
String branchId,
String branchLogin,
String iban,
Boolean blocked,
CustomPageableImpl pageable) |
List<AccountDetailsTO> |
MiddlewareAccountManagementService.getAccountsByIbanAndCurrency(String iban,
String currency) |
List<AccountDetailsTO> |
MiddlewareAccountManagementService.getAllAccountDetailsByUserLogin(String userLogin)
Retrieves a List of AccountDetails by user login (psuId)
|
List<AccountDetailsTO> |
MiddlewareAccountManagementService.listDepositAccounts(String userId)
Retrieve the list of account viewable by the connected user.
|
List<AccountDetailsTO> |
MiddlewareAccountManagementService.listDepositAccountsByBranch(String userId)
TODO: return account or account details ???
Retrieve the list of account registered for the branch.
|
CustomPageImpl<AccountDetailsTO> |
MiddlewareAccountManagementService.listDepositAccountsByBranchPaged(String userId,
String queryParam,
CustomPageableImpl pageable) |
| Modifier and Type | Method and Description |
|---|---|
void |
MiddlewareAccountManagementService.createDepositAccount(ScaInfoTO scaInfoTO,
String accountNumberPrefix,
String accountNumberSuffix,
AccountDetailsTO accDetails)
Creates a new DepositAccount for the connected user.
|
void |
MiddlewareAccountManagementService.createDepositAccount(String userId,
ScaInfoTO scaInfoTO,
AccountDetailsTO depositAccount)
Creates a new DepositAccount.
|
Copyright © 2020. All rights reserved.