Class BTExecuteAIAgendaAffinityPrediction
java.lang.Object
overit.geocall.bl.BusinessTask<ExecuteAIProcessEvent>
overit.geocallapp.wfm.ai.bl.processing.task.BTExecuteAIProcess
overit.geocallapp.wfm.ai.bl.processing.task.BTExecuteAIAgendaAffinityPrediction
- All Implemented Interfaces:
Serializable,Tool
@Event(ExecuteAIAgendaAffinityPredictionEvent.class)
public class BTExecuteAIAgendaAffinityPrediction
extends BTExecuteAIProcess
This task will execute the Agenda Affinity prediction task.
- Since:
- 9.3
- See Also:
- GCApi:
- task
-
Field Summary
Fields inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTExecuteAIProcess
eventInput, eventOutput, LOG, PREDICTION_END, PREDICTION_START, sdf, TRAINING_END, TRAINING_START, TS_END, TS_START -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteConfiguration(BOConfigurationParams aiConfiguration, PoolKit pk) getNextDaysShifts(PoolKit pk, boolean forceTodayEnd) Methods inherited from class overit.geocallapp.wfm.ai.bl.processing.task.BTExecuteAIProcess
body, checkOutput, executeAgendaAffinityTask, executeDurationTask, executePPartsManagementTask, executeTeamSuggestionTaskMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTExecuteAIAgendaAffinityPrediction
public BTExecuteAIAgendaAffinityPrediction()
-
-
Method Details
-
executeConfiguration
- Overrides:
executeConfigurationin classBTExecuteAIProcess
-
getNextDaysShifts
protected Set<Long> getNextDaysShifts(PoolKit pk, boolean forceTodayEnd) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-