Interface PreferencesManager
- All Known Implementing Classes:
PreferencesManagerImpl
public interface PreferencesManager
-
Method Summary
Modifier and TypeMethodDescriptiongetGlobalPreferences
(String nodePath) @Nullable Long
getLongValue
(String nodePath, String key) long
getLongValue
(String nodePath, String key, long defaultValue) getPreferences
(String nodePath) @Nullable String
getStringValue
(String nodePath, String key) getStringValue
(String nodePath, String key, String defaultValue) void
void
removeKeys
(String nodePath, String[] keys) void
removeNode
(String nodePath) void
void
void
setValuesUnlinkBusinessUnit
(String nodePath, Map<String, String> values) void
setValueUnlinkBusinessUnit
(String nodePath, String key, String value)
-
Method Details
-
getPreferences
-
getGlobalPreferences
-
setValue
- Throws:
InterruptedException
-
setValues
- Throws:
InterruptedException
-
setValueUnlinkBusinessUnit
void setValueUnlinkBusinessUnit(String nodePath, String key, String value) throws InterruptedException - Throws:
InterruptedException
-
setValuesUnlinkBusinessUnit
void setValuesUnlinkBusinessUnit(String nodePath, Map<String, String> values) throws InterruptedException- Throws:
InterruptedException
-
removeKey
- Throws:
InterruptedException
-
removeKeys
- Throws:
InterruptedException
-
removeNode
- Throws:
InterruptedException
-
getStringValue
-
getStringValue
-
getLongValue
-
getLongValue
-