org.kuali.rice.krad.criteria
Class CriteriaLookupServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.criteria.CriteriaLookupServiceImpl
All Implemented Interfaces:
CriteriaLookupService

public class CriteriaLookupServiceImpl
extends Object
implements CriteriaLookupService


Constructor Summary
CriteriaLookupServiceImpl()
           
 
Method Summary
<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.
 void setCriteriaLookupDao(CriteriaLookupDao criteriaLookupDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CriteriaLookupServiceImpl

public CriteriaLookupServiceImpl()
Method Detail

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 lookup
criteria - 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 lookup
criteria - the criteria to lookup against. cannot be null.
Returns:
the results. will never be null.


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.