Class CDBSystemSettings

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable
Direct Known Subclasses:
CoreSystemSettings, MobileSystemSettings, OptimizationSystemSettings

public class CDBSystemSettings extends CSettings
This container must be used to define a page to manage system settings properties and system settings db fields when still present on ASYSTEMSETTING db table.
See Also:
  • Constructor Details

    • CDBSystemSettings

      public CDBSystemSettings()
  • Method Details

    • getSystemSettingsDBFields

      protected ArrayList<String> getSystemSettingsDBFields()
      Override this method on containers with db fields to be managed in ASYSTEMSETTING table.
      Returns:
      The list of ASYSTEMSETTING dbfields to load and save
    • loadAdditionalValues

      protected void loadAdditionalValues()
      Overrides:
      loadAdditionalValues in class CSettings
    • saveAdditionalValues

      protected org.apache.commons.configuration2.Configuration saveAdditionalValues(Map<String,Object> values, org.apache.commons.configuration2.Configuration newConfiguration)
      Overrides:
      saveAdditionalValues in class CSettings