|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.service.impl.KeyValuesServiceImpl
@Deprecated public class KeyValuesServiceImpl
This class provides collection retrievals to populate key value pairs of business objects.
| Constructor Summary | |
|---|---|
KeyValuesServiceImpl()
Deprecated. |
|
| Method Summary | ||
|---|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyValuesServiceImpl()
| Method Detail |
|---|
public <T> Collection<T> findAll(Class<T> clazz)
KeyValuesService
findAll in interface KeyValuesServiceKeyValuesService.findAll(java.lang.Class)
public <T> Collection<T> findAllOrderBy(Class<T> clazz,
String sortField,
boolean sortAscending)
KeyValuesService
findAllOrderBy in interface KeyValuesServicesortField - - name of the field in the class to sort results bysortAscending - - boolean indicating whether to sort ascending or descending
KeyValuesService.findAllOrderBy(java.lang.Class, java.lang.String, boolean)
public <T> Collection<T> findMatching(Class<T> clazz,
Map<String,Object> fieldValues)
KeyValuesService
findMatching in interface KeyValuesServiceBusinessObjectService.findMatching(java.lang.Class, java.util.Map)public <T> Collection<T> findAllInactive(Class<T> clazz)
KeyValuesService
findAllInactive in interface KeyValuesService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||