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

Packages that use ILovDetail
it.eng.spagobi.bo.lov   
 

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

Classes in it.eng.spagobi.bo.lov 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.bo.lov that return ILovDetail
 ILovDetail LovToListService.getLovDetail()
           
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.bo.lov with parameters of type ILovDetail
 void LovToListService.setLovDetail(ILovDetail lovDetail)
           
 

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