@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)
KeyValuesService
findAll
in interface KeyValuesService
KeyValuesService.findAll(java.lang.Class)
public <T> Collection<T> findAllOrderBy(Class<T> clazz, String sortField, boolean sortAscending)
KeyValuesService
findAllOrderBy
in interface KeyValuesService
sortField
- - 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)
KeyValuesService
findMatching
in interface KeyValuesService
BusinessObjectService.findMatching(java.lang.Class, java.util.Map)
public <T> Collection<T> findAllInactive(Class<T> clazz)
KeyValuesService
findAllInactive
in interface KeyValuesService
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.