Class OssSpaceCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.OssSpaceCache
Oss Space Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the oss parameters by operation center map.Returns the oss spaces by operation center map.voidsetOssParamsByOperationCenter(Map<Long, overit.geocallapp.wfm.scheduler.oss.OssParams> ossParamsByOperationCenter) Sets the oss parameters by operation center map.voidsetSpacesByOperationCenter(HashMap<Long, overit.geocallapp.wfm.scheduler.oss.OssSpaceList> spacesByOperationCenter) Sets the oss spaces by operation center map.Methods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
OssSpaceCache
public OssSpaceCache()
-
-
Method Details
-
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
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
-