Class BTCallEdgePrediction

java.lang.Object
overit.geocall.bl.BusinessTask<Void>
overit.geocallapp.wfm.ai.bl.agendaaffinity.task.BTCallEdgePrediction
All Implemented Interfaces:
Serializable, Tool

public class BTCallEdgePrediction extends BusinessTask<Void>
Agenda Affinity prediction via Edge Helper library
Since:
9.3
See Also:
  • Field Details

  • Constructor Details

    • BTCallEdgePrediction

      public BTCallEdgePrediction()
  • Method Details

    • body

      protected void body(Void v, PoolKit pk) throws DAException, DAValidateException
      Description copied from class: BusinessTask
      Implements this method to write the specific task logic to handle the input parameter.
      Specified by:
      body in class BusinessTask<Void>
      Parameters:
      v - the object upon which the task will works on
      pk - the poolkit containing the reference to the database connection that can be used
      Throws:
      DAException - in case of database error
      DAValidateException - in case of database validation error
    • setTeamAgendaAffinityList

      public void setTeamAgendaAffinityList(List<TeamAgendaAffinity> teamAgendaAffinityList)
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
    • getExceptionsCaught

      public List<String> getExceptionsCaught()
    • setAlgorithmId

      public void setAlgorithmId(Long algorithmId)