Class BTSchedulingModelSearch
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingModelSearchEvent>
overit.geocallapp.wfm.scheduling.bl.model.task.BTSchedulingModelSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulingModelSearchEvent.class)
public class BTSchedulingModelSearch
extends BusinessTask<SchedulingModelSearchEvent>
Business task in order to search a
BOSchedulingModel.
When the SchedulingModelSearchEvent is launched
the BT notices the call and searches the BOSchedulingModel basing on the event's input.- Since:
- 17.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulingModelSearchEvent event, PoolKit pk) Writes the searched scheduling mode into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSchedulingModelSearch
public BTSchedulingModelSearch()
-
-
Method Details
-
body
protected void body(SchedulingModelSearchEvent event, PoolKit pk) throws DAException, DAValidateException Writes the searched scheduling mode into the event journal.- Specified by:
bodyin classBusinessTask<SchedulingModelSearchEvent>- Parameters:
event- theSchedulingModelSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-