Package org.cyclos.services.banking
Interface VoucherCategoryService
-
- All Superinterfaces:
CRUDService<VoucherCategoryDTO,VoucherCategoryData,Void>,Service
- All Known Subinterfaces:
VoucherCategoryServiceLocal
public interface VoucherCategoryService extends CRUDService<VoucherCategoryDTO,VoucherCategoryData,Void>
Service for managing voucher categores
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VoucherCategoryVO>list()Returns a list with all voucher configurationsvoidsaveOrder(List<Long> ids)Reorders the categories-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<VoucherCategoryVO> list() throws FrameworkException
Returns a list with all voucher configurations- Throws:
FrameworkException
-
saveOrder
void saveOrder(List<Long> ids) throws FrameworkException
Reorders the categories- Throws:
FrameworkException
-
-