public class BalanceHistoryDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<BalanceHistoryEntity,String>
| Constructor and Description |
|---|
BalanceHistoryDAO() |
| Modifier and Type | Method and 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) |
long |
getBalanceHistoryByUserIdCount(String id) |
public List<BalanceHistoryEntity> getBalanceHistoryByUserId(String id, String name, long fromDate, long toDate, int offset, int limit)
public List<BalanceHistoryEntity> getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)
public long getBalanceHistoryByUserIdCount(String id)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.