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