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

Packages that use ILovDetail
it.eng.spagobi.analiticalmodel.document.handlers   
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)
           
 

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

Classes in it.eng.spagobi.behaviouralmodel.lov.bo that implement ILovDetail
 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.