|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupService
This interface defines methods that a Lookup Service must provide.
Method Summary | |
---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class boClass,
Map formProps)
|
Collection |
findCollectionBySearch(Class example,
Map formProps)
Returns a collection of objects based on the given search parameters. |
Collection |
findCollectionBySearchHelper(Class example,
Map formProperties,
boolean unbounded)
|
Collection |
findCollectionBySearchUnbounded(Class example,
Map formProps)
Returns a collection of objects based on the given search parameters. |
Object |
findObjectBySearch(Class example,
Map formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record. |
Method Detail |
---|
Collection findCollectionBySearchUnbounded(Class example, Map formProps)
example
- formProps
-
Collection findCollectionBySearch(Class example, Map formProps)
Collection findCollectionBySearchHelper(Class example, Map formProperties, boolean unbounded)
Object findObjectBySearch(Class example, Map formProps)
boolean allPrimaryKeyValuesPresentAndNotWildcard(Class boClass, Map formProps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |