Interface DebitorExportService
- All Known Implementing Classes:
DebitorExportServiceImpl
public interface DebitorExportService
-
Method Summary
Modifier and TypeMethodDescriptiongetExportVouchers
(EntityExplorerActionSelection selection, boolean negate) checks for exportable or exported vouchersint
getExportVouchersCount
(EntityExplorerActionSelection selection, boolean negate) checks for exportable or exported vouchers a voucher counts as exported when it is related to a debitor_export
-
Method Details
-
getExportVouchersCount
int getExportVouchersCount(EntityExplorerActionSelection selection, boolean negate) throws RpcExecutionException, PersistException checks for exportable or exported vouchers a voucher counts as exported when it is related to a debitor_export- Parameters:
selection
- the selected vouchers- Returns:
- the count of exportable or exported vouchers
- Throws:
RpcExecutionException
PersistException
-
getExportVouchers
List<Entity> getExportVouchers(EntityExplorerActionSelection selection, boolean negate) throws PersistException, RpcExecutionException checks for exportable or exported vouchers- Parameters:
selection
- the selected vouchers- Returns:
- a List of exportable or exported vouchers
- Throws:
PersistException
RpcExecutionException
-