public class LookupServiceImpl extends Object implements LookupService
| Constructor and Description |
|---|
LookupServiceImpl() |
| 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> formProps,
boolean unbounded)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> type,
Map<String,String> formProps,
boolean unbounded,
Integer searchResultsLimit)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> type,
Map<String,String> formProps,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
Integer searchResultsLimit) |
<T> Collection<T> |
findCollectionBySearchUnbounded(Class<T> example,
Map<String,String> formProps)
Deprecated.
|
<T> T |
findObjectBySearch(Class<T> type,
Map<String,String> formProps) |
org.kuali.rice.core.api.config.property.ConfigurationService |
getKualiConfigurationService() |
LegacyDataAdapter |
getLegacyDataAdapter() |
void |
setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter) |
public LookupServiceImpl()
@Deprecated public <T> Collection<T> findCollectionBySearchUnbounded(Class<T> example, Map<String,String> formProps)
findCollectionBySearchUnbounded in interface LookupService@Deprecated public <T> Collection<T> findCollectionBySearch(Class<T> type, Map<String,String> formProps)
findCollectionBySearch in interface LookupService@Deprecated public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProps, boolean unbounded)
findCollectionBySearchHelper in interface LookupService@Deprecated public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProps, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper in interface LookupServicepublic <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProps, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper in interface LookupServicepublic <T> T findObjectBySearch(Class<T> type, Map<String,String> formProps)
findObjectBySearch in interface LookupServicepublic boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard in interface LookupServicepublic org.kuali.rice.core.api.config.property.ConfigurationService getKualiConfigurationService()
public void setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
public LegacyDataAdapter getLegacyDataAdapter()
public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.