Class BTOnCallShiftLoad
java.lang.Object
overit.geocall.bl.BusinessTask<OnCallShiftLoadEvent>
overit.geocallapp.wfm.core.bl.workshift.oncall.task.BTOnCallShiftLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(OnCallShiftLoadEvent.class)
public class BTOnCallShiftLoad
extends BusinessTask<OnCallShiftLoadEvent>
Business task in order to load a
When the
BOOnCallShift. When the
OnCallShiftLoadEvent is launched
the BT notices the call and loads the BOOnCallShift basing on the event's input. Required fields:
- call shift id
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OnCallShiftLoadEvent event, PoolKit poolKit) Writes the loaded on call shift into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOnCallShiftLoad
public BTOnCallShiftLoad()
-
-
Method Details
-
body
protected void body(OnCallShiftLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the loaded on call shift into the event journal.- Specified by:
bodyin classBusinessTask<OnCallShiftLoadEvent>- Parameters:
event- the eventpoolKit- the pool kit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-