Package overit.geocallapp.wfm.cee.config
Class PropertiesCEE
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.cee.config.PropertiesCEE
Class containing configurations related to CEE module. The values can be set
in main properties file (default: wfm.properties)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final overit.geocall.config.Property<Integer> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<Integer> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<String> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<Integer> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<String> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<Integer> Deprecated, for removal: This API element is subject to removal in a future version.static final overit.geocall.config.Property<Integer> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
CEE_URL
@Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> CEE_URLDeprecated, 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_CREDENTIALDeprecated, 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_TIMEOUTDeprecated, 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_TIMEOUTDeprecated, 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_PERIODDeprecated, 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_STARTDeprecated, 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_ENDDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
PropertiesCEE
public PropertiesCEE()
-
-
Method Details
-
getCeeServicesUrl
-
getCeeAuthorizationHeaderValue
-
getCeeConnectTimeout
-
getCeeReceiveTimeout
-
getCeeCoordsUpdatePeriod
-
getCeeVCAppointmentStart
-
getCeeVCAppointmentEnd
-