Class SchedulingCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.SchedulingCache
Scheduling Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration cacheReturns the oss space cacheReturns the permit cacheReturns the resource cacheReturns the work order cacheReturns the workshift cachevoidsetConfigurationCache(ConfigurationCache configurationCache) Sets the configuration cachevoidsetLockSchedulingDaysCache(LockSchedulingDaysCache lockSchedulingDaysCache) voidsetOssSpaceCache(OssSpaceCache ossSpaceCache) Sets the oss space cachevoidsetPermitCache(Map<Long, WorkOrderPermits> permitCache) Sets the permit cachevoidsetPositionCache(Map<Long, org.locationtech.jts.geom.Coordinate> positionCache) voidsetResourceCache(ResourceCache resourceCache) Sets the resource cachevoidsetSkillCache(SkillCache skillCache) voidsetWorkOrderCache(WorkOrderCache workOrderCache) Sets the work order cachevoidsetWorkshiftCache(WorkShiftCache workshiftCache) Sets the workshift cacheMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
SchedulingCache
public SchedulingCache()
-
-
Method Details
-
getWorkshiftCache
Returns the workshift cache- Returns:
- the workshift cache
-
setWorkshiftCache
Sets the workshift cache- Parameters:
workshiftCache- the workshift cache
-
getResourceCache
Returns the resource cache- Returns:
- the resource cache
-
setResourceCache
Sets the resource cache- Parameters:
resourceCache- the resource cache
-
getOssSpaceCache
Returns the oss space cache- Returns:
- the oss space cache
-
setOssSpaceCache
Sets the oss space cache- Parameters:
ossSpaceCache- the oss space cache
-
getConfigurationCache
Returns the configuration cache- Returns:
- the configuration cache
-
setConfigurationCache
Sets the configuration cache- Parameters:
configurationCache- the configuration cache
-
getWorkOrderCache
Returns the work order cache- Returns:
- the work order cache
-
setWorkOrderCache
Sets the work order cache- Parameters:
workOrderCache- the work order cache
-
getPermitCache
Returns the permit cache- Returns:
- the permit cache
-
setPermitCache
Sets the permit cache- Parameters:
permitCache- the permit cache
-
getSkillCache
-
setSkillCache
-
getLockSchedulingDaysCache
-
setLockSchedulingDaysCache
-
getPositionCache
-
setPositionCache
-