Interface TransOverviewQuery
-
- All Known Implementing Classes:
AccountHistoriesOverviewQuery,InstallmentOverviewQuery,TransactionOverviewQuery
public interface TransOverviewQuery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<UserVO>getBrokers()Set<CurrencyVO>getCurrencies()Set<AccountTypeVO>getFromAccounts()Set<AccountTypeVO>getToAccounts()
-
-
-
Method Detail
-
getCurrencies
Set<CurrencyVO> getCurrencies()
-
getFromAccounts
Set<AccountTypeVO> getFromAccounts()
-
getToAccounts
Set<AccountTypeVO> getToAccounts()
-
-