Uses of Class
org.exoplatform.rhmanagement.dto.BalanceHistoryDTO
-
Packages that use BalanceHistoryDTO Package Description org.exoplatform.rhmanagement.services -
-
Uses of BalanceHistoryDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return BalanceHistoryDTO Modifier and Type Method Description BalanceHistoryDTOBalanceHistoryService. save(BalanceHistoryDTO entity)Methods in org.exoplatform.rhmanagement.services that return types with arguments of type BalanceHistoryDTO Modifier and Type Method Description List<BalanceHistoryDTO>BalanceHistoryService. getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)List<BalanceHistoryDTO>BalanceHistoryService. getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit)Methods in org.exoplatform.rhmanagement.services with parameters of type BalanceHistoryDTO Modifier and Type Method Description voidBalanceHistoryService. remove(BalanceHistoryDTO entity)BalanceHistoryDTOBalanceHistoryService. save(BalanceHistoryDTO entity)
-