Class TimesheetCloseEvent


public class TimesheetCloseEvent extends SimpleBusinessEvent<Long,Void>
Event to close a timesheet.
The launcher must provide a valid timesheet id in order to successfully call this event.
Starting from the event input (i.e. the given timesheet id), the listener changes the timesheet state to BOTimesheetState.Values.TO_BE_VALIDATED or BOTimesheetState.Values.VALIDATED, whether the validation is enabled or not.
Since:
9.2
GCApi:
event
Reactors:
BTTimesheetClose(0)
No Spouts
  • Constructor Details

    • TimesheetCloseEvent

      public TimesheetCloseEvent(Long id)