Package org.cyclos.services.banking
Interface CurrencyService
-
- All Superinterfaces:
CRUDService<CurrencyDTO,CurrencyData,Void>,Service
- All Known Subinterfaces:
CurrencyServiceLocal
public interface CurrencyService extends CRUDService<CurrencyDTO,CurrencyData,Void>
Service interface for currencies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CurrencyVO>list()List all available currencies-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<CurrencyVO> list() throws FrameworkException
List all available currencies- Throws:
FrameworkException
-
-