public interface LookupService
DataObjectService.findMatching(Class, org.kuali.rice.core.api.criteria.QueryByCriteria)
passing the appropriate criteria.Modifier and Type | Method and Description |
---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps) |
<T> Collection<T> |
findCollectionBySearch(Class<T> type,
Map<String,String> formProps)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> type,
Map<String,String> formProperties,
boolean unbounded)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> type,
Map<String,String> formProperties,
boolean unbounded,
Integer searchResultsLimit)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> type,
Map<String,String> formProperties,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
Integer searchResultsLimit)
Returns a collection of objects based on the given search parameters.
|
<T> Collection<T> |
findCollectionBySearchUnbounded(Class<T> type,
Map<String,String> formProps)
Deprecated.
|
<T> T |
findObjectBySearch(Class<T> type,
Map<String,String> formProps)
Retrieves an Object based on the search criteria, which should uniquely
identify a record.
|
@Deprecated <T> Collection<T> findCollectionBySearchUnbounded(Class<T> type, Map<String,String> formProps)
findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, Integer)
insteadtype
- the type of the object for which to searchformProps
- a map of attributes against which to query@Deprecated <T> Collection<T> findCollectionBySearch(Class<T> type, Map<String,String> formProps)
findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, Integer)
instead@Deprecated <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProperties, boolean unbounded)
findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, Integer)
instead@Deprecated <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProperties, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, Integer)
insteadtype
- class name of the data object on which the lookup is performedformProperties
- Map of search criteria properties obtained from the lookup formunbounded
- determines if search limit usedsearchResultsLimit
- search limit value<T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProperties, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, Integer searchResultsLimit)
This version of findCollectionBySearchHelper further isolates the UIFramework from the LookupService and should be used instead of the deprecated version.
type
- class name of the data object on which the lookup is performedformProperties
- Map of search criteria properties obtained from the lookup formwildcardAsLiteralPropertyNames
- List of property names with wildcards disabledunbounded
- determines if search limit usedsearchResultsLimit
- search limit value<T> T findObjectBySearch(Class<T> type, Map<String,String> formProps)
boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.