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

Packages that use ModelInstance
it.eng.spagobi.kpi.model.dao   
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 ModelInstanceDAOImpl.loadModelInstanceRoot(ModelInstance mi)
          Returns the root of a model instance
 ModelInstance IModelInstanceDAO.loadModelInstanceRoot(ModelInstance mi)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithChildrenById(java.lang.Integer id)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithChildrenById(java.lang.Integer parseInt)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithChildrenByLabel(java.lang.String label)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithChildrenByLabel(java.lang.String parseInt)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithoutChildrenById(java.lang.Integer id)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithoutChildrenById(java.lang.Integer parentId)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceWithoutChildrenByLabel(java.lang.String label)
           
 ModelInstance IModelInstanceDAO.loadModelInstanceWithoutChildrenByLabel(java.lang.String parentId)
           
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 ModelInstanceDAOImpl.insertModelInstance(ModelInstance toCreate)
           
 java.lang.Integer IModelInstanceDAO.insertModelInstance(ModelInstance toCreate)
           
 java.lang.Integer ModelInstanceDAOImpl.insertModelInstanceWithKpi(ModelInstance toCreate)
           
 java.lang.Integer IModelInstanceDAO.insertModelInstanceWithKpi(ModelInstance toCreate)
           
 ModelInstance ModelInstanceDAOImpl.loadModelInstanceRoot(ModelInstance mi)
          Returns the root of a model instance
 ModelInstance IModelInstanceDAO.loadModelInstanceRoot(ModelInstance mi)
           
 void ModelInstanceDAOImpl.modifyModelInstance(ModelInstance value)
           
 void IModelInstanceDAO.modifyModelInstance(ModelInstance modelInstance)
           
 

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, java.lang.Boolean isAvailable, 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.