Interface ProgramPrefDb
-
- All Implemented Interfaces:
public interface ProgramPrefDb
-
-
Method Summary
Modifier and Type Method Description abstract StringgetPref(String serverId, String programKey, String key, String defaultValue)abstract UnitdeletePrefs(String serverId, String programKey)abstract UnitcreateOrUpdate(String serverId, String programKey, String key, String value)abstract Map<String, Object>getAll(String serverId, String programKey)
-