Package org.exoplatform.wallet.rest
Class WalletSettingsREST
- java.lang.Object
-
- org.exoplatform.wallet.rest.WalletSettingsREST
-
- All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer
public class WalletSettingsREST extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
-
-
Constructor Summary
Constructors Constructor Description WalletSettingsREST(WalletService walletService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetSettings(String spaceId, boolean isAdministration)javax.ws.rs.core.ResponsesaveInitialFundsSettings(InitialFundsSettings initialFundsSettings)
-
-
-
Constructor Detail
-
WalletSettingsREST
public WalletSettingsREST(WalletService walletService)
-
-
Method Detail
-
getSettings
@RolesAllowed("users") public javax.ws.rs.core.Response getSettings(String spaceId, boolean isAdministration)
-
saveInitialFundsSettings
@RolesAllowed("rewarding") public javax.ws.rs.core.Response saveInitialFundsSettings(InitialFundsSettings initialFundsSettings)
-
-