org.kuali.student.r2.lum.lrc.dao
Class ResultValueDao
java.lang.Object
org.kuali.student.r2.common.dao.GenericEntityDao<ResultValueEntity>
org.kuali.student.r2.lum.lrc.dao.ResultValueDao
- All Implemented Interfaces:
- EntityDao<String,ResultValueEntity>
public class ResultValueDao
- extends GenericEntityDao<ResultValueEntity>
Methods inherited from class org.kuali.student.r2.common.dao.GenericEntityDao |
find, findAll, findByIds, findByIds, findByIdsMaxKeys, getEm, getEntityClass, merge, persist, remove, setEm, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultValueDao
public ResultValueDao()
getIdsByType
public List<String> getIdsByType(String type)
getByScale
public List<ResultValueEntity> getByScale(String resultScaleKey)
getByScaleAndValue
public ResultValueEntity getByScaleAndValue(String resultScaleKey,
String value)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.