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.kpi.ou.bo   
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)
           
static ModelInstance ModelInstanceDAOImpl.toModelInstanceWithoutChildren(SbiKpiModelInst value, org.hibernate.Session aSession)
           
 

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)
           
 java.lang.Integer IModelInstanceDAO.insertModelInstanceWithKpi(ModelInstance toCreate)
           
 java.lang.Integer ModelInstanceDAOImpl.insertModelInstanceWithKpi(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.kpi.ou.bo
 

Methods in it.eng.spagobi.kpi.ou.bo that return ModelInstance
 ModelInstance OrganizationalUnitGrant.getModelInstance()
           
 

Methods in it.eng.spagobi.kpi.ou.bo with parameters of type ModelInstance
 void OrganizationalUnitGrant.setModelInstance(ModelInstance modelInstance)
           
 

Constructors in it.eng.spagobi.kpi.ou.bo with parameters of type ModelInstance
OrganizationalUnitGrant(java.lang.Integer id, ModelInstance modelInstance, OrganizationalUnitHierarchy hierarchy, java.util.Date startDate, java.util.Date endDate, java.lang.String label, java.lang.String name, java.lang.String description)
          full constructor
 

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.