public class WalletRewardSettingsService extends Object implements org.exoplatform.wallet.reward.service.RewardSettingsService
| Constructor and Description |
|---|
WalletRewardSettingsService(org.exoplatform.commons.api.settings.SettingService settingService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.wallet.reward.api.RewardPlugin |
getRewardPlugin(String pluginId) |
Collection<org.exoplatform.wallet.reward.api.RewardPlugin> |
getRewardPlugins() |
org.exoplatform.wallet.model.reward.RewardSettings |
getSettings() |
void |
registerPlugin(org.exoplatform.wallet.reward.api.RewardPlugin rewardPlugin) |
void |
saveSettings(org.exoplatform.wallet.model.reward.RewardSettings rewardSettingsToStore) |
void |
unregisterPlugin(String pluginId) |
public WalletRewardSettingsService(org.exoplatform.commons.api.settings.SettingService settingService)
public org.exoplatform.wallet.model.reward.RewardSettings getSettings()
getSettings in interface org.exoplatform.wallet.reward.service.RewardSettingsServicepublic void saveSettings(org.exoplatform.wallet.model.reward.RewardSettings rewardSettingsToStore)
saveSettings in interface org.exoplatform.wallet.reward.service.RewardSettingsServicepublic void registerPlugin(org.exoplatform.wallet.reward.api.RewardPlugin rewardPlugin)
registerPlugin in interface org.exoplatform.wallet.reward.service.RewardSettingsServicepublic void unregisterPlugin(String pluginId)
unregisterPlugin in interface org.exoplatform.wallet.reward.service.RewardSettingsServicepublic Collection<org.exoplatform.wallet.reward.api.RewardPlugin> getRewardPlugins()
getRewardPlugins in interface org.exoplatform.wallet.reward.service.RewardSettingsServicepublic org.exoplatform.wallet.reward.api.RewardPlugin getRewardPlugin(String pluginId)
getRewardPlugin in interface org.exoplatform.wallet.reward.service.RewardSettingsServiceCopyright © 2003–2020 eXo Platform SAS. All rights reserved.