public interface LookupService
Modifier and Type | Method and Description |
---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps) |
<T> Collection<T> |
findCollectionBySearch(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters.
|
<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> Collection<T> |
findCollectionBySearchUnbounded(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters.
|
<T> T |
findObjectBySearch(Class<T> example,
Map<String,String> formProps)
Retrieves a Object based on the search criteria, which should uniquely
identify a record.
|
<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)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.