org.kuali.student.enrollment.class1.lpr.dao
Class LprRosterEntryDao

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

public class LprRosterEntryDao
extends GenericEntityDao<LprRosterEntryEntity>


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

LprRosterEntryDao

public LprRosterEntryDao()
Method Detail

getLprRosterEntriesForLprRoster

public List<LprRosterEntryEntity> getLprRosterEntriesForLprRoster(String lprRosterId)


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