Class BTResetWoTimePrediction

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

public class BTResetWoTimePrediction extends BusinessTask<Void>
Since:
9.2
See Also:
  • Field Details

  • Constructor Details

    • BTResetWoTimePrediction

      public BTResetWoTimePrediction()
  • Method Details

    • body

      protected void body(Void event, 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:
      event - 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