Class 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 Detail

      • BalanceHistoryDAO

        public BalanceHistoryDAO()
    • Method Detail

      • getBalanceHistoryByDate

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

        public long getBalanceHistoryByUserIdCount​(String id)