public abstract class LedgersSpiAccountMapper extends Object
| Constructor and Description |
|---|
LedgersSpiAccountMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountBalance |
accountBalanceTOToSpiAccountBalance(de.adorsys.ledgers.middleware.api.domain.account.AccountBalanceTO accountBalanceTO) |
abstract de.adorsys.ledgers.middleware.api.domain.account.FundsConfirmationRequestTO |
toFundsConfirmationTO(de.adorsys.psd2.xs2a.spi.domain.psu.SpiPsuData psuData,
de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationRequest spiFundsConfirmationRequest) |
abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountBalance> |
toSpiAccountBalancesList(List<de.adorsys.ledgers.middleware.api.domain.account.AccountBalanceTO> accountBalanceTOS) |
de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountDetails |
toSpiAccountDetails(de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO accountDetails) |
abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountDetails> |
toSpiAccountDetailsList(List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> accountDetails) |
de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountReference |
toSpiAccountReference(de.adorsys.ledgers.middleware.api.domain.account.AccountReferenceTO reference) |
de.adorsys.psd2.xs2a.spi.domain.common.SpiAmount |
toSpiAmount(de.adorsys.ledgers.middleware.api.domain.payment.AmountTO amount) |
de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate |
toSpiExchangeRate(de.adorsys.ledgers.middleware.api.domain.account.ExchangeRateTO exchangeRate) |
abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate> |
toSpiExchangeRateList(List<de.adorsys.ledgers.middleware.api.domain.account.ExchangeRateTO> exchangeRates) |
de.adorsys.psd2.xs2a.spi.domain.account.SpiTransaction |
toSpiTransaction(de.adorsys.ledgers.middleware.api.domain.account.TransactionTO transaction) |
abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiTransaction> |
toSpiTransactions(List<de.adorsys.ledgers.middleware.api.domain.account.TransactionTO> transactions) |
public abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountDetails> toSpiAccountDetailsList(List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> accountDetails)
public de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountDetails toSpiAccountDetails(de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO accountDetails)
public abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiTransaction> toSpiTransactions(List<de.adorsys.ledgers.middleware.api.domain.account.TransactionTO> transactions)
public de.adorsys.psd2.xs2a.spi.domain.account.SpiTransaction toSpiTransaction(de.adorsys.ledgers.middleware.api.domain.account.TransactionTO transaction)
public de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountReference toSpiAccountReference(de.adorsys.ledgers.middleware.api.domain.account.AccountReferenceTO reference)
public abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountBalance> toSpiAccountBalancesList(List<de.adorsys.ledgers.middleware.api.domain.account.AccountBalanceTO> accountBalanceTOS)
public abstract de.adorsys.psd2.xs2a.spi.domain.account.SpiAccountBalance accountBalanceTOToSpiAccountBalance(de.adorsys.ledgers.middleware.api.domain.account.AccountBalanceTO accountBalanceTO)
public abstract List<de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate> toSpiExchangeRateList(List<de.adorsys.ledgers.middleware.api.domain.account.ExchangeRateTO> exchangeRates)
public de.adorsys.psd2.xs2a.spi.domain.account.SpiExchangeRate toSpiExchangeRate(de.adorsys.ledgers.middleware.api.domain.account.ExchangeRateTO exchangeRate)
public de.adorsys.psd2.xs2a.spi.domain.common.SpiAmount toSpiAmount(de.adorsys.ledgers.middleware.api.domain.payment.AmountTO amount)
public abstract de.adorsys.ledgers.middleware.api.domain.account.FundsConfirmationRequestTO toFundsConfirmationTO(de.adorsys.psd2.xs2a.spi.domain.psu.SpiPsuData psuData,
de.adorsys.psd2.xs2a.spi.domain.fund.SpiFundsConfirmationRequest spiFundsConfirmationRequest)
Copyright © 2020. All rights reserved.