Package de.adorsys.psd2.xs2a.web.aspect
Class CardAccountAspect
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.aspect.CardAccountAspect
-
@Component public class CardAccountAspect extends Object
-
-
Constructor Summary
Constructors Constructor Description CardAccountAspect(CardAccountAspectService cardAccountAspectService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<Xs2aCardAccountDetailsHolder>getCardAccountDetails(ResponseObject<Xs2aCardAccountDetailsHolder> result)ResponseObject<Xs2aCardAccountListHolder>getCardAccountList(ResponseObject<Xs2aCardAccountListHolder> result)ResponseObject<Xs2aCardTransactionsReport>getTransactionsReportByPeriod(ResponseObject<Xs2aCardTransactionsReport> result, Xs2aTransactionsReportByPeriodRequest request)
-
-
-
Constructor Detail
-
CardAccountAspect
public CardAccountAspect(CardAccountAspectService cardAccountAspectService)
-
-
Method Detail
-
getCardAccountList
public ResponseObject<Xs2aCardAccountListHolder> getCardAccountList(ResponseObject<Xs2aCardAccountListHolder> result)
-
getCardAccountDetails
public ResponseObject<Xs2aCardAccountDetailsHolder> getCardAccountDetails(ResponseObject<Xs2aCardAccountDetailsHolder> result)
-
getTransactionsReportByPeriod
public ResponseObject<Xs2aCardTransactionsReport> getTransactionsReportByPeriod(ResponseObject<Xs2aCardTransactionsReport> result, Xs2aTransactionsReportByPeriodRequest request)
-
-