Class RemoveDebitorExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.RemoveDebitorExportActionServiceImpl
- All Implemented Interfaces:
RemoveDebitorExportActionService
@Deprecated
public class RemoveDebitorExportActionServiceImpl
extends Object
implements RemoveDebitorExportActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionRemoveDebitorExportActionServiceImpl
(DebitorExportService debitorExportService, CommandExecutor commandExecutor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeDebitorExport
(EntityExplorerActionSelection selection) Deprecated.removes related vouchers and accountings from a debitor export
-
Constructor Details
-
RemoveDebitorExportActionServiceImpl
public RemoveDebitorExportActionServiceImpl(DebitorExportService debitorExportService, CommandExecutor commandExecutor) Deprecated.
-
-
Method Details
-
removeDebitorExport
public void removeDebitorExport(EntityExplorerActionSelection selection) throws RpcExecutionException Deprecated.Description copied from interface:RemoveDebitorExportActionService
removes related vouchers and accountings from a debitor export- Specified by:
removeDebitorExport
in interfaceRemoveDebitorExportActionService
- Parameters:
selection
- the selected vouchers- Throws:
RpcExecutionException
-