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> example,
Map<String,String> formProperties,
boolean unbounded,
Integer searchResultsLimit) |
Collection |
findCollectionBySearchHelper(Class example,
Map formProps,
boolean unbounded) |
Collection |
findCollectionBySearchUnbounded(Class example,
Map formProps) |
Object |
findObjectBySearch(Class example,
Map 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) |
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 |
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 Object findObjectBySearch(Class example, Map 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 <T> Collection<T> findCollectionBySearchHelper(Class<T> example, Map<String,String> formProperties, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper
in interface org.kuali.rice.krad.service.LookupService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.