public interface CriteriaLookupService
| Modifier and Type | Method and Description | 
|---|---|
| <T> GenericQueryResults<T> | lookup(Class<T> queryClass,
      QueryByCriteria criteria)Looks up a type based on a query criteria. | 
| <T> GenericQueryResults<T> | lookup(Class<T> queryClass,
      QueryByCriteria criteria,
      LookupCustomizer<T> customizer)Looks up a type based on a query criteria. | 
<T> GenericQueryResults<T> lookup(Class<T> queryClass, QueryByCriteria criteria)
T - the type that is being looked up.queryClass - the class to lookupcriteria - the criteria to lookup against. cannot be null.IllegalArgumentException - if the criteria is null<T> GenericQueryResults<T> lookup(Class<T> queryClass, QueryByCriteria criteria, LookupCustomizer<T> customizer)
T - the type that is being looked up.queryClass - the class to lookupcriteria - the criteria to lookup against. cannot be null.IllegalArgumentException - if the criteria is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.