Package | Description |
---|---|
org.mycontroller.standalone.db.dao | |
org.mycontroller.standalone.settings |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsDao.get(Integer userId,
String key,
String subKey) |
Settings |
SettingsDaoImpl.get(Integer userId,
String key,
String subKey) |
Settings |
SettingsDaoImpl.get(Settings settings) |
Modifier and Type | Method and Description |
---|---|
List<Settings> |
SettingsDao.getAll(Integer userId,
String key) |
List<Settings> |
SettingsDaoImpl.getAll(Integer userId,
String key) |
List<Settings> |
SettingsDaoImpl.getAll(List<Integer> ids) |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsDaoImpl.get(Settings settings) |
Modifier and Type | Method and Description |
---|---|
static Settings |
SettingsUtils.getSettings(Integer userId,
String key,
String subKey) |
static Settings |
SettingsUtils.getSettings(String key,
String subKey) |
Modifier and Type | Method and Description |
---|---|
static List<Settings> |
SettingsUtils.getSettingsList(Integer userId,
String key) |
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.get(Settings settings) |
static Dashboard |
Dashboard.get(Settings settings,
boolean updateRowData) |
static void |
SettingsUtils.updateSettings(Settings settings) |
static void |
SettingsUtils.updateSettings(Settings settings,
boolean forceCreate) |
Copyright © 2015–2019. All rights reserved.