Package overit.geocallapp.wfm.execution
Class PropertiesExecution.Accounting
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.execution.PropertiesExecution.Accounting
- Enclosing class:
PropertiesExecution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the agenda material validation type.static LongDeprecated, for removal: This API element is subject to removal in a future version.static LongReturns the number of minutes for intervention automatic validation.static LongReturns the range days during which manpower automatic validation is performed.static LongReturns the number of minutes for manpower automatic validation.static StringReturns the manpower validation type.static StringReturns the technical validation type.static StringReturns the vehicle validation type.static booleanChecks if the accounting monitor warnings are enabled.static booleanChecks whether the agenda resource accounting validation status commit is enabled (WFM-14165)static booleanChecks whether the empty user accounting deletion is enabled (WFM-12222)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
-
Constructor Details
-
Accounting
public Accounting()
-
-
Method Details
-
getManpowerValidationType
Returns the manpower validation type. The available values are:NOT_PRESENTMANUALAUTOMATICPDA_MANUALPDA_AUTOMATIC
- Returns:
- the manpower validation type
- See Also:
-
getManpowerAutomaticValidationDays
Returns the range days during which manpower automatic validation is performed.- Returns:
- the manpower automatic validation days
-
getManpowerAutomaticValidationMinutes
Returns the number of minutes for manpower automatic validation. The default value is120.- Returns:
- the manpower automatic validation minutes
-
getTechnicalValidationType
Returns the technical validation type. The available values are:NOT_PRESENTMANUALAUTOMATICPDA_MANUALPDA_AUTOMATIC
- Returns:
- the technical validation type
- See Also:
-
getInterventionAutomaticValidationMinutes
Returns the number of minutes for intervention automatic validation. The default value is120.- Returns:
- the intervention automatic validation
-
getAgendaMaterialValidationType
Returns the agenda material validation type. The available values are:NOT_PRESENTMANUALAUTOMATICPDA_MANUALPDA_AUTOMATIC
- Returns:
- the agenda material validation type
- See Also:
-
getAgendaResourceAutovalidationDays
Deprecated, for removal: This API element is subject to removal in a future version. -
getVehicleValidationType
Returns the vehicle validation type. The available values are:NOT_PRESENTMANUALAUTOMATICPDA_MANUALPDA_AUTOMATIC
- Returns:
- the vehicle validation type
- See Also:
-
isAccountingMonitorWarningEnabled
public static boolean isAccountingMonitorWarningEnabled()Checks if the accounting monitor warnings are enabled.- Returns:
trueif the accounting monitor warnings are enabled,falseotherwise
-
isEmptyAgendaResourceDeletionEnabled
public static boolean isEmptyAgendaResourceDeletionEnabled()Checks whether the empty user accounting deletion is enabled (WFM-12222)- Returns:
trueif deletion is enabled,falseotherwise
-
isAgendaResourceValidationStatusCommitEnabled
public static boolean isAgendaResourceValidationStatusCommitEnabled()Checks whether the agenda resource accounting validation status commit is enabled (WFM-14165)- Returns:
trueif commit is enabled,falseotherwise
-
getManpowerAutomaticValidationDays()