Package org.cyclos.impl.banking
Interface VoucherCategoryServiceLocal
-
- All Superinterfaces:
CRUDService<VoucherCategoryDTO,VoucherCategoryData,Void>,CRUDServiceLocal<VoucherCategory,VoucherCategoryDTO,VoucherCategoryData,Void>,Service,VoucherCategoryService
public interface VoucherCategoryServiceLocal extends VoucherCategoryService, CRUDServiceLocal<VoucherCategory,VoucherCategoryDTO,VoucherCategoryData,Void>
Local interface forVoucherCategoryService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<VoucherCategory>listAll()Returns a list with all voucher category-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.banking.VoucherCategoryService
list, saveOrder
-
-
-
-
Method Detail
-
listAll
List<VoucherCategory> listAll()
Returns a list with all voucher category
-
-