public class WalletSettingsREST extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
WalletSettingsREST(WalletService walletService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSettings(String spaceId,
boolean isAdministration) |
javax.ws.rs.core.Response |
saveInitialFundsSettings(InitialFundsSettings initialFundsSettings) |
public WalletSettingsREST(WalletService walletService)
@RolesAllowed(value="users") public javax.ws.rs.core.Response getSettings(String spaceId, boolean isAdministration)
@RolesAllowed(value="rewarding") public javax.ws.rs.core.Response saveInitialFundsSettings(InitialFundsSettings initialFundsSettings)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.