Class BTSchedulePreCheckBatch
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulePreCheckBatchEvent>
overit.geocallapp.wfm.core.bl.schedule.task.BTSchedulePreCheckBatch
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulePreCheckBatchEvent.class)
public class BTSchedulePreCheckBatch
extends BusinessTask<SchedulePreCheckBatchEvent>
The task performs a set of checks before starting the scheduling process
- Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulePreCheckBatchEvent schedulePreProcessCheckBatchEvent, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.check.CheckRunnerPGMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSchedulePreCheckBatch
public BTSchedulePreCheckBatch()
-
-
Method Details
-
body
protected void body(SchedulePreCheckBatchEvent schedulePreProcessCheckBatchEvent, PoolKit poolKit) 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<SchedulePreCheckBatchEvent>- Parameters:
schedulePreProcessCheckBatchEvent- the object upon which the task will works onpoolKit- 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
-
getCheckRunner
protected overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.check.CheckRunnerPG getCheckRunner()
-