Uses of Class
org.exoplatform.wallet.model.reward.WalletReward
-
Packages that use WalletReward Package Description org.exoplatform.wallet.model.reward org.exoplatform.wallet.reward.service org.exoplatform.wallet.reward.storage -
-
Uses of WalletReward in org.exoplatform.wallet.model.reward
Methods in org.exoplatform.wallet.model.reward that return types with arguments of type WalletReward Modifier and Type Method Description Set<WalletReward>RewardReport. getValidRewards() -
Uses of WalletReward in org.exoplatform.wallet.reward.service
Methods in org.exoplatform.wallet.reward.service that return types with arguments of type WalletReward Modifier and Type Method Description List<WalletReward>RewardReportService. listRewards(String currentUser, int limit) -
Uses of WalletReward in org.exoplatform.wallet.reward.storage
Methods in org.exoplatform.wallet.reward.storage that return types with arguments of type WalletReward Modifier and Type Method Description List<WalletReward>RewardReportStorage. listRewards(long identityId, int limit)
-