public class WalletRewardTransactionService extends Object implements org.exoplatform.addon.wallet.reward.service.RewardTransactionService
| Constructor and Description |
|---|
WalletRewardTransactionService(org.exoplatform.commons.api.settings.SettingService settingService) |
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.addon.wallet.model.reward.RewardTransaction> |
getRewardTransactions(String periodType,
long startDateInSeconds) |
void |
saveRewardTransaction(org.exoplatform.addon.wallet.model.reward.RewardTransaction rewardTransaction) |
public WalletRewardTransactionService(org.exoplatform.commons.api.settings.SettingService settingService)
public List<org.exoplatform.addon.wallet.model.reward.RewardTransaction> getRewardTransactions(String periodType, long startDateInSeconds)
getRewardTransactions in interface org.exoplatform.addon.wallet.reward.service.RewardTransactionServicepublic void saveRewardTransaction(org.exoplatform.addon.wallet.model.reward.RewardTransaction rewardTransaction)
saveRewardTransaction in interface org.exoplatform.addon.wallet.reward.service.RewardTransactionServiceCopyright © 2003–2019 eXo Platform SAS. All rights reserved.