|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyValuesService
This class provides collection retrievals to populate key value pairs of business objects.
| Method Summary | |
|---|---|
Collection |
findAll(Class clazz)
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance. |
Collection |
findAllInactive(Class clazz)
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance. |
Collection |
findAllOrderBy(Class clazz,
String sortField,
boolean sortAscending)
Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance. |
Collection |
findMatching(Class clazz,
Map fieldValues)
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 |
|---|
Collection findAll(Class clazz)
clazz -
Collection findAllOrderBy(Class 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
Collection findMatching(Class clazz,
Map fieldValues)
clazz - fieldValues -
Collection findAllInactive(Class clazz)
clazz -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||