Uses of Class
overit.geocallapp.wfm.ai.bl.agendaaffinity.TeamAgendaAffinity
Packages that use TeamAgendaAffinity
-
Uses of TeamAgendaAffinity in overit.geocallapp.wfm.ai.bl.agendaaffinity.task
Fields in overit.geocallapp.wfm.ai.bl.agendaaffinity.task with type parameters of type TeamAgendaAffinityModifier and TypeFieldDescriptionprotected List<TeamAgendaAffinity> BTCallEdgePrediction.teamAgendaAffinityListMethods in overit.geocallapp.wfm.ai.bl.agendaaffinity.task that return types with arguments of type TeamAgendaAffinityModifier and TypeMethodDescriptionprotected List<TeamAgendaAffinity> BTPredictionAgendaAffinity.buildAffinityInput(PoolKit pk) Build the list of TeamAgendaAffinity that will be passed to prediction systemMethod parameters in overit.geocallapp.wfm.ai.bl.agendaaffinity.task with type arguments of type TeamAgendaAffinityModifier and TypeMethodDescriptionprotected voidBTPredictionAgendaAffinity.doPrediction(List<TeamAgendaAffinity> teamAgendaAffinityList, PoolKit pk) protected voidBTPredictionAgendaAffinity.saveTeamAgendaAffinity(List<TeamAgendaAffinity> affinityInput, PoolKit pk) Save the affinity values on db.voidBTCallEdgePrediction.setTeamAgendaAffinityList(List<TeamAgendaAffinity> teamAgendaAffinityList)