| Package | Description |
|---|---|
| de.adorsys.aspsp.xs2a.service | |
| de.adorsys.aspsp.xs2a.service.mapper | |
| de.adorsys.aspsp.xs2a.web | |
| de.adorsys.aspsp.xs2a.web.aspect |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountDetails> |
AccountService.getAccountDetails(String consentId,
String accountId,
boolean withBalance)
Gets AccountDetails based on accountId, details get checked with provided AIS-consent, depending on withBalance variable and
AccountAccess in AIS-consent Balances are passed along with AccountDetails.
|
Optional<Xs2aAccountDetails> |
AccountService.getAccountDetailsByAccountReference(AccountReference reference) |
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
AccountService.getAccountDetailsList(String consentId,
boolean withBalance)
Gets AccountDetails list based on accounts in provided AIS-consent, depending on withBalance variable and
AccountAccess in AIS-consent Balances are passed along with AccountDetails.
|
| Modifier and Type | Method and Description |
|---|---|
Xs2aAccountDetails |
AccountMapper.mapToAccountDetailNoBalances(Xs2aAccountDetails detail) |
Xs2aAccountDetails |
AccountMapper.mapToAccountDetails(SpiAccountDetails accountDetails) |
| Modifier and Type | Method and Description |
|---|---|
List<Xs2aAccountDetails> |
AccountMapper.mapToAccountDetailsListNoBalances(List<Xs2aAccountDetails> details) |
| Modifier and Type | Method and Description |
|---|---|
Xs2aAccountDetails |
AccountMapper.mapToAccountDetailNoBalances(Xs2aAccountDetails detail) |
static AccountDetails |
AccountModelMapper.mapToAccountDetails(Xs2aAccountDetails accountDetails) |
| Modifier and Type | Method and Description |
|---|---|
List<Xs2aAccountDetails> |
AccountMapper.mapToAccountDetailsListNoBalances(List<Xs2aAccountDetails> details) |
static AccountList |
AccountModelMapper.mapToAccountList(Map<String,List<Xs2aAccountDetails>> accountDetailsList) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Map<String,List<Xs2aAccountDetails>>> |
AccountController.getAccounts(String consentId,
boolean withBalance) |
org.springframework.http.ResponseEntity<Xs2aAccountDetails> |
AccountController.readAccountDetails(String consentId,
String accountId,
boolean withBalance) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountDetails> |
AccountAspect.getAccountDetailsAspect(ResponseObject<Xs2aAccountDetails> result,
String consentId,
String accountId,
boolean withBalance) |
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
AccountAspect.getAccountDetailsListAspect(ResponseObject<Map<String,List<Xs2aAccountDetails>>> result,
String consentId,
boolean withBalance) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountDetails> |
AccountAspect.getAccountDetailsAspect(ResponseObject<Xs2aAccountDetails> result,
String consentId,
String accountId,
boolean withBalance) |
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
AccountAspect.getAccountDetailsListAspect(ResponseObject<Map<String,List<Xs2aAccountDetails>>> result,
String consentId,
boolean withBalance) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.