Class BalanceHistoryDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<BalanceHistoryEntity,String>
org.exoplatform.rhmanagement.dao.BalanceHistoryDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<BalanceHistoryEntity,String>

public class BalanceHistoryDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<BalanceHistoryEntity,String>
Created by The eXo Platform SAS
  • Constructor Details

    • BalanceHistoryDAO

      public BalanceHistoryDAO()
  • Method Details

    • getBalanceHistoryByUserId

      public List<BalanceHistoryEntity> getBalanceHistoryByUserId(String id, String name, long fromDate, long toDate, int offset, int limit)
    • getBalanceHistoryByDate

      public List<BalanceHistoryEntity> getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)
    • getBalanceHistoryByUserIdCount

      public long getBalanceHistoryByUserIdCount(String id)