Class BTSchedulePreCheckBatch

java.lang.Object
overit.geocall.bl.BusinessTask<SchedulePreCheckBatchEvent>
overit.geocallapp.wfm.core.bl.schedule.task.BTSchedulePreCheckBatch
All Implemented Interfaces:
Serializable, Tool

The task performs a set of checks before starting the scheduling process
Since:
18.0
See Also:
GCApi:
task
  • Constructor Details

    • BTSchedulePreCheckBatch

      public BTSchedulePreCheckBatch()
  • Method Details

    • body

      protected void body(SchedulePreCheckBatchEvent schedulePreProcessCheckBatchEvent, PoolKit poolKit) 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<SchedulePreCheckBatchEvent>
      Parameters:
      schedulePreProcessCheckBatchEvent - the object upon which the task will works on
      poolKit - 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
    • getCheckRunner

      protected overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.check.CheckRunnerPG getCheckRunner()