Class CoreSystemSettingsHelper
java.lang.Object
overit.geocallapp.wfm.systemsettings.bl.systemsetting.SystemSettingsHelper
overit.geocallapp.wfm.core.bl.systemsetting.CoreSystemSettingsHelper
Helper for the system settings.
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the close working day mobile causal.Returns the default attachment type.Returns the default business type.Returns the default on field refusal causal.Returns the maximum base layers zoom.Returns the measuring element template.Returns the minimum Google geocoding accuracy level.Returns the monitored work order operation ids.Gets the ID of the user type used as default during PDA census starting from the user type code stored as default in system settings property.Returns the recalibration type.Returns the needed user type field starting from a map of filters.Returns the needed vehicle field starting from a map of filters.Returns the work order operation default activity.Methods inherited from class overit.geocallapp.wfm.systemsettings.bl.systemsetting.SystemSettingsHelper
existCompanySystemSettings, getEnumById, getEnumCode, getFieldValue, getPropertyFromField, getPropertyValueFromField, getValues, loadPropertiesConfiguration, loadRecord, translateSystemSettings
-
Constructor Details
-
CoreSystemSettingsHelper
public CoreSystemSettingsHelper()
-
-
Method Details
-
getUserTypeField
public Object getUserTypeField(Map<String, Object> filter, String field, PoolKit poolKit) throws DAValidateException, DAExceptionReturns the needed user type field starting from a map of filters.- Parameters:
filter- the filterfield- theBOUserTypefield namepoolKit- thePoolKit- Returns:
- the user type field
- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-
getVehicleField
public Object getVehicleField(Map<String, Object> filter, String field, PoolKit poolKit) throws DAException, DAValidateExceptionReturns the needed vehicle field starting from a map of filters.- Parameters:
filter- the filterfield- the vehicle fieldpoolKit- thePoolKit- Returns:
- the vehicle field
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
getWorkOrderOperationDefaultActivity
Returns the work order operation default activity.- Returns:
- the work order operation default activity
-
getDefaultAttachmentType
Returns the default attachment type.- Returns:
- the default attachment type
-
getDefaultOnFieldRefusalCausal
Returns the default on field refusal causal.- Returns:
- the default on field refusal causal id
-
getCloseWorkingDayMobileCausal
Returns the close working day mobile causal.- Returns:
- the close working day mobile causal
-
getMinGoogleGeocodingAccuracyLevel
Returns the minimum Google geocoding accuracy level.- Returns:
- the minimum Google geocoding accuracy level
-
getMaxBaseLayersZoom
Returns the maximum base layers zoom.- Returns:
- the maximum base layers zoom
-
getRecalibrationType
Returns the recalibration type.- Returns:
- the recalibration type
-
getMonitoredWorkOrderOperationIds
Returns the monitored work order operation ids.- Returns:
- the monitored work order operation ids
-
getDefaultBusinessType
Returns the default business type.- Returns:
- the default business type
-
getMeasuringElementTemplate
Returns the measuring element template.- Returns:
- the measuring element template
-
getPDAUserTypeId
Gets the ID of the user type used as default during PDA census starting from the user type code stored as default in system settings property.- Returns:
- the PDA user type ID
-
getDefaultsMap
-