Package org.exoplatform.rhmanagement.dao
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 Summary
Constructors Constructor Description BalanceHistoryDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BalanceHistoryEntity>getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)List<BalanceHistoryEntity>getBalanceHistoryByUserId(String id, String name, long fromDate, long toDate, int offset, int limit)longgetBalanceHistoryByUserIdCount(String id)
-
-
-
Method Detail
-
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)
-
-