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

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

public class ResultScaleDao
extends GenericEntityDao<ResultScaleEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
ResultScaleDao()
           
 
Method Summary
 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

ResultScaleDao

public ResultScaleDao()
Method Detail

getIdsByType

public List<String> getIdsByType(String type)


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