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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(LunchBreakShiftEvent lunchBreakShiftEvent, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTLunchBreakShift
public BTLunchBreakShift()
-
-
Method Details
-
body
protected void body(LunchBreakShiftEvent lunchBreakShiftEvent, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<LunchBreakShiftEvent>- Parameters:
lunchBreakShiftEvent- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-