public interface DepositAccountMapper
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
toAccountReference(AccountReferenceBO reference) |
AccountReferenceBO |
toAccountReferenceBO(DepositAccount depositAccount) |
DepositAccount |
toDepositAccount(DepositAccountBO depositAccount) |
DepositAccountBO |
toDepositAccountBO(DepositAccount depositAccount) |
List<DepositAccountBO> |
toDepositAccountListBO(List<DepositAccount> list) |
DepositAccountBO toDepositAccountBO(DepositAccount depositAccount)
List<DepositAccountBO> toDepositAccountListBO(List<DepositAccount> list)
DepositAccount toDepositAccount(DepositAccountBO depositAccount)
AccountReferenceBO toAccountReferenceBO(DepositAccount depositAccount)
AccountReference toAccountReference(AccountReferenceBO reference)
Copyright © 2020. All rights reserved.