Class CreateDebitorExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.finance.impl.action.debitorexport.CreateDebitorExportActionServiceImpl
- All Implemented Interfaces:
CreateDebitorExportActionService
public class CreateDebitorExportActionServiceImpl
extends Object
implements CreateDebitorExportActionService
-
Constructor Summary
ConstructorDescriptionCreateDebitorExportActionServiceImpl
(CreateDebitorExportService createDebitorExportService, EntityExplorerActionSelectionService selectionService) -
Method Summary
Modifier and TypeMethodDescriptioncreateDebitorExport
(EntityExplorerActionSelection selection) creates a debitor export with related vouchers and accounting accountings are created byAccountingService
-
Constructor Details
-
CreateDebitorExportActionServiceImpl
public CreateDebitorExportActionServiceImpl(CreateDebitorExportService createDebitorExportService, EntityExplorerActionSelectionService selectionService)
-
-
Method Details
-
createDebitorExport
Description copied from interface:CreateDebitorExportActionService
creates a debitor export with related vouchers and accounting accountings are created byAccountingService
- Specified by:
createDebitorExport
in interfaceCreateDebitorExportActionService
- Parameters:
selection
- the selected vouchers- Returns:
- the primary key of the created debitor_export as a string
-