$getSystemConfigurationService()
Overview
public any function $getSystemConfigurationService()
Returns an instance of the System configuration service. See Editable system settings for a full guide.
Example
$getSystemConfigurationService().saveSetting(
catetory = "my-settings"
, setting = "my-setting"
, value = arguments.settingValue
);