Class MassWageCreateActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.salary.impl.action.MassWageCreateActionServiceImpl
- All Implemented Interfaces:
MassWageCreateActionService
-
Constructor Summary
ConstructorsConstructorDescriptionMassWageCreateActionServiceImpl(Context persistContext, EntityExplorerActionSelectionService entityExplorerActionSelectionService, RebindService rebindService) -
Method Summary
Modifier and TypeMethodDescriptionvoidsaveWages(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:MassWageCreateActionServiceCreates a new wage for each selected user with the provided rebind values.- Specified by:
saveWagesin interfaceMassWageCreateActionService- Parameters:
userSelection- the selected usersrebindValues- the rebind values from the create form
-