Package org.cyclos.services.banking
Interface VoucherTypeService
-
- All Superinterfaces:
CRUDService<VoucherTypeDTO,VoucherTypeData,ConfigurationVO>,Service
- All Known Subinterfaces:
VoucherTypeServiceLocal
public interface VoucherTypeService extends CRUDService<VoucherTypeDTO,VoucherTypeData,ConfigurationVO>
Service for managing voucher types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoucherTypeListDatagetListData()Returns data for listing voucher typesList<VoucherTypeVO>list()Returns a list with all voucher types regardless of whether they are enabled or not or have expired.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
getListData
VoucherTypeListData getListData() throws FrameworkException
Returns data for listing voucher types- Throws:
FrameworkException
-
list
List<VoucherTypeVO> list() throws FrameworkException
Returns a list with all voucher types regardless of whether they are enabled or not or have expired.- Throws:
FrameworkException
-
-