Uses of Interface
it.eng.spagobi.behaviouralmodel.lov.bo.ILovDetail

Packages that use ILovDetail
it.eng.spagobi.analiticalmodel.document.handlers   
it.eng.spagobi.analiticalmodel.execution.bo.defaultvalues   
it.eng.spagobi.behaviouralmodel.lov.bo   
 

Uses of ILovDetail in it.eng.spagobi.analiticalmodel.document.handlers
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers that return ILovDetail
 ILovDetail ExecutionInstance.getLovDetail(BIObjectParameter parameter)
           
 ILovDetail ExecutionInstance.getLovDetailForDefault(BIObjectParameter parameter)
           
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers with parameters of type ILovDetail
 java.lang.String LovResultCacheManager.getLovResult(it.eng.spago.security.IEngUserProfile profile, ILovDetail lovDefinition, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance, boolean retrieveIfNotcached)
          Returns the LOV result.
 

Uses of ILovDetail in it.eng.spagobi.analiticalmodel.execution.bo.defaultvalues
 

Methods in it.eng.spagobi.analiticalmodel.execution.bo.defaultvalues with parameters of type ILovDetail
protected  DefaultValuesList DefaultValuesRetriever.getDefaultValuesFromDefaultLov(ExecutionInstance executionInstance, it.eng.spago.security.IEngUserProfile profile, ILovDetail lovForDefault)
           
 

Uses of ILovDetail in it.eng.spagobi.behaviouralmodel.lov.bo
 

Classes in it.eng.spagobi.behaviouralmodel.lov.bo that implement ILovDetail
 class DatasetDetail
           
 class FixedListDetail
          Defines method to manage lov of fixed list type
 class JavaClassDetail
          Defines the JavaClassDetail objects.
 class QueryDetail
          Defines the QueryDetail objects.
 class ScriptDetail
          Defines the ScriptDetail objects.
 

Methods in it.eng.spagobi.behaviouralmodel.lov.bo that return ILovDetail
 ILovDetail LovToListService.getLovDetail()
          Gets the lov detail.
static ILovDetail LovDetailFactory.getLovFromXML(java.lang.String dataDefinition)
          Creates an instace of a lov class (which implements ILovDetail interface) starting from the xml definition of the lov.
 

Methods in it.eng.spagobi.behaviouralmodel.lov.bo with parameters of type ILovDetail
 void LovToListService.setLovDetail(ILovDetail lovDetail)
          Sets the lov detail.
 

Constructors in it.eng.spagobi.behaviouralmodel.lov.bo with parameters of type ILovDetail
LovToListService(ILovDetail lovDet, it.eng.spago.security.IEngUserProfile profile)
          constructor.