public interface VoucherTypeService extends CRUDService<VoucherTypeDTO,VoucherTypeData,ConfigurationVO>
| Modifier and Type | Method and Description |
|---|---|
VoucherTypeListData |
getListData()
Returns data for listing voucher types
|
java.util.List<VoucherTypeVO> |
list()
Returns a list with all voucher types
|
getData, getDataForNew, load, remove, removeAll, saveVoucherTypeListData getListData() throws FrameworkException
FrameworkExceptionjava.util.List<VoucherTypeVO> list() throws FrameworkException
FrameworkException