Class BTAlignFsmTeamAffinity
java.lang.Object
overit.geocall.bl.BusinessTask<AlignFsmTeamAffinityEvent>
overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.task.BTAlignFsmTeamAffinity
- All Implemented Interfaces:
Serializable,Tool
@Event(AlignFsmTeamAffinityEvent.class)
public class BTAlignFsmTeamAffinity
extends BusinessTask<AlignFsmTeamAffinityEvent>
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AlignFsmTeamAffinityEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected voidupdateElaboratedAffinity(Long operationId, PoolKit pk) protected voidupdateFsmAffinity(DBView dbv, PoolKit pk) Update FSM affinity table with the predicted resultsMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
daoSearchTeamAffinity
-
daoTeamAffinity
-
-
Constructor Details
-
BTAlignFsmTeamAffinity
public BTAlignFsmTeamAffinity()
-
-
Method Details
-
body
protected void body(AlignFsmTeamAffinityEvent event, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<AlignFsmTeamAffinityEvent>- 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
-
updateFsmAffinity
Update FSM affinity table with the predicted results- Parameters:
dbv-DBViewof predictions for a single operation sorted by affinity descpk- the PoolKit- Throws:
DAValidateExceptionDAException
-
updateElaboratedAffinity
protected void updateElaboratedAffinity(Long operationId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-