public class ScoreTypeDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ScoreTypeEntity,String>
| Constructor and Description |
|---|
ScoreTypeDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<ScoreTypeEntity> |
getScoreTypebyId(long id) |
List<ScoreTypeEntity> |
getScoreTypes(int offset,
int limit) |
long |
getScoreTypesCount() |
public List<ScoreTypeEntity> getScoreTypes(int offset, int limit)
public long getScoreTypesCount()
public List<ScoreTypeEntity> getScoreTypebyId(long id)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.