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 typeId) |
long |
getPromotersCount(long typeId) |
List<ScoreEntryEntity> |
getScoreEntries(long typeId,
int offset,
int limit) |
List<ScoreEntryEntity> |
getScoreEntriesByUserId(long typeId,
String userId,
int offset,
int limit) |
long |
getScoreEntriesCount(long typeId,
boolean enabled) |
List<ScoreEntryEntity> |
getScoreEntrybyId(long id) |
public List<ScoreEntryEntity> getScoreEntries(long typeId, int offset, int limit)
public long getScoreEntriesCount(long typeId,
boolean enabled)
public long getPromotersCount(long typeId)
public long getDetractorsCount(long typeId)
public List<ScoreEntryEntity> getScoreEntriesByUserId(long typeId, String userId, int offset, int limit)
public List<ScoreEntryEntity> getScoreEntrybyId(long id)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.