Class BTPrepopulateSchedulingCache
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulePreProcessManualPasteEvent>
overit.geocallapp.wfm.core.bl.schedule.cache.task.BTPrepopulateSchedulingCache
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulePreProcessManualPasteEvent.class)
public class BTPrepopulateSchedulingCache
extends BusinessTask<SchedulePreProcessManualPasteEvent>
Business task for prepopulate the Scheduling Cache.
The scheduling task will find the scheduling data into the cache instead executing queries for each activity to schedule
The scheduling task will find the scheduling data into the cache instead executing queries for each activity to schedule
- Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulePreProcessManualPasteEvent schedulePreProcessManualPasteEvent, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTPrepopulateSchedulingCache
public BTPrepopulateSchedulingCache()
-
-
Method Details
-
body
protected void body(SchedulePreProcessManualPasteEvent schedulePreProcessManualPasteEvent, 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<SchedulePreProcessManualPasteEvent>- Parameters:
schedulePreProcessManualPasteEvent- 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
-