| Package | Description |
|---|---|
| org.exoplatform.addon.ethereum.wallet.model | |
| org.exoplatform.addon.ethereum.wallet.rest | |
| org.exoplatform.addon.ethereum.wallet.service |
| 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 |
WalletGlobalSettingsREST.saveSettings(GlobalSettings globalSettings)
Save global settings
|
| Modifier and Type | Method and Description |
|---|---|
GlobalSettings |
WalletService.getSettings()
Retrieves global stored settings used for all users.
|
GlobalSettings |
WalletService.getSettings(Long networkId)
Retrieves global stored settings.
|
GlobalSettings |
WalletService.getSettings(Long networkId,
String spaceId,
String currentUser)
Retrieves global stored settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletService.saveSettings(GlobalSettings newGlobalSettings)
Save global settings
|
void |
WalletService.saveSettings(GlobalSettings newGlobalSettings,
Integer dataVersion)
Save global settings with new dataversion
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.