Uses of Class
org.exoplatform.wallet.model.settings.InitialFundsSettings
-
Packages that use InitialFundsSettings Package Description org.exoplatform.wallet.model.settings org.exoplatform.wallet.rest org.exoplatform.wallet.service -
-
Uses of InitialFundsSettings in org.exoplatform.wallet.model.settings
Methods in org.exoplatform.wallet.model.settings that return InitialFundsSettings Modifier and Type Method Description InitialFundsSettingsInitialFundsSettings. clone() -
Uses of InitialFundsSettings in org.exoplatform.wallet.rest
Methods in org.exoplatform.wallet.rest with parameters of type InitialFundsSettings Modifier and Type Method Description javax.ws.rs.core.ResponseWalletSettingsREST. saveInitialFundsSettings(InitialFundsSettings initialFundsSettings) -
Uses of InitialFundsSettings in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return InitialFundsSettings Modifier and Type Method Description InitialFundsSettingsWalletService. getInitialFundsSettings()Methods in org.exoplatform.wallet.service with parameters of type InitialFundsSettings Modifier and Type Method Description voidWalletService. saveInitialFundsSettings(InitialFundsSettings initialFundsSettings)Save initial funds
-