Class BalanceHistoryService
- java.lang.Object
-
- org.exoplatform.rhmanagement.services.BalanceHistoryService
-
public class BalanceHistoryService extends Object
Created by The eXo Platform SAS
-
-
Constructor Summary
Constructors Constructor Description BalanceHistoryService(org.exoplatform.social.core.manager.IdentityManager identityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BalanceHistoryDTO>getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)List<BalanceHistoryDTO>getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit)longgetBalanceHistoryByUserrIdCount(String id)voidremove(BalanceHistoryDTO entity)BalanceHistoryDTOsave(BalanceHistoryDTO entity)
-
-
-
Method Detail
-
save
public BalanceHistoryDTO save(BalanceHistoryDTO entity)
-
remove
public void remove(BalanceHistoryDTO entity)
-
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
public long getBalanceHistoryByUserrIdCount(String id)
-
-