Uses of Class
it.eng.spagobi.behaviouralmodel.analyticaldriver.bo.ObjParuse

Packages that use ObjParuse
it.eng.spagobi.analiticalmodel.document.handlers   
it.eng.spagobi.behaviouralmodel.analyticaldriver.dao   
it.eng.spagobi.behaviouralmodel.lov.bo   
 

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

Methods in it.eng.spagobi.analiticalmodel.document.handlers that return types with arguments of type ObjParuse
 java.util.List<ObjParuse> ExecutionInstance.getDependencies(BIObjectParameter parameter)
           
 

Method parameters in it.eng.spagobi.analiticalmodel.document.handlers with type arguments of type ObjParuse
 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 ObjParuse in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao that return ObjParuse
 ObjParuse ObjParuseDAOHibImpl.toObjParuse(SbiObjParuse aSbiObjParuse)
          From the hibernate SbiObjParuse at input, gives the corrispondent ObjParuse object.
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao with parameters of type ObjParuse
 void ObjParuseDAOHibImpl.eraseObjParuse(ObjParuse aObjParuse)
          Erase obj paruse.
 void IObjParuseDAO.eraseObjParuse(ObjParuse aObjParuse)
          Implements the query to erase a ObjParuse.
 void ObjParuseDAOHibImpl.eraseObjParuse(ObjParuse aObjParuse, org.hibernate.Session aSession)
           
 void ObjParuseDAOHibImpl.eraseObjParuseIfExists(ObjParuse aObjParuse, org.hibernate.Session aSession)
           
 void IObjParuseDAO.eraseObjParuseIfExists(ObjParuse aObjParuse, org.hibernate.Session aSession)
          Implements the query to erase a ObjParuse.
 void ObjParuseDAOHibImpl.insertObjParuse(ObjParuse aObjParuse)
          Insert obj paruse.
 void IObjParuseDAO.insertObjParuse(ObjParuse aObjParuse)
          Implements the query to insert a ObjParuse.
 void ObjParuseDAOHibImpl.modifyObjParuse(ObjParuse aObjParuse)
          Modify obj paruse.
 void IObjParuseDAO.modifyObjParuse(ObjParuse aObjParuse)
          Implements the query to modify a ObjParuse.
 

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

Method parameters in it.eng.spagobi.behaviouralmodel.lov.bo with type arguments of type ObjParuse
 java.lang.String FixedListDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
           
 java.lang.String QueryDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
           
 java.lang.String DatasetDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
           
 java.lang.String ScriptDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
           
 java.lang.String JavaClassDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
           
 java.lang.String ILovDetail.getLovResult(it.eng.spago.security.IEngUserProfile profile, java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
          Returns the result of the lov for a given user and for a particular execution instance with the given dependencies (optional).
 java.lang.String QueryDetail.getWrappedStatement(java.util.List<ObjParuse> dependencies, ExecutionInstance executionInstance)
          This methods builds the in-line view that filters the original lov using the dependencies.
 java.util.List DependenciesPostProcessingLov.processDependencies(java.util.List rows, java.util.Map selectedParameterValues, java.util.List<ObjParuse> dependencies)
          Filters the input list according to the provided dependencies' configuration and the parameters' values.