Class DebitorExportServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.service.debitorexport.DebitorExportServiceImpl
- All Implemented Interfaces:
DebitorExportService
Deprecated.
-
Constructor Summary
ConstructorDescriptionDebitorExportServiceImpl
(EntityExplorerActionSelectionService selectionService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetExportVouchers
(EntityExplorerActionSelection selection, boolean negate) Deprecated.checks for exportable or exported vouchersint
getExportVouchersCount
(EntityExplorerActionSelection selection, boolean negate) Deprecated.checks for exportable or exported vouchers a voucher counts as exported when it is related to a debitor_export
-
Constructor Details
-
DebitorExportServiceImpl
Deprecated.
-
-
Method Details
-
getExportVouchersCount
public int getExportVouchersCount(EntityExplorerActionSelection selection, boolean negate) throws RpcExecutionException Deprecated.Description copied from interface:DebitorExportService
checks for exportable or exported vouchers a voucher counts as exported when it is related to a debitor_export- Specified by:
getExportVouchersCount
in interfaceDebitorExportService
- Parameters:
selection
- the selected vouchers- Returns:
- the count of exportable or exported vouchers
- Throws:
RpcExecutionException
-
getExportVouchers
public List<Entity> getExportVouchers(EntityExplorerActionSelection selection, boolean negate) throws PersistException, RpcExecutionException Deprecated.Description copied from interface:DebitorExportService
checks for exportable or exported vouchers- Specified by:
getExportVouchers
in interfaceDebitorExportService
- Parameters:
selection
- the selected vouchers- Returns:
- a List of exportable or exported vouchers
- Throws:
PersistException
RpcExecutionException
-