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

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

public class LprDao
extends GenericEntityDao<LprEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
LprDao()
           
 
Method Summary
 List<LprEntity> getByLuiId(String luiId)
           
 List<LprEntity> getLprByLuiAndPerson(String personId, String luiId)
           
 List<String> getLprIdsByLuiAndPerson(String personId, String luiId)
           
 List<LprEntity> getLprsByLuiAndType(String luiId, String lprTypeKey)
           
 List<LprEntity> getLprsByLuiPersonAndState(String personId, String luiId, String stateKey)
           
 List<LprEntity> getLprsByPerson(String personId)
           
 List<LprEntity> getLprsByPersonAndType(String personId, String typeKey)
           
 List<String> getPersonIdsByLui(String luiId, String typeKey, String stateKey)
           
 
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

LprDao

public LprDao()
Method Detail

getByLuiId

public List<LprEntity> getByLuiId(String luiId)

getLprIdsByLuiAndPerson

public List<String> getLprIdsByLuiAndPerson(String personId,
                                            String luiId)

getLprsByPersonAndType

public List<LprEntity> getLprsByPersonAndType(String personId,
                                              String typeKey)

getLprsByPerson

public List<LprEntity> getLprsByPerson(String personId)

getPersonIdsByLui

public List<String> getPersonIdsByLui(String luiId,
                                      String typeKey,
                                      String stateKey)

getLprByLuiAndPerson

public List<LprEntity> getLprByLuiAndPerson(String personId,
                                            String luiId)

getLprsByLuiPersonAndState

public List<LprEntity> getLprsByLuiPersonAndState(String personId,
                                                  String luiId,
                                                  String stateKey)

getLprsByLuiAndType

public List<LprEntity> getLprsByLuiAndType(String luiId,
                                           String lprTypeKey)


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