| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.service | |
| de.adorsys.psd2.xs2a.service.mapper | |
| de.adorsys.psd2.xs2a.service.mapper.spi_xs2a_mappers | |
| de.adorsys.psd2.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.
|
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
AccountService.getAccountList(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 |
|---|---|
AccountDetails |
AccountModelMapper.mapToAccountDetails(Xs2aAccountDetails accountDetails) |
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountModelMapper.mapToAccountList(Map<String,List<Xs2aAccountDetails>> accountDetailsList) |
| Modifier and Type | Method and Description |
|---|---|
Xs2aAccountDetails |
SpiToXs2aAccountDetailsMapper.mapToXs2aAccountDetails(SpiAccountDetails accountDetails) |
| Modifier and Type | Method and Description |
|---|---|
List<Xs2aAccountDetails> |
SpiToXs2aAccountDetailsMapper.mapToXs2aAccountDetailsList(List<SpiAccountDetails> accountDetails) |
| 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.