public class BalanceHistoryService extends Object
| Constructor and Description |
|---|
BalanceHistoryService(org.exoplatform.social.core.manager.IdentityManager identityManager) |
| Modifier and Type | Method and 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) |
long |
getBalanceHistoryByUserrIdCount(String id) |
void |
remove(BalanceHistoryDTO entity) |
BalanceHistoryDTO |
save(BalanceHistoryDTO entity) |
public BalanceHistoryService(org.exoplatform.social.core.manager.IdentityManager identityManager)
public BalanceHistoryDTO save(BalanceHistoryDTO entity)
public void remove(BalanceHistoryDTO entity)
public List<BalanceHistoryDTO> getBalanceHistoryByUserId(String id, long fromDate, long toDate, int offset, int limit)
public List<BalanceHistoryDTO> getBalanceHistoryByDate(long fromDate, long toDate, int offset, int limit)
public long getBalanceHistoryByUserrIdCount(String id)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.