Uses of Class
io.meeds.wallet.model.RewardReport
Packages that use RewardReport
-
Uses of RewardReport in io.meeds.wallet.reward.service
Methods in io.meeds.wallet.reward.service that return RewardReportModifier and TypeMethodDescriptionRewardReportService.computeRewards(LocalDate localDate) Compute rewards swicth configurations for the list of identities passed in parametersRewardReportService.computeRewardsByUser(LocalDate localDate, long userIdentityId) Compute rewards By UserRewardReportService.getRewardReport(LocalDate localDate) Retrieve aRewardReportcorresponding to a period of timeRewardReportService.getRewardReportByPeriodId(long periodId) Retrieve aRewardReportcorresponding to a period identified by its idMethods in io.meeds.wallet.reward.service with parameters of type RewardReportModifier and TypeMethodDescriptionvoidRewardReportService.saveRewardReport(RewardReport rewardReport) -
Uses of RewardReport in io.meeds.wallet.utils
Fields in io.meeds.wallet.utils with type parameters of type RewardReportModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<RewardReport> RewardUtils.REWARD_REPORT_NOTIFICATION_PARAM