Class RewardPeriodDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletRewardPeriodEntity,Long>
-
- org.exoplatform.wallet.reward.dao.RewardPeriodDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<WalletRewardPeriodEntity,Long>
public class RewardPeriodDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<WalletRewardPeriodEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description RewardPeriodDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WalletRewardPeriodEntityfindRewardPeriodByTypeAndTime(org.exoplatform.wallet.model.reward.RewardPeriodType periodType, long periodTime)List<WalletRewardPeriodEntity>findRewardPeriodsByStatus(org.exoplatform.wallet.model.reward.RewardStatus status)
-
-
-
Method Detail
-
findRewardPeriodByTypeAndTime
public WalletRewardPeriodEntity findRewardPeriodByTypeAndTime(org.exoplatform.wallet.model.reward.RewardPeriodType periodType, long periodTime)
-
findRewardPeriodsByStatus
public List<WalletRewardPeriodEntity> findRewardPeriodsByStatus(org.exoplatform.wallet.model.reward.RewardStatus status)
-
-