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