| 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<Xs2aAccountReport> |
AccountService.getAccountReport(String consentId,
String accountId,
LocalDate dateFrom,
LocalDate dateTo,
String transactionId,
boolean psuInvolved,
Xs2aBookingStatus bookingStatus,
boolean withBalance,
boolean deltaList)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReportByPeriod(String accountId,
boolean withBalance,
String consentId,
LocalDate dateFrom,
LocalDate dateTo,
Xs2aBookingStatus bookingStatus)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReportByTransactionId(String consentId,
String accountId,
String transactionId)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Xs2aAccountReport> |
AccountMapper.mapToAccountReport(List<SpiTransaction> spiTransactions) |
| Modifier and Type | Method and Description |
|---|---|
static AccountReport |
AccountModelMapper.mapToAccountReport(Xs2aAccountReport accountReport) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Xs2aAccountReport> |
AccountController.getTransactions(String accountId,
String consentId,
LocalDate dateFrom,
LocalDate dateTo,
String transactionId,
boolean psuInvolved,
String bookingStatus,
boolean withBalance,
boolean deltaList) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountReport> |
AccountAspect.getAccountReportByPeriodAspect(ResponseObject<Xs2aAccountReport> result,
String accountId,
boolean withBalance) |
ResponseObject<Xs2aAccountReport> |
AccountAspect.getAccountReportByTransactionIdAspect(ResponseObject<Xs2aAccountReport> result,
String consentID,
String accountId,
String resourceId) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountReport> |
AccountAspect.getAccountReportByPeriodAspect(ResponseObject<Xs2aAccountReport> result,
String accountId,
boolean withBalance) |
ResponseObject<Xs2aAccountReport> |
AccountAspect.getAccountReportByTransactionIdAspect(ResponseObject<Xs2aAccountReport> result,
String consentID,
String accountId,
String resourceId) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.