Class CardAccountAspectService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.link.BaseAspectService<CardAccountController>
-
- de.adorsys.psd2.xs2a.service.link.CardAccountAspectService
-
@Service public class CardAccountAspectService extends BaseAspectService<CardAccountController>
-
-
Constructor Summary
Constructors Constructor Description CardAccountAspectService(AspspProfileServiceWrapper aspspProfileServiceWrapper)
-
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
-
CardAccountAspectService
@Autowired public CardAccountAspectService(AspspProfileServiceWrapper aspspProfileServiceWrapper)
-
-
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)
-
-