Class SchedulingCache

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.SchedulingCache

public class SchedulingCache extends SchedulingBaseCache
Scheduling Cache.
Since:
18.0
  • Constructor Details

    • SchedulingCache

      public SchedulingCache()
  • Method Details

    • getWorkshiftCache

      public WorkShiftCache getWorkshiftCache()
      Returns the workshift cache
      Returns:
      the workshift cache
    • setWorkshiftCache

      public void setWorkshiftCache(WorkShiftCache workshiftCache)
      Sets the workshift cache
      Parameters:
      workshiftCache - the workshift cache
    • getResourceCache

      public ResourceCache getResourceCache()
      Returns the resource cache
      Returns:
      the resource cache
    • setResourceCache

      public void setResourceCache(ResourceCache resourceCache)
      Sets the resource cache
      Parameters:
      resourceCache - the resource cache
    • getOssSpaceCache

      public OssSpaceCache getOssSpaceCache()
      Returns the oss space cache
      Returns:
      the oss space cache
    • setOssSpaceCache

      public void setOssSpaceCache(OssSpaceCache ossSpaceCache)
      Sets the oss space cache
      Parameters:
      ossSpaceCache - the oss space cache
    • getConfigurationCache

      public ConfigurationCache getConfigurationCache()
      Returns the configuration cache
      Returns:
      the configuration cache
    • setConfigurationCache

      public void setConfigurationCache(ConfigurationCache configurationCache)
      Sets the configuration cache
      Parameters:
      configurationCache - the configuration cache
    • getWorkOrderCache

      public WorkOrderCache getWorkOrderCache()
      Returns the work order cache
      Returns:
      the work order cache
    • setWorkOrderCache

      public void setWorkOrderCache(WorkOrderCache workOrderCache)
      Sets the work order cache
      Parameters:
      workOrderCache - the work order cache
    • getPermitCache

      public Map<Long,WorkOrderPermits> getPermitCache()
      Returns the permit cache
      Returns:
      the permit cache
    • setPermitCache

      public void setPermitCache(Map<Long,WorkOrderPermits> permitCache)
      Sets the permit cache
      Parameters:
      permitCache - the permit cache
    • getSkillCache

      public SkillCache getSkillCache()
    • setSkillCache

      public void setSkillCache(SkillCache skillCache)
    • getLockSchedulingDaysCache

      public LockSchedulingDaysCache getLockSchedulingDaysCache()
    • setLockSchedulingDaysCache

      public void setLockSchedulingDaysCache(LockSchedulingDaysCache lockSchedulingDaysCache)
    • getPositionCache

      public Map<Long,org.locationtech.jts.geom.Coordinate> getPositionCache()
    • setPositionCache

      public void setPositionCache(Map<Long,org.locationtech.jts.geom.Coordinate> positionCache)