org.kuali.student.enrollment.class1.lpr.dao
Class LprDao
java.lang.Object
org.kuali.student.r2.common.dao.GenericEntityDao<LprEntity>
org.kuali.student.enrollment.class1.lpr.dao.LprDao
- All Implemented Interfaces:
- EntityDao<LprEntity>
public class LprDao
- extends GenericEntityDao<LprEntity>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LprDao
public LprDao()
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.