@Deprecated public interface KeyValuesService
| Modifier and Type | Method and Description | 
|---|---|
| <T> Collection<T> | findAll(Class<T> clazz)Deprecated.  Retrieves a collection of business objects populated with data, such that each record in the database populates a new object
 instance. | 
| <T> Collection<T> | findAllInactive(Class<T> clazz)Deprecated.  Retrieves a collection of business objects populated with data, such that each record in the database populates a new object
 instance. | 
| <T> Collection<T> | findAllOrderBy(Class<T> clazz,
                            String sortField,
                            boolean sortAscending)Deprecated.  Retrieves a collection of business objects populated with data, such that each record in the database populates a new object
 instance. | 
| <T> Collection<T> | findMatching(Class<T> clazz,
                        Map<String,Object> fieldValues)Deprecated.  This method retrieves a collection of business objects populated with data, such that each record in the database populates a
 new object instance. | 
<T> Collection<T> findAll(Class<T> clazz)
clazz - <T> Collection<T> findAllOrderBy(Class<T> clazz, String sortField, boolean sortAscending)
clazz - sortField - - name of the field in the class to sort results bysortAscending - - boolean indicating whether to sort ascending or descending<T> Collection<T> findMatching(Class<T> clazz, Map<String,Object> fieldValues)
clazz - fieldValues - <T> Collection<T> findAllInactive(Class<T> clazz)
clazz - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.