Class BTLunchBreakShift

java.lang.Object
overit.geocall.bl.BusinessTask<LunchBreakShiftEvent>
overit.geocallapp.wfm.scheduling.bl.lunchbreak.task.BTLunchBreakShift
All Implemented Interfaces:
Serializable, Tool

@Event(LunchBreakShiftEvent.class) public class BTLunchBreakShift extends BusinessTask<LunchBreakShiftEvent>
Business task in order to shift the activity to schedule according to the lunch break LunchBreakShiftEvent. When the LunchBreakShiftEvent is launched the BT notices the call and shifts the activity to schedule according to the lunch break basing on the event's input.
Since:
17.0
See Also:
GCApi:
task
  • Constructor Details

    • BTLunchBreakShift

      public BTLunchBreakShift()
  • Method Details