| Package | Description |
|---|---|
| org.kuali.rice.kns.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDictionaryLookupResultsSupportStrategy
LookupResults support strategy which uses the primary keys and lookupable defined in a business object's data dictionary file to support the multivalue lookup
|
class |
PersistableBusinessObjectLookupResultsSupportStrategyImpl
The LookupResultsSupportStrategyService implementation which supports PersistableBusinessObjects, simply enough
|
| Modifier and Type | Method and Description |
|---|---|
LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getDataDictionarySupportStrategy() |
LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getPersistableBusinessObjectSupportStrategy() |
protected LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getQualifingSupportStrategy(Class boClass)
Given the business object class, determines the best qualifying LookupResultsSupportStrategyService to use
|
| Modifier and Type | Method and Description |
|---|---|
void |
LookupResultsServiceImpl.setDataDictionarySupportStrategy(LookupResultsSupportStrategyService dataDictionarySupportStrategy) |
void |
LookupResultsServiceImpl.setPersistableBusinessObjectSupportStrategy(LookupResultsSupportStrategyService persistableBusinessObjectSupportStrategy) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.