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

java.lang.Object
  extended by org.kuali.student.r2.common.dao.GenericEntityDao<LprRosterEntity>
      extended by org.kuali.student.enrollment.class1.lpr.dao.LprRosterDao
All Implemented Interfaces:
EntityDao<LprRosterEntity>

public class LprRosterDao
extends GenericEntityDao<LprRosterEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
LprRosterDao()
           
 
Method Summary
 List<LprRosterEntity> getLprRostersByLui(String luiId)
           
 List<LprRosterEntity> getLprRostersByLuiAndRosterType(String luiId, String lprRosterTypeKey)
           
 
Methods inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
find, findAll, findByIds, 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

LprRosterDao

public LprRosterDao()
Method Detail

getLprRostersByLuiAndRosterType

public List<LprRosterEntity> getLprRostersByLuiAndRosterType(String luiId,
                                                             String lprRosterTypeKey)

getLprRostersByLui

public List<LprRosterEntity> getLprRostersByLui(String luiId)


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