em, entityClass
Constructor and Description |
---|
LprDao() |
Modifier and Type | Method and Description |
---|---|
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> |
getLprsByLuis(List<String> luiIds) |
List<LprEntity> |
getLprsByPerson(String personId) |
List<LprEntity> |
getLprsByPersonAndType(String personId,
String typeKey) |
List<String> |
getLuiIdsByPersonAndTypeAndState(String personId,
String luiPersonRelationType,
String relationState) |
List<String> |
getPersonIdsByLui(String luiId,
String typeKey,
String stateKey) |
entityExists, find, findAll, findByIds, findByIds, findByIdsMaxKeys, getEm, getEntityClass, merge, persist, remove, setEm, update, verifyResults
public LprDao()
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)
public List<String> getLuiIdsByPersonAndTypeAndState(String personId, String luiPersonRelationType, String relationState)
public List<LprEntity> getLprsByLuis(List<String> luiIds)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.