public interface CurrencyService extends CRUDService<CurrencyDTO,CurrencyData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CurrencyVO> |
list()
List all available currencies
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<CurrencyVO> list() throws FrameworkException
FrameworkException