Class PropertiesExecution.Accounting

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.execution.PropertiesExecution.Accounting
Enclosing class:
PropertiesExecution

public static class PropertiesExecution.Accounting extends Properties
  • Constructor Details

    • Accounting

      public Accounting()
  • Method Details

    • getManpowerValidationType

      public static String getManpowerValidationType()
      Returns the manpower validation type. The available values are:
      • NOT_PRESENT
      • MANUAL
      • AUTOMATIC
      • PDA_MANUAL
      • PDA_AUTOMATIC
      Returns:
      the manpower validation type
      See Also:
    • getManpowerAutomaticValidationDays

      public static Long getManpowerAutomaticValidationDays()
      Returns the range days during which manpower automatic validation is performed.
      Returns:
      the manpower automatic validation days
    • getManpowerAutomaticValidationMinutes

      public static Long getManpowerAutomaticValidationMinutes()
      Returns the number of minutes for manpower automatic validation. The default value is 120.
      Returns:
      the manpower automatic validation minutes
    • getTechnicalValidationType

      public static String getTechnicalValidationType()
      Returns the technical validation type. The available values are:
      • NOT_PRESENT
      • MANUAL
      • AUTOMATIC
      • PDA_MANUAL
      • PDA_AUTOMATIC
      Returns:
      the technical validation type
      See Also:
    • getInterventionAutomaticValidationMinutes

      public static Long getInterventionAutomaticValidationMinutes()
      Returns the number of minutes for intervention automatic validation. The default value is 120.
      Returns:
      the intervention automatic validation
    • getAgendaMaterialValidationType

      public static String getAgendaMaterialValidationType()
      Returns the agenda material validation type. The available values are:
      • NOT_PRESENT
      • MANUAL
      • AUTOMATIC
      • PDA_MANUAL
      • PDA_AUTOMATIC
      Returns:
      the agenda material validation type
      See Also:
    • getAgendaResourceAutovalidationDays

      @Deprecated(since="17.0", forRemoval=true) public static Long getAgendaResourceAutovalidationDays()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVehicleValidationType

      public static String getVehicleValidationType()
      Returns the vehicle validation type. The available values are:
      • NOT_PRESENT
      • MANUAL
      • AUTOMATIC
      • PDA_MANUAL
      • PDA_AUTOMATIC
      Returns:
      the vehicle validation type
      See Also:
    • isAccountingMonitorWarningEnabled

      public static boolean isAccountingMonitorWarningEnabled()
      Checks if the accounting monitor warnings are enabled.
      Returns:
      true if the accounting monitor warnings are enabled, false otherwise
    • isEmptyAgendaResourceDeletionEnabled

      public static boolean isEmptyAgendaResourceDeletionEnabled()
      Checks whether the empty user accounting deletion is enabled (WFM-12222)
      Returns:
      true if deletion is enabled, false otherwise
    • isAgendaResourceValidationStatusCommitEnabled

      public static boolean isAgendaResourceValidationStatusCommitEnabled()
      Checks whether the agenda resource accounting validation status commit is enabled (WFM-14165)
      Returns:
      true if commit is enabled, false otherwise