Class SalaryExportActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.salaryexport.impl.actions.SalaryExportActionServiceImpl
- All Implemented Interfaces:
SalaryExportActionService
-
Constructor Summary
ConstructorsConstructorDescriptionSalaryExportActionServiceImpl(EntityExplorerActionSelectionService selectionService, SalaryExportService salaryExportService) -
Method Summary
Modifier and TypeMethodDescriptionexportWages(EntityExplorerActionSelection selection) intgetExportableWages(EntityExplorerActionSelection selection)
-
Constructor Details
-
SalaryExportActionServiceImpl
public SalaryExportActionServiceImpl(EntityExplorerActionSelectionService selectionService, SalaryExportService salaryExportService)
-
-
Method Details
-
getExportableWages
- Specified by:
getExportableWagesin interfaceSalaryExportActionService
-
exportWages
- Specified by:
exportWagesin interfaceSalaryExportActionService
-