Uses of Class
org.exoplatform.wallet.model.settings.GlobalSettings
-
Packages that use GlobalSettings Package Description org.exoplatform.wallet.model.settings org.exoplatform.wallet.service org.exoplatform.wallet.utils -
-
Uses of GlobalSettings in org.exoplatform.wallet.model.settings
Subclasses of GlobalSettings in org.exoplatform.wallet.model.settings Modifier and Type Class Description classUserSettingsMethods in org.exoplatform.wallet.model.settings that return GlobalSettings Modifier and Type Method Description GlobalSettingsGlobalSettings. clone()Constructors in org.exoplatform.wallet.model.settings with parameters of type GlobalSettings Constructor Description GlobalSettings(GlobalSettings globalSettings)UserSettings(GlobalSettings globalSettings) -
Uses of GlobalSettings in org.exoplatform.wallet.service
Methods in org.exoplatform.wallet.service that return GlobalSettings Modifier and Type Method Description GlobalSettingsWalletService. getSettings()Retrieves global stored settings used for all users. -
Uses of GlobalSettings in org.exoplatform.wallet.utils
Methods in org.exoplatform.wallet.utils that return GlobalSettings Modifier and Type Method Description static GlobalSettingsWalletUtils. getSettings()
-