org.kuali.student.enrollment.class1.lrr.dao
Class LrrDao
java.lang.Object
org.kuali.student.r2.common.dao.GenericEntityDao<LearningResultRecordEntity>
org.kuali.student.enrollment.class1.lrr.dao.LrrDao
- All Implemented Interfaces:
- EntityDao<String,LearningResultRecordEntity>
public class LrrDao
- extends GenericEntityDao<LearningResultRecordEntity>
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 |
LrrDao
public LrrDao()
getLearningResultRecordsForLprIds
public List<LearningResultRecordEntity> getLearningResultRecordsForLprIds(List<String> lprIds)
getLearningResultRecordsForLpr
public List<LearningResultRecordEntity> getLearningResultRecordsForLpr(String lprId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.