Class BTWorkOrderLoad

java.lang.Object
overit.geocall.bl.BusinessTask<WorkOrderLoadEvent>
overit.geocallapp.wfm.core.bl.workorder.task.BTWorkOrderLoad
All Implemented Interfaces:
Serializable, Tool

@Event(WorkOrderLoadEvent.class) public class BTWorkOrderLoad extends BusinessTask<WorkOrderLoadEvent>
Business task in order to load a WorkOrder. When the WorkOrderLoadEvent is launched the BT notices the call and loads the WorkOrder basing on the event's input. The work order is loaded by loading each one of the its components: - TechnicalObjectSearchEvent allows to load TechnicalObject - WorkOrderHeaderLoadEvent allows to load BOWorkOrderHeader - WorkOrderOperationsLoadEvent allows to load a list of BOWorkOrderOperation

Error Code:

Since:
9.2
See Also:
GCApi:
task