public interface VoucherConfigurationService extends CRUDService<VoucherConfigurationDTO,VoucherConfigurationData,CurrencyVO>
| Modifier and Type | Method and Description |
|---|---|
VoucherConfigurationListData |
getListData()
Returns data for listing voucher configurations, plus the currencies the
logged administrator can create new configurations
|
java.util.List<VoucherConfigurationDetailedVO> |
list()
Returns a list with all voucher configurations
|
getData, getDataForNew, load, remove, removeAll, saveVoucherConfigurationListData getListData() throws FrameworkException
FrameworkExceptionjava.util.List<VoucherConfigurationDetailedVO> list() throws FrameworkException
FrameworkException