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

Packages that use ObjParview
it.eng.spagobi.analiticalmodel.execution.service   
it.eng.spagobi.behaviouralmodel.analyticaldriver.dao   
 

Uses of ObjParview in it.eng.spagobi.analiticalmodel.execution.service
 

Fields in it.eng.spagobi.analiticalmodel.execution.service declared as ObjParview
 ObjParview GetParametersForExecutionAction.ParameterForExecution.VisualDependency.condition
           
 

Uses of ObjParview in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao that return ObjParview
 ObjParview ObjParviewDAOHibImpl.toObjParview(SbiObjParview aSbiObjParview)
          From the hibernate SbiObjParview at input, gives the corrispondent ObjParview object.
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao that return types with arguments of type ObjParview
 java.util.List<ObjParview> ObjParviewDAOHibImpl.loadObjParviews(java.lang.Integer objParId)
          Load obj parviews.
 java.util.List<ObjParview> ObjParviewDAOHibImpl.loadObjParviewsFather(java.lang.Integer objParId)
          Load obj parviews with father relationship
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.dao with parameters of type ObjParview
 void IObjParviewDAO.eraseObjParview(ObjParview aObjParview)
          Implements the query to erase a ObjParview.
 void ObjParviewDAOHibImpl.eraseObjParview(ObjParview aObjParview)
          Erase obj parview.
 void IObjParviewDAO.eraseObjParview(ObjParview aObjParview, org.hibernate.Session aSession)
          Implements the query to erase a ObjParview preserving the session.
 void ObjParviewDAOHibImpl.eraseObjParview(ObjParview aObjParview, org.hibernate.Session aSession)
           
 void IObjParviewDAO.eraseObjParviewIfExists(ObjParview aObjParview, org.hibernate.Session aSession)
          Implements the query to erase a ObjParview preserving the session.
 void ObjParviewDAOHibImpl.eraseObjParviewIfExists(ObjParview aObjParview, org.hibernate.Session aSession)
           
 void IObjParviewDAO.insertObjParview(ObjParview aObjParview)
          Implements the query to insert a ObjParview.
 void ObjParviewDAOHibImpl.insertObjParview(ObjParview aObjParview)
          Insert obj parview.
 void IObjParviewDAO.modifyObjParview(ObjParview aObjParview)
          Implements the query to modify a ObjParview.
 void ObjParviewDAOHibImpl.modifyObjParview(ObjParview aObjParview)
          Modify obj parview.