|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LookupService
Defines business logic methods that support the Lookup framework
Method Summary | ||
---|---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
|
|
|
findCollectionBySearch(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters. |
|
|
findCollectionBySearchHelper(Class<T> example,
Map<String,String> formProperties,
boolean unbounded)
|
|
|
findCollectionBySearchHelper(Class<T> example,
Map<String,String> formProperties,
boolean unbounded,
Integer searchResultsLimit)
|
|
|
findCollectionBySearchUnbounded(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters. |
|
|
findObjectBySearch(Class<T> example,
Map<String,String> formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record. |
Method Detail |
---|
<T> Collection<T> findCollectionBySearchUnbounded(Class<T> example, Map<String,String> formProps)
example
- formProps
-
<T> Collection<T> findCollectionBySearch(Class<T> example, Map<String,String> formProps)
<T> Collection<T> findCollectionBySearchHelper(Class<T> example, Map<String,String> formProperties, boolean unbounded)
<T> Collection<T> findCollectionBySearchHelper(Class<T> example, Map<String,String> formProperties, boolean unbounded, Integer searchResultsLimit)
<T> T findObjectBySearch(Class<T> example, Map<String,String> formProps)
boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |