Uses of Class
org.exoplatform.rhmanagement.dto.BalanceHistoryDTO
Packages that use BalanceHistoryDTO
-
Uses of BalanceHistoryDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return BalanceHistoryDTOMethods in org.exoplatform.rhmanagement.services that return types with arguments of type BalanceHistoryDTOModifier and TypeMethodDescriptionBalanceHistoryService.getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit) BalanceHistoryService.getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit) Methods in org.exoplatform.rhmanagement.services with parameters of type BalanceHistoryDTOModifier and TypeMethodDescriptionvoidBalanceHistoryService.remove(BalanceHistoryDTO entity) BalanceHistoryService.save(BalanceHistoryDTO entity)