public interface CurrencyDao
CurrencyModel access.| Modifier and Type | Method and Description |
|---|---|
List<CurrencyModel> |
findBaseCurrencies()
Find
CurrencyModel base currency. |
List<CurrencyModel> |
findCurrencies()
Find all
CurrencyModel instances. |
List<CurrencyModel> |
findCurrenciesByCode(String isoCode)
Find all
CurrencyModel instances by given code. |
List<CurrencyModel> findCurrencies()
CurrencyModel instances.List<CurrencyModel> findCurrenciesByCode(String isoCode)
CurrencyModel instances by given code.List<CurrencyModel> findBaseCurrencies()
CurrencyModel base currency.Copyright © 2017 SAP SE. All Rights Reserved.