Class BalanceHistoryService
java.lang.Object
org.exoplatform.rhmanagement.services.BalanceHistoryService
Created by The eXo Platform SAS
-
Constructor Summary
ConstructorsConstructorDescriptionBalanceHistoryService(org.exoplatform.social.core.manager.IdentityManager identityManager) -
Method Summary
Modifier and TypeMethodDescriptiongetBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit) getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit) longvoidremove(BalanceHistoryDTO entity) save(BalanceHistoryDTO entity)
-
Constructor Details
-
BalanceHistoryService
public BalanceHistoryService(org.exoplatform.social.core.manager.IdentityManager identityManager)
-
-
Method Details
-
save
-
remove
-
getBalanceHistoryByUserId
public List<BalanceHistoryDTO> getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit) -
getBalanceHistoryByDate
public List<BalanceHistoryDTO> getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit) -
getBalanceHistoryByUserrIdCount
-