Uses of Class
org.exoplatform.rhmanagement.entity.BalanceHistoryEntity
-
Packages that use BalanceHistoryEntity Package Description org.exoplatform.rhmanagement.dao -
-
Uses of BalanceHistoryEntity in org.exoplatform.rhmanagement.dao
Methods in org.exoplatform.rhmanagement.dao that return types with arguments of type BalanceHistoryEntity Modifier and Type Method Description List<BalanceHistoryEntity>BalanceHistoryDAO. getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)List<BalanceHistoryEntity>BalanceHistoryDAO. getBalanceHistoryByUserId(String id, String name, long fromDate, long toDate, int offset, int limit)
-