@Deprecated public class DataObjectBaseLookupResultsSupportStrategyImpl extends Object implements LookupResultsSupportStrategyService
Constructor and Description |
---|
DataObjectBaseLookupResultsSupportStrategyImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getLookupIdForBusinessObject(BusinessObject businessObject)
Deprecated.
Returns the object id
|
boolean |
qualifiesForStrategy(Class<? extends BusinessObject> boClass)
Deprecated.
Sees if the class implements the PersistableBusinessObject interface; if so, then yes, the BO qualifies!
|
<T extends BusinessObject> |
retrieveSelectedResultBOs(Class<T> boClass,
Set<String> lookupIds)
Deprecated.
Uses the BusinessObjectService to retrieve a collection of PersistableBusinessObjects
|
public DataObjectBaseLookupResultsSupportStrategyImpl()
public String getLookupIdForBusinessObject(BusinessObject businessObject)
getLookupIdForBusinessObject
in interface LookupResultsSupportStrategyService
businessObject
- the lookup to generate an id forLookupResultsSupportStrategyService.getLookupIdForBusinessObject(org.kuali.rice.krad.bo.BusinessObject)
public <T extends BusinessObject> Collection<T> retrieveSelectedResultBOs(Class<T> boClass, Set<String> lookupIds) throws Exception
retrieveSelectedResultBOs
in interface LookupResultsSupportStrategyService
boClass
- the class of the business object to retrieveException
- if anything goes wrong...well, just blow up, okay?org.kuali.rice.kns.lookup.LookupResultsSupportStrategyService#retrieveSelectedResultBOs(java.lang.String, java.lang.Class, java.lang.String)
public boolean qualifiesForStrategy(Class<? extends BusinessObject> boClass)
qualifiesForStrategy
in interface LookupResultsSupportStrategyService
boClass
- the class to test the determination onLookupResultsSupportStrategyService.qualifiesForStrategy(java.lang.Class)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.