Uses of Enum Class
org.exoplatform.wallet.model.reward.RewardPeriodType
Packages that use RewardPeriodType
-
Uses of RewardPeriodType in org.exoplatform.wallet.model.reward
Fields in org.exoplatform.wallet.model.reward declared as RewardPeriodTypeMethods in org.exoplatform.wallet.model.reward that return RewardPeriodTypeModifier and TypeMethodDescriptionstatic RewardPeriodTypeReturns the enum constant of this class with the specified name.static RewardPeriodType[]RewardPeriodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.wallet.model.reward with parameters of type RewardPeriodTypeModifierConstructorDescriptionRewardPeriod(RewardPeriodType rewardPeriodType) RewardPeriod(RewardPeriodType rewardPeriodType, String timeZone, long startDateInSeconds, long endDateInSeconds) -
Uses of RewardPeriodType in org.exoplatform.wallet.reward.service
Methods in org.exoplatform.wallet.reward.service with parameters of type RewardPeriodTypeModifier and TypeMethodDescriptionRewardReportService.getRewardPeriod(RewardPeriodType periodType, LocalDate date) Return the stored reward period associated to select period type and date