Class MassWageCreateActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.salary.impl.action.MassWageCreateActionServiceImpl
- All Implemented Interfaces:
MassWageCreateActionService
-
Constructor Summary
ConstructorDescriptionMassWageCreateActionServiceImpl
(Context persistContext, EntityExplorerActionSelectionService entityExplorerActionSelectionService, RebindService rebindService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
saveWages
(EntityExplorerActionSelection userSelection, RebindValue[] rebindValues) Creates a new wage for each selected user with the provided rebind values.
-
Constructor Details
-
MassWageCreateActionServiceImpl
public MassWageCreateActionServiceImpl(Context persistContext, EntityExplorerActionSelectionService entityExplorerActionSelectionService, RebindService rebindService)
-
-
Method Details
-
saveWages
Description copied from interface:MassWageCreateActionService
Creates a new wage for each selected user with the provided rebind values.- Specified by:
saveWages
in interfaceMassWageCreateActionService
- Parameters:
userSelection
- the selected usersrebindValues
- the rebind values from the create form
-