@Deprecated public class KeyValuesServiceImpl extends Object implements KeyValuesService
| Constructor and Description | 
|---|
| KeyValuesServiceImpl()Deprecated.  | 
| 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. | 
public KeyValuesServiceImpl()
public <T> Collection<T> findAll(Class<T> clazz)
KeyValuesServicefindAll in interface KeyValuesServiceKeyValuesService.findAll(java.lang.Class)public <T> Collection<T> findAllOrderBy(Class<T> clazz, String sortField, boolean sortAscending)
KeyValuesServicefindAllOrderBy in interface KeyValuesServicesortField - - name of the field in the class to sort results bysortAscending - - boolean indicating whether to sort ascending or descendingKeyValuesService.findAllOrderBy(java.lang.Class, java.lang.String, boolean)public <T> Collection<T> findMatching(Class<T> clazz, Map<String,Object> fieldValues)
KeyValuesServicefindMatching in interface KeyValuesServiceBusinessObjectService.findMatching(java.lang.Class, java.util.Map)public <T> Collection<T> findAllInactive(Class<T> clazz)
KeyValuesServicefindAllInactive in interface KeyValuesServiceCopyright © 2005–2014 The Kuali Foundation. All rights reserved.