Package overit.geocallapp.wfm.resources
Class PropertiesResources.Resource
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.resources.PropertiesResources.Resource
- Enclosing class:
PropertiesResources
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongReturns the minimum temporal delta between the end-of-shift clocking and the subsequent clocking for the start of a new work shift.static booleanSays if the qualifications aligment for loan resources is enabled.static booleanSays if the roles aligment for loan resources is enabled.static booleanSays if the skills aligment for loan resources is enabled.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Method Details
-
getTimeBetweenClockings
Returns the minimum temporal delta between the end-of-shift clocking and the subsequent clocking for the start of a new work shift.- Returns:
- the time between clockings
-
isSkillsAligmentEnabled
public static boolean isSkillsAligmentEnabled()Says if the skills aligment for loan resources is enabled.- Returns:
trueif the skills aligment for loan resources is enabled,falseotherwise.
-
isQualificationsAligmentEnabled
public static boolean isQualificationsAligmentEnabled()Says if the qualifications aligment for loan resources is enabled.- Returns:
trueif the skills aligment for loan resources is enabled,falseotherwise.
-
isRolesAligmentEnabled
public static boolean isRolesAligmentEnabled()Says if the roles aligment for loan resources is enabled.- Returns:
trueif the skills aligment for loan resources is enabled,falseotherwise.
-