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