Class ConfigurationCache
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
overit.geocallapp.wfm.core.bl.schedule.cache.configuration.ConfigurationCache
Configuration Cache.
- Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the automatic scheduling restart time interval.Returns the check interval coherence flagReturns the sil integration disabled flagReturns the summary availability calculation modeReturns the summary commitment calculation modeReturns the system settingsvoidsetAutomaticSchedulingRestartTimeInterval(Long automaticSchedulingRestartTimeInterval) Sets the automatic scheduling restart time interval.voidsetCheckIntervalCoherence(Boolean checkIntervalCoherence) Sets the check interval coherence flagvoidsetSilIntegrationDisabled(Boolean silIntegrationDisabled) Sets the sil integration disabled flagvoidsetSummaryAvailabilityCalculationMode(Long summaryAvailabilityCalculationMode) Sets the summary availability calculation modevoidsetSummaryCommitmentCalculationMode(Long summaryCommitmentCalculationMode) Sets the summary commitment calculation modevoidsetSystemSettings(Map<String, Object> systemSettings) Sets the system settingsMethods inherited from class overit.geocallapp.wfm.core.bl.schedule.cache.event.SchedulingBaseCache
isInitialized, setInitialized
-
Constructor Details
-
ConfigurationCache
public ConfigurationCache()
-
-
Method Details
-
getAutomaticSchedulingRestartTimeInterval
Returns the automatic scheduling restart time interval.- Returns:
- the automatic scheduling restart time interval
-
setAutomaticSchedulingRestartTimeInterval
Sets the automatic scheduling restart time interval.- Parameters:
automaticSchedulingRestartTimeInterval- the automatic scheduling restart time interval
-
getSilIntegrationDisabled
Returns the sil integration disabled flag- Returns:
- the sil integration disabled flag
-
setSilIntegrationDisabled
Sets the sil integration disabled flag- Parameters:
silIntegrationDisabled- the sil integration disabled flag
-
getCheckIntervalCoherence
Returns the check interval coherence flag- Returns:
- the check interval coherence flag
-
setCheckIntervalCoherence
Sets the check interval coherence flag- Parameters:
checkIntervalCoherence- the check interval coherence flag
-
getSystemSettings
Returns the system settings- Returns:
- the system settings
-
setSystemSettings
Sets the system settings- Parameters:
systemSettings- the system settings
-
getSummaryCommitmentCalculationMode
Returns the summary commitment calculation mode- Returns:
- the summary commitment calculation mode
-
setSummaryCommitmentCalculationMode
Sets the summary commitment calculation mode- Parameters:
summaryCommitmentCalculationMode- the summary commitment calculation mode
-
getSummaryAvailabilityCalculationMode
Returns the summary availability calculation mode- Returns:
- the summary availability calculation mode
-
setSummaryAvailabilityCalculationMode
Sets the summary availability calculation mode- Parameters:
summaryAvailabilityCalculationMode- the summary availability calculation mode
-