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
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit) getBalanceHistoryByUserId(String id, String name, long fromDate, long toDate, int offset, int limit) longMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
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
-