Package overit.geocallapp.wfm.scheduling
Class PropertiesScheduling.Agenda
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.scheduling.PropertiesScheduling.Agenda
- Enclosing class:
PropertiesScheduling
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongReturns the number of days (in the past) for the agenda team resource to end the extraction.static LongReturns the number of days (in the past) for the agenda team resource to start the extraction.static IntegerReturns the booking VRP.static booleanChecks whether the Agenda Team Resource is disabled.static booleanChecks if the VRP Booking skill verification 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
-
isBookingVrpSkillCheckEnabled
public static boolean isBookingVrpSkillCheckEnabled()Checks if the VRP Booking skill verification is enabled.- Returns:
trueif the VRP Booking skill verification is enabled,falseotherwise
-
getBookingVRP
Returns the booking VRP.- Returns:
- the booking VRP
-
isAgendaTeamResourceDisabled
public static boolean isAgendaTeamResourceDisabled()Checks whether the Agenda Team Resource is disabled.- Returns:
trueif the Agenda Team Resource property is disabled,falseotherwise
-
getAgendaTeamResourceExtractionIntervalStart
Returns the number of days (in the past) for the agenda team resource to start the extraction.- Returns:
- the number of days (in the past) for the agenda team resource to start the extraction
-
getAgendaTeamResourceExtractionIntervalEnd
Returns the number of days (in the past) for the agenda team resource to end the extraction.- Returns:
- the number of days (in the future) for the agenda team resource to end the extraction
-