Class BTOnCallShiftSearch
java.lang.Object
overit.geocall.bl.BusinessTask<OnCallShiftSearchEvent>
overit.geocallapp.wfm.core.bl.workshift.oncall.task.BTOnCallShiftSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(OnCallShiftSearchEvent.class)
public class BTOnCallShiftSearch
extends BusinessTask<OnCallShiftSearchEvent>
Business task in order to search
When the
BOOnCallShift. When the
OnCallShiftSearchEvent is launched the BT notices the call and searches the BOOnCallShift basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(OnCallShiftSearchEvent event, PoolKit poolKit) Writes the searched on call shifts into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTOnCallShiftSearch
public BTOnCallShiftSearch()
-
-
Method Details
-
body
protected void body(OnCallShiftSearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched on call shifts into the event journal.- Specified by:
bodyin classBusinessTask<OnCallShiftSearchEvent>- Parameters:
event- the event to search the on call shiftspoolKit- the pool kit- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-