Class PropertiesCEE

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.cee.config.PropertiesCEE

public class PropertiesCEE extends Properties
Class containing configurations related to CEE module. The values can be set in main properties file (default: wfm.properties)
  • Field Details

    • CEE_URL

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> CEE_URL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_CREDENTIAL

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> CEE_CREDENTIAL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_CONNECT_TIMEOUT

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Integer> CEE_CONNECT_TIMEOUT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_READ_TIMEOUT

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Integer> CEE_READ_TIMEOUT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_COORDS_UPDATE_PERIOD

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Integer> CEE_COORDS_UPDATE_PERIOD
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_VC_APPOINTMENT_START

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Integer> CEE_VC_APPOINTMENT_START
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CEE_VC_APPOINTMENT_END

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Integer> CEE_VC_APPOINTMENT_END
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • PropertiesCEE

      public PropertiesCEE()
  • Method Details

    • getCeeServicesUrl

      public static String getCeeServicesUrl()
    • getCeeAuthorizationHeaderValue

      public static String getCeeAuthorizationHeaderValue()
    • getCeeConnectTimeout

      public static Integer getCeeConnectTimeout()
    • getCeeReceiveTimeout

      public static Integer getCeeReceiveTimeout()
    • getCeeCoordsUpdatePeriod

      public static Integer getCeeCoordsUpdatePeriod()
    • getCeeVCAppointmentStart

      public static Integer getCeeVCAppointmentStart()
    • getCeeVCAppointmentEnd

      public static Integer getCeeVCAppointmentEnd()