@Component public class AccountAspect extends AbstractLinkAspect<AccountController>
aspspProfileService| Constructor and Description |
|---|
AccountAspect(AspspProfileServiceWrapper aspspProfileService,
MessageService messageService) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountDetails> |
getAccountDetailsAspect(ResponseObject<Xs2aAccountDetails> result,
String consentId,
String accountId,
boolean withBalance) |
ResponseObject<Map<String,List<Xs2aAccountDetails>>> |
getAccountDetailsListAspect(ResponseObject<Map<String,List<Xs2aAccountDetails>>> result,
String consentId,
boolean withBalance) |
ResponseObject<Xs2aAccountReport> |
getAccountReportByTransactionIdAspect(ResponseObject<Xs2aAccountReport> result,
String consentID,
String accountId,
String resourceId) |
ResponseObject<Xs2aTransactionsReport> |
getTransactionsReportByPeriod(ResponseObject<Xs2aTransactionsReport> result,
String accountId,
boolean withBalance) |
hasErrorpublic AccountAspect(AspspProfileServiceWrapper aspspProfileService, MessageService messageService)
public ResponseObject<Xs2aAccountDetails> getAccountDetailsAspect(ResponseObject<Xs2aAccountDetails> result, String consentId, String accountId, boolean withBalance)
public ResponseObject<Map<String,List<Xs2aAccountDetails>>> getAccountDetailsListAspect(ResponseObject<Map<String,List<Xs2aAccountDetails>>> result, String consentId, boolean withBalance)
public ResponseObject<Xs2aTransactionsReport> getTransactionsReportByPeriod(ResponseObject<Xs2aTransactionsReport> result, String accountId, boolean withBalance)
public ResponseObject<Xs2aAccountReport> getAccountReportByTransactionIdAspect(ResponseObject<Xs2aAccountReport> result, String consentID, String accountId, String resourceId)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.