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

public class OssSpaceCache extends SchedulingBaseCache
Oss Space Cache.
Since:
18.0
  • Constructor Details

    • OssSpaceCache

      public OssSpaceCache()
  • Method Details

    • getSpacesByOperationCenter

      public HashMap<Long,overit.geocallapp.wfm.scheduler.oss.OssSpaceList> getSpacesByOperationCenter()
      Returns the oss spaces by operation center map.
      Returns:
      the oss spaces by operation center map
    • setSpacesByOperationCenter

      public void setSpacesByOperationCenter(HashMap<Long,overit.geocallapp.wfm.scheduler.oss.OssSpaceList> spacesByOperationCenter)
      Sets the oss spaces by operation center map.
      Parameters:
      spacesByOperationCenter - the oss spaces by operation center map
    • getOssParamsByOperationCenter

      public Map<Long,overit.geocallapp.wfm.scheduler.oss.OssParams> getOssParamsByOperationCenter()
      Returns the oss parameters by operation center map.
      Returns:
      the oss parameters by operation center map
    • setOssParamsByOperationCenter

      public void setOssParamsByOperationCenter(Map<Long,overit.geocallapp.wfm.scheduler.oss.OssParams> ossParamsByOperationCenter)
      Sets the oss parameters by operation center map.
      Parameters:
      ossParamsByOperationCenter - the oss parameters by operation center map