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