| Modifier and Type | Method and Description |
|---|---|
void |
GlobalSettingsModificationListener.onEvent(org.exoplatform.services.listener.Event<Object,GlobalSettings> event) |
| Modifier and Type | Method and Description |
|---|---|
GlobalSettings |
GlobalSettings.clone() |
static GlobalSettings |
GlobalSettings.parseStringToObject(GlobalSettings defaultSettings,
String jsonString) |
static GlobalSettings |
GlobalSettings.parseStringToObject(String jsonString) |
| Modifier and Type | Method and Description |
|---|---|
static GlobalSettings |
GlobalSettings.parseStringToObject(GlobalSettings defaultSettings,
String jsonString) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EthereumWalletGlobalSettingsREST.saveSettings(GlobalSettings globalSettings)
Save global settings
|
| Modifier and Type | Method and Description |
|---|---|
GlobalSettings |
EthereumWalletService.getSettings()
Retrieves global stored settings used for all users.
|
GlobalSettings |
EthereumWalletService.getSettings(Long networkId)
Retrieves global stored settings.
|
GlobalSettings |
EthereumWalletService.getSettings(Long networkId,
String spaceId,
String currentUser)
Retrieves global stored settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EthereumClientConnector.changeSettings(GlobalSettings newGlobalSettings)
Change currently used globalSettings and re-init
|
void |
EthereumWalletService.saveSettings(GlobalSettings newGlobalSettings)
Save global settings
|
void |
EthereumWalletService.saveSettings(GlobalSettings newGlobalSettings,
Integer dataVersion)
Save global settings with new dataversion
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.