org.kuali.rice.krad.criteria
Class CriteriaLookupServiceImpl
java.lang.Object
org.kuali.rice.krad.criteria.CriteriaLookupServiceImpl
- All Implemented Interfaces:
- CriteriaLookupService
public class CriteriaLookupServiceImpl
- extends Object
- implements CriteriaLookupService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CriteriaLookupServiceImpl
public CriteriaLookupServiceImpl()
setCriteriaLookupDao
public void setCriteriaLookupDao(CriteriaLookupDao criteriaLookupDao)
lookup
public <T> GenericQueryResults<T> lookup(Class<T> queryClass,
QueryByCriteria criteria)
- Description copied from interface:
CriteriaLookupService
- Looks up a type based on a query criteria.
- Specified by:
lookup
in interface CriteriaLookupService
- Type Parameters:
T
- the type that is being looked up.- Parameters:
queryClass
- the class to lookupcriteria
- the criteria to lookup against. cannot be null.
- Returns:
- the results. will never be null.
lookup
public <T> GenericQueryResults<T> lookup(Class<T> queryClass,
QueryByCriteria criteria,
LookupCustomizer<T> customizer)
- Description copied from interface:
CriteriaLookupService
- Looks up a type based on a query criteria.
- Specified by:
lookup
in interface CriteriaLookupService
- Type Parameters:
T
- the type that is being looked up.- Parameters:
queryClass
- the class to lookupcriteria
- the criteria to lookup against. cannot be null.
- Returns:
- the results. will never be null.
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.