Interface WageSimulationActionService
- All Known Implementing Classes:
WageSimulationActionServiceImpl
public interface WageSimulationActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
simulate
(EntityExplorerActionSelection selection) Deprecated.
-
Method Details
-
simulate
Deprecated.Calculates the wages of each reservation lecturer booking linked to the selected events (relLecturer_booking.relEvent) and sets the calculated wage values with the current timestamp on the fields `wage_simulated` and `date_simulated` of the reservation lecturer booking. This action does not create and persist any wages.- Parameters:
selection
- the selected event entities.
-