Class ResourceCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.resource.ResourceCache
Resource Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the external resource flag by resource id mapReturns the resource business object by resource id mapReturns true if the resource is a crew shellvoidsetCrewShell(Boolean crewShell) Sets true if the resource is a crew shellvoidsetExternalResourceByResourceId(Map<Long, Boolean> externalResourceByResourceId) Sets the external resource flag by resource id mapvoidSets the resource business object by resource id mapMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
ResourceCache
public ResourceCache()
-
-
Method Details
-
getResourcesByResourceId
Returns the resource business object by resource id map- Returns:
- the resource business object by resource id map
-
setResourcesByResourceId
Sets the resource business object by resource id map- Parameters:
resourcesByResourceId- the resource business object by resource id map
-
isCrewShell
Returns true if the resource is a crew shell- Returns:
- the crew shell flag
-
setCrewShell
Sets true if the resource is a crew shell- Parameters:
crewShell- the crew shell flag
-
getExternalResourceByResourceId
Returns the external resource flag by resource id map- Returns:
- the external resource flag by resource id map
-
setExternalResourceByResourceId
Sets the external resource flag by resource id map- Parameters:
externalResourceByResourceId- the external resource flag by resource id map
-