Uses of Class
org.exoplatform.wallet.model.reward.RewardStatus
-
Packages that use RewardStatus Package Description org.exoplatform.wallet.model.reward org.exoplatform.wallet.reward.storage -
-
Uses of RewardStatus in org.exoplatform.wallet.model.reward
Methods in org.exoplatform.wallet.model.reward that return RewardStatus Modifier and Type Method Description static RewardStatusRewardStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RewardStatus[]RewardStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RewardStatus in org.exoplatform.wallet.reward.storage
Methods in org.exoplatform.wallet.reward.storage with parameters of type RewardStatus Modifier and Type Method Description List<RewardPeriod>RewardReportStorage. findRewardPeriodsByStatus(RewardStatus rewardStatus)Retrieve the list of periods switch rewards payment status
-