|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r2.common.dao.GenericEntityDao<LprEntity>
org.kuali.student.enrollment.class1.lpr.dao.LprDao
public class LprDao
| 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 |
|---|
public LprDao()
| Method Detail |
|---|
public List<LprEntity> getByLuiId(String luiId)
public List<String> getLprIdsByLuiAndPerson(String personId,
String luiId)
public List<LprEntity> getLprsByPersonAndType(String personId,
String typeKey)
public List<LprEntity> getLprsByPerson(String personId)
public List<String> getPersonIdsByLui(String luiId,
String typeKey,
String stateKey)
public List<LprEntity> getLprByLuiAndPerson(String personId,
String luiId)
public List<LprEntity> getLprsByLuiPersonAndState(String personId,
String luiId,
String stateKey)
public List<LprEntity> getLprsByLuiAndType(String luiId,
String lprTypeKey)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||