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