|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.lookup.DataObjectBaseLookupResultsSupportStrategyImpl
@Deprecated public class DataObjectBaseLookupResultsSupportStrategyImpl
The LookupResultsSupportStrategyService implementation which supports DataObjectBase objects, simply enough
Constructor Summary | |
---|---|
DataObjectBaseLookupResultsSupportStrategyImpl()
Deprecated. |
Method Summary | ||
---|---|---|
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! |
|
|
retrieveSelectedResultBOs(Class<T> boClass,
Set<String> lookupIds)
Deprecated. Uses the BusinessObjectService to retrieve a collection of PersistableBusinessObjects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataObjectBaseLookupResultsSupportStrategyImpl()
Method Detail |
---|
public String getLookupIdForBusinessObject(BusinessObject businessObject)
getLookupIdForBusinessObject
in interface LookupResultsSupportStrategyService
businessObject
- the lookup to generate an id for
LookupResultsSupportStrategyService.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 retrieve
Exception
- 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 on
LookupResultsSupportStrategyService.qualifiesForStrategy(java.lang.Class)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |