public class ScoreEntryDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ScoreEntryEntity,String>
| Constructor and Description |
|---|
ScoreEntryDAO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDetractorsCount() |
long |
getPromotersCount() |
List<ScoreEntryEntity> |
getScoreEntries(int offset,
int limit) |
List<ScoreEntryEntity> |
getScoreEntriesByUserId(String userId,
int offset,
int limit) |
long |
getScoreEntriesCount() |
List<ScoreEntryEntity> |
getScoreEntrybyId(long id) |
public List<ScoreEntryEntity> getScoreEntries(int offset, int limit)
public long getScoreEntriesCount()
public long getPromotersCount()
public long getDetractorsCount()
public List<ScoreEntryEntity> getScoreEntriesByUserId(String userId, int offset, int limit)
public List<ScoreEntryEntity> getScoreEntrybyId(long id)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.