public class RewardDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletRewardEntity,Long>
| Constructor and Description |
|---|
RewardDAO() |
| Modifier and Type | Method and Description |
|---|---|
WalletRewardEntity |
findRewardByIdentityIdAndPeriodId(long identityId,
long periodId) |
List<WalletRewardEntity> |
findRewardsByIdentityId(long identityId,
int limit) |
List<WalletRewardEntity> |
findRewardsByPeriodId(long periodId) |
void |
replaceRewardTransactions(String oldHash,
String newHash) |
public List<WalletRewardEntity> findRewardsByPeriodId(long periodId)
public List<WalletRewardEntity> findRewardsByIdentityId(long identityId, int limit)
public WalletRewardEntity findRewardByIdentityIdAndPeriodId(long identityId, long periodId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.