DataObjectService@Deprecated public interface LookupDao
| Modifier and Type | Method and Description | 
|---|---|
| boolean | createCriteria(Object example,
                            String searchValue,
                            String propertyName,
                            boolean caseInsensitive,
                            boolean treatWildcardsAndOperatorsAsLiteral,
                            Object criteria)Deprecated.  | 
| boolean | createCriteria(Object example,
                            String searchValue,
                            String propertyName,
                            Object criteria)Deprecated.  | 
| <T> Collection<T> | findCollectionBySearchHelper(Class<T> businessObjectClass,
                                                        Map<String,String> formProps,
                                                        boolean unbounded,
                                                        boolean usePrimaryKeyValuesOnly)Deprecated.  | 
| <T> Collection<T> | findCollectionBySearchHelper(Class<T> businessObjectClass,
                                                        Map<String,String> formProps,
                                                        boolean unbounded,
                                                        boolean usePrimaryKeyValuesOnly,
                                                        Integer searchResultsLimit)Deprecated.  | 
| Long | findCountByMap(Object example,
                            Map<String,String> formProps)Deprecated.  Returns a count of objects based on the given search parameters. | 
| <T> T | findObjectByMap(Class<T> type,
                              Map<String,String> formProps)Deprecated.  | 
@Deprecated <T> Collection<T> findCollectionBySearchHelper(Class<T> businessObjectClass, Map<String,String> formProps, boolean unbounded, boolean usePrimaryKeyValuesOnly)
businessObjectClass - - business object being queried onformProps - - map of form propertiesunbounded - - indicates if the search should be unboundedusePrimaryKeyValuesOnly - - indicates if only primary key values should be used@Deprecated <T> Collection<T> findCollectionBySearchHelper(Class<T> businessObjectClass, Map<String,String> formProps, boolean unbounded, boolean usePrimaryKeyValuesOnly, Integer searchResultsLimit)
businessObjectClass - - business object being queried onformProps - - map of form propertiesunbounded - - indicates if the search should be unboundedusePrimaryKeyValuesOnly - - indicates if only primary key values should be usedsearchResultsLimit - - used to limit the number of items returned@Deprecated <T> T findObjectByMap(Class<T> type, Map<String,String> formProps)
Long findCountByMap(Object example, Map<String,String> formProps)
@Deprecated boolean createCriteria(Object example, String searchValue, String propertyName, Object criteria)
@Deprecated boolean createCriteria(Object example, String searchValue, String propertyName, boolean caseInsensitive, boolean treatWildcardsAndOperatorsAsLiteral, Object criteria)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.