Class SchedulePreProcessManualCancelInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.SchedulePreProcessManualCancelInput
Input object for
SchedulePreProcessManualCancelEvent- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModel()Returns the scheduling model id .overit.geocallapp.wfm.scheduler.oss.cache.OssCacheReturns the oss cache used to optimize the vrp callsReturns the scheduling cache used to reduce the number of queriesReturns the list of theBOSchedulingids .voidSets the scheduling model id.voidsetOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache) Sets the oss cachevoidsetSchedulingCache(SchedulingCache schedulingCache) Sets the scheduling cache used to reduce the number of queriesvoidsetSchedulings(Collection<Long> schedulings) Sets the list of scheduling ids to be cancelled
-
Constructor Details
-
SchedulePreProcessManualCancelInput
public SchedulePreProcessManualCancelInput()
-
-
Method Details
-
getSchedulings
Returns the list of theBOSchedulingids .- Returns:
- a list of scheduling ids to be cancelled
- See Also:
-
setSchedulings
Sets the list of scheduling ids to be cancelled- Parameters:
schedulings- the scheduling ids- See Also:
-
getModel
Returns the scheduling model id .- Returns:
- the scheduling model id
- See Also:
-
setModel
Sets the scheduling model id.- Parameters:
model- the scheduling model id- See Also:
-
getOssCache
public overit.geocallapp.wfm.scheduler.oss.cache.OssCache getOssCache()Returns the oss cache used to optimize the vrp calls- Returns:
- the oss cache
-
setOssCache
public void setOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache) Sets the oss cache- Parameters:
ossCache- the oss cache
-
getSchedulingCache
Returns the scheduling cache used to reduce the number of queries- Returns:
- the scheduling cache
-
setSchedulingCache
Sets the scheduling cache used to reduce the number of queries- Parameters:
schedulingCache- the scheduling cache
-