public class EthereumWalletGlobalSettingsREST extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
EthereumWalletGlobalSettingsREST(EthereumWalletService ethereumWalletService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSettings(Long networkId,
String spaceId)
Get global settings of aplication
|
javax.ws.rs.core.Response |
saveSettings(GlobalSettings globalSettings)
Save global settings
|
public EthereumWalletGlobalSettingsREST(EthereumWalletService ethereumWalletService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getSettings(Long networkId, String spaceId)
networkId - @RolesAllowed(value="administrators") public javax.ws.rs.core.Response saveSettings(GlobalSettings globalSettings)
globalSettings - Copyright © 2003–2018 eXo Platform SAS. All rights reserved.