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