Interface MassWageCreateActionService
- All Known Implementing Classes:
MassWageCreateActionServiceImpl
public interface MassWageCreateActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
saveWages
(EntityExplorerActionSelection userSelection, RebindValue[] rebindValues) Creates a new wage for each selected user with the provided rebind values.
-
Method Details
-
saveWages
Creates a new wage for each selected user with the provided rebind values.- Parameters:
userSelection
- the selected usersrebindValues
- the rebind values from the create form
-