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> 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> formProps,
boolean unbounded) |
<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.
|
ConfigurationService |
getKualiConfigurationService() |
LookupDao |
getLookupDao() |
void |
setKualiConfigurationService(ConfigurationService kualiConfigurationService) |
void |
setLookupDao(LookupDao lookupDao) |
public LookupServiceImpl()
public <T> Collection<T> findCollectionBySearchUnbounded(Class<T> example, Map<String,String> formProps)
LookupService
findCollectionBySearchUnbounded
in interface LookupService
public <T> Collection<T> findCollectionBySearch(Class<T> example, Map<String,String> formProps)
findCollectionBySearch
in interface LookupService
public <T> Collection<T> findCollectionBySearchHelper(Class<T> example, Map<String,String> formProps, boolean unbounded)
findCollectionBySearchHelper
in interface LookupService
public <T> T findObjectBySearch(Class<T> example, Map<String,String> formProps)
findObjectBySearch
in interface LookupService
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard
in interface LookupService
public LookupDao getLookupDao()
public void setLookupDao(LookupDao lookupDao)
lookupDao
- The lookupDao to set.public ConfigurationService getKualiConfigurationService()
public void setKualiConfigurationService(ConfigurationService kualiConfigurationService)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.