Uses of Class
it.eng.spagobi.kpi.model.bo.ModelInstance

Packages that use ModelInstance
it.eng.spagobi.kpi.model.dao   
it.eng.spagobi.kpi.model.presentation   
it.eng.spagobi.tools.importexport   
 

Uses of ModelInstance in it.eng.spagobi.kpi.model.dao
 

Methods in it.eng.spagobi.kpi.model.dao that return ModelInstance
 ModelInstance IModelInstanceDAO.loadModelInstanceRoot(ModelInstance mi)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceRoot(ModelInstance mi)
          Returns the root of a model instance
 ModelInstance IModelInstanceDAO.loadModelInstanceWithChildrenById(java.lang.Integer parseInt)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithChildrenById(java.lang.Integer id)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithChildrenByLabel(java.lang.String parseInt)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithChildrenByLabel(java.lang.String label)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithoutChildrenById(java.lang.Integer parentId)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithoutChildrenById(java.lang.Integer id)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithoutChildrenByLabel(java.lang.String parentId)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithoutChildrenByLabel(java.lang.String label)
           
 

Methods in it.eng.spagobi.kpi.model.dao with parameters of type ModelInstance
 java.lang.Integer IModelInstanceDAO.insertModelInstance(ModelInstance toCreate)
           
 java.lang.Integer ModelInstanceDAOImpl.insertModelInstance(ModelInstance toCreate)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceRoot(ModelInstance mi)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceRoot(ModelInstance mi)
          Returns the root of a model instance
 void IModelInstanceDAO.modifyModelInstance(ModelInstance modelInstance)
           
 void ModelInstanceDAOImpl.modifyModelInstance(ModelInstance value)
           
 

Uses of ModelInstance in it.eng.spagobi.kpi.model.presentation
 

Methods in it.eng.spagobi.kpi.model.presentation with parameters of type ModelInstance
protected  void ModelInstanceStructureTreeHtmlGenerator.addItemForJSTree(java.lang.StringBuffer htmlStream, ModelInstance item, int id, int parentId, java.lang.String code, java.lang.String name, boolean isInitialPath, boolean isFinalPath, java.lang.String kpi, javax.servlet.http.HttpServletRequest httpRequest)
           
protected  java.lang.String ModelInstanceStructureTreeHtmlGenerator.createAddObjectLink(ModelInstance aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
protected  java.lang.String ModelInstanceStructureTreeHtmlGenerator.createDeleteObjectLink(ModelInstance aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
protected  java.lang.String ModelInstanceStructureTreeHtmlGenerator.createDetailObjectLink(ModelInstance aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
 

Uses of ModelInstance in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type ModelInstance
 java.util.List ExporterMetadata.insertAllFromModelInstance(ModelInstance mi, org.hibernate.Session session)
          Insert Model Instance Tree.
 void ExporterMetadata.insertModelInstanceTree(ModelInstance mi, org.hibernate.Session session)
          Insert Model Instance.