org.kuali.student.r2.lum.lrc.dao
Class ResultValueDao

java.lang.Object
  extended by org.kuali.student.r2.common.dao.GenericEntityDao<ResultValueEntity>
      extended by org.kuali.student.r2.lum.lrc.dao.ResultValueDao
All Implemented Interfaces:
EntityDao<String,ResultValueEntity>

public class ResultValueDao
extends GenericEntityDao<ResultValueEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
ResultValueDao()
           
 
Method Summary
 List<ResultValueEntity> getByScale(String resultScaleKey)
           
 ResultValueEntity getByScaleAndValue(String resultScaleKey, String value)
           
 List<String> getIdsByType(String type)
           
 
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
 

Constructor Detail

ResultValueDao

public ResultValueDao()
Method Detail

getIdsByType

public List<String> getIdsByType(String type)

getByScale

public List<ResultValueEntity> getByScale(String resultScaleKey)

getByScaleAndValue

public ResultValueEntity getByScaleAndValue(String resultScaleKey,
                                            String value)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.