Package org.cyclos.services.banking
Interface VoucherConfigurationService
-
- All Superinterfaces:
CRUDService<VoucherConfigurationDTO,VoucherConfigurationData,CurrencyVO>,Service
- All Known Subinterfaces:
VoucherConfigurationServiceLocal
public interface VoucherConfigurationService extends CRUDService<VoucherConfigurationDTO,VoucherConfigurationData,CurrencyVO>
Service for managing voucher configurations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoucherConfigurationListDatagetListData()Returns data for listing voucher configurations, plus the currencies the logged administrator can create new configurationsList<VoucherConfigurationDetailedVO>list()Returns a list with all voucher configurations-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
getListData
VoucherConfigurationListData getListData() throws FrameworkException
Returns data for listing voucher configurations, plus the currencies the logged administrator can create new configurations- Throws:
FrameworkException
-
list
List<VoucherConfigurationDetailedVO> list() throws FrameworkException
Returns a list with all voucher configurations- Throws:
FrameworkException
-
-