public class ConfigurationController extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BLAST_FTP_DIR |
static String |
UI_CONFIG_DIR |
Constructor and Description |
---|
ConfigurationController() |
Modifier and Type | Method and Description |
---|---|
Setting |
autoUpdateSetting(String userId,
Setting setting) |
String |
getPropertyValue(ConfigurationKey key) |
Setting |
getPropertyValue(String key) |
SiteSettings |
getSiteSettings() |
Setting |
getSystemVersion(String url) |
File |
getUIAsset(String assetName) |
void |
initPropertyValues()
Initializes the database on new install
|
ArrayList<Setting> |
retrieveSystemSettings(String userId) |
Configuration |
setPropertyValue(ConfigurationKey key,
String value) |
Setting |
updateSetting(String userId,
Setting setting,
String url) |
public static final String UI_CONFIG_DIR
public static final String BLAST_FTP_DIR
public String getPropertyValue(ConfigurationKey key)
public Configuration setPropertyValue(ConfigurationKey key, String value)
public void initPropertyValues()
public SiteSettings getSiteSettings()
Copyright © 2017. All rights reserved.