|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface KeyValuesService
This class provides collection retrievals to populate key value pairs of business objects.
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. |
Method Detail |
---|
<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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |