org.kuali.student.enrollment.class1.lrr.dao
Class LrrDao

java.lang.Object
  extended by org.kuali.student.r2.common.dao.GenericEntityDao<LearningResultRecordEntity>
      extended by org.kuali.student.enrollment.class1.lrr.dao.LrrDao
All Implemented Interfaces:
EntityDao<String,LearningResultRecordEntity>

public class LrrDao
extends GenericEntityDao<LearningResultRecordEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
LrrDao()
           
 
Method Summary
 List<LearningResultRecordEntity> getLearningResultRecordsForLpr(String lprId)
           
 List<LearningResultRecordEntity> getLearningResultRecordsForLprIds(List<String> lprIds)
           
 
Methods inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
entityExists, find, findAll, findByIds, findByIds, findByIdsMaxKeys, getEm, getEntityClass, merge, persist, remove, setEm, update, verifyResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LrrDao

public LrrDao()
Method Detail

getLearningResultRecordsForLprIds

public List<LearningResultRecordEntity> getLearningResultRecordsForLprIds(List<String> lprIds)

getLearningResultRecordsForLpr

public List<LearningResultRecordEntity> getLearningResultRecordsForLpr(String lprId)


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