public abstract class AccountDetailsMapper extends Object
| Constructor and Description |
|---|
AccountDetailsMapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract AccountDetailsExtendedTO |
toAccountDetailsExtendedTO(DepositAccountBO source,
String branchLogin) |
abstract List<AccountDetailsTO> |
toAccountDetailsList(List<DepositAccountBO> source) |
abstract AccountDetailsTO |
toAccountDetailsTO(DepositAccountBO details,
List<BalanceBO> balances) |
AccountDetailsTO |
toAccountDetailsTO(DepositAccountDetailsBO source) |
abstract List<AccountDetailsTO> |
toAccountDetailsTOList(List<DepositAccountDetailsBO> source) |
abstract List<AccountReferenceBO> |
toAccountReferenceList(List<AccountAccessBO> source) |
protected AccountStatusTO |
toAccountStatusTO(DepositAccountBO details) |
abstract DepositAccountBO |
toDepositAccountBO(AccountDetailsTO source) |
abstract FundsConfirmationRequestBO |
toFundsConfirmationRequestBO(FundsConfirmationRequestTO source) |
public abstract AccountDetailsTO toAccountDetailsTO(DepositAccountBO details, List<BalanceBO> balances)
public abstract AccountDetailsExtendedTO toAccountDetailsExtendedTO(DepositAccountBO source, String branchLogin)
public abstract DepositAccountBO toDepositAccountBO(AccountDetailsTO source)
public AccountDetailsTO toAccountDetailsTO(DepositAccountDetailsBO source)
public abstract List<AccountDetailsTO> toAccountDetailsTOList(List<DepositAccountDetailsBO> source)
public abstract FundsConfirmationRequestBO toFundsConfirmationRequestBO(FundsConfirmationRequestTO source)
public abstract List<AccountDetailsTO> toAccountDetailsList(List<DepositAccountBO> source)
public abstract List<AccountReferenceBO> toAccountReferenceList(List<AccountAccessBO> source)
protected AccountStatusTO toAccountStatusTO(DepositAccountBO details)
Copyright © 2020. All rights reserved.