|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupResultsSupportStrategyService | |
---|---|
org.kuali.rice.kns.lookup | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
Uses of LookupResultsSupportStrategyService in org.kuali.rice.kns.lookup |
---|
Classes in org.kuali.rice.kns.lookup that implement LookupResultsSupportStrategyService | |
---|---|
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 |
Methods in org.kuali.rice.kns.lookup that return LookupResultsSupportStrategyService | |
---|---|
LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getDataDictionarySupportStrategy()
|
LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getPersistableBusinessObjectSupportStrategy()
|
protected LookupResultsSupportStrategyService |
LookupResultsServiceImpl.getQualifingSupportStrategy(Class boClass)
Given the business object class, determines the best qualifying LookupResultsSupportStrategyService to use |
Methods in org.kuali.rice.kns.lookup with parameters of type LookupResultsSupportStrategyService | |
---|---|
void |
LookupResultsServiceImpl.setDataDictionarySupportStrategy(LookupResultsSupportStrategyService dataDictionarySupportStrategy)
|
void |
LookupResultsServiceImpl.setPersistableBusinessObjectSupportStrategy(LookupResultsSupportStrategyService persistableBusinessObjectSupportStrategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |