Uses of Class
org.exoplatform.wallet.model.reward.RewardPeriodType
-
Packages that use RewardPeriodType Package Description org.exoplatform.wallet.model.reward org.exoplatform.wallet.reward.storage -
-
Uses of RewardPeriodType in org.exoplatform.wallet.model.reward
Fields in org.exoplatform.wallet.model.reward declared as RewardPeriodType Modifier and Type Field Description static RewardPeriodTypeRewardPeriodType. DEFAULTMethods in org.exoplatform.wallet.model.reward that return RewardPeriodType Modifier and Type Method Description static RewardPeriodTypeRewardPeriodType. valueOf(String name)Returns the enum constant of this type with the specified name.static RewardPeriodType[]RewardPeriodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.wallet.model.reward with parameters of type RewardPeriodType Constructor Description RewardPeriod(RewardPeriodType rewardPeriodType) -
Uses of RewardPeriodType in org.exoplatform.wallet.reward.storage
Methods in org.exoplatform.wallet.reward.storage with parameters of type RewardPeriodType Modifier and Type Method Description RewardReportRewardReportStorage. getRewardReport(RewardPeriodType periodType, long periodTimeInSeconds)Retrieve aRewardReportcorresponding to a period of time
-