public interface SettingsDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll() |
void |
deleteSettingValue(String key)
Deletes the setting with the specified key.
|
SettingValue<?> |
getSettingValue(String key)
Returns the value of the specified setting or
null if it does not exist. |
Set<SettingValue<?>> |
getSettingValues() |
void |
saveSettingValue(SettingValue<?> setting)
Saves the setting value.
|
Set<SettingValue<?>> getSettingValues()
SettingValue<?> getSettingValue(String key)
null if it does not exist.key - the keyvoid deleteSettingValue(String key)
key - the keyvoid saveSettingValue(SettingValue<?> setting)
setting - the valuevoid deleteAll()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.