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 Details

    • RewardPeriodDAO

      public RewardPeriodDAO()
  • Method Details

    • 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)