public class DocLookupServiceImpl extends Object implements org.kuali.rice.krad.service.LookupService
Constructor and Description |
---|
DocLookupServiceImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class boClass,
Map formProps) |
Collection |
findCollectionBySearch(Class example,
Map formProps)
Returns a collection of objects based on the given search parameters.
|
<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) |
Collection |
findCollectionBySearchHelper(Class example,
Map formProps,
boolean unbounded) |
Collection |
findCollectionBySearchUnbounded(Class example,
Map formProps) |
<T> T |
findObjectBySearch(Class<T> type,
Map<String,String> formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record.
|
org.kuali.rice.core.api.config.property.ConfigurationService |
getConfigurationService() |
Map<String,List<String>> |
getDDRelationship(Class c) |
Class |
getDocClass(Class clas,
String objectAttribute) |
org.kuali.rice.krad.service.LegacyDataAdapter |
getLegacyDataAdapter() |
IDocLookupSearch |
getLookupDao() |
org.kuali.rice.krad.dao.LookupDao |
getLookupDaoOjb() |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService) |
void |
setLegacyDataAdapter(org.kuali.rice.krad.service.LegacyDataAdapter legacyDataAdapter) |
void |
setLookupDao(IDocLookupSearch lookupDao) |
void |
setLookupDaoOjb(org.kuali.rice.krad.dao.LookupDao lookupDaoOjb) |
void |
setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService) |
public DocLookupServiceImpl()
public Collection findCollectionBySearchUnbounded(Class example, Map formProps)
findCollectionBySearchUnbounded
in interface org.kuali.rice.krad.service.LookupService
public Collection findCollectionBySearch(Class example, Map formProps)
findCollectionBySearch
in interface org.kuali.rice.krad.service.LookupService
public Collection findCollectionBySearchHelper(Class example, Map formProps, boolean unbounded)
findCollectionBySearchHelper
in interface org.kuali.rice.krad.service.LookupService
public <T> T findObjectBySearch(Class<T> type, Map<String,String> formProps)
findObjectBySearch
in interface org.kuali.rice.krad.service.LookupService
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class boClass, Map formProps)
allPrimaryKeyValuesPresentAndNotWildcard
in interface org.kuali.rice.krad.service.LookupService
public IDocLookupSearch getLookupDao()
public void setLookupDao(IDocLookupSearch lookupDao)
lookupDao
- The lookupDao to set.public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
public org.kuali.rice.krad.dao.LookupDao getLookupDaoOjb()
public void setLookupDaoOjb(org.kuali.rice.krad.dao.LookupDao lookupDaoOjb)
lookupDao
- The lookupDao to set.public void setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService)
public Class getDocClass(Class clas, String objectAttribute)
public org.kuali.rice.krad.service.LegacyDataAdapter getLegacyDataAdapter()
public void setLegacyDataAdapter(org.kuali.rice.krad.service.LegacyDataAdapter legacyDataAdapter)
@Deprecated public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProps, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper
in interface org.kuali.rice.krad.service.LookupService
public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String,String> formProps, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper
in interface org.kuali.rice.krad.service.LookupService
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.