Class BTLockSchedulingDaysCacheLoad
java.lang.Object
overit.geocall.bl.BusinessTask<LockSchedulingDaysCacheLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.cache.lockscheduling.task.BTLockSchedulingDaysCacheLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(LockSchedulingDaysCacheLoadEvent.class)
public class BTLockSchedulingDaysCacheLoad
extends BusinessTask<LockSchedulingDaysCacheLoadEvent>
Business task to load a
When the
LockSchedulingDaysCacheLoadEvent object. When the
LockSchedulingDaysCacheLoadEvent event is launched the BT notices the
call and load the BTLockSchedulingDaysCacheLoad object basing on the event's input. - Since:
- 18.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(LockSchedulingDaysCacheLoadEvent lockSchedulingDaysCacheLoadEvent, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected LockSchedulingDaysKeygetLockSchedulingDaysKey(Long operationCenter, Date startDate, Date endDate, Long customer) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTLockSchedulingDaysCacheLoad
public BTLockSchedulingDaysCacheLoad()
-
-
Method Details
-
body
protected void body(LockSchedulingDaysCacheLoadEvent lockSchedulingDaysCacheLoadEvent, 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<LockSchedulingDaysCacheLoadEvent>- Parameters:
lockSchedulingDaysCacheLoadEvent- 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
-
getLockSchedulingDaysKey
protected LockSchedulingDaysKey getLockSchedulingDaysKey(Long operationCenter, Date startDate, Date endDate, Long customer)
-