Class BTMassiveWoOperationTimePrediction
java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.ai.bl.duration.prediction.task.BTMassiveWoOperationTimePrediction
- All Implemented Interfaces:
Serializable,Tool
Task for feed AWOTIMEPREDICTION table with all the workorder operations
that cannot be processed by prediction task (ex. workorders validated before activation of prediction procedures)
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BTInsertWOTimePredictionprotected static final LogChannel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplements this method to write the specific task logic to handle the input parameter.protected voidcallTimePredictionInsert(HashGetter operationRow, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
LOG
-
insertionTask
-
-
Constructor Details
-
BTMassiveWoOperationTimePrediction
public BTMassiveWoOperationTimePrediction()
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<Void>- Parameters:
event- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
callTimePredictionInsert
protected void callTimePredictionInsert(HashGetter operationRow, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-