Interface WageSimulationActionService

All Known Implementing Classes:
WageSimulationActionServiceImpl

public interface WageSimulationActionService
  • Method Details

    • simulate

      @Deprecated void simulate(EntityExplorerActionSelection selection)
      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.