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

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

Uses of Model in it.eng.spagobi.kpi.model.bo
 

Methods in it.eng.spagobi.kpi.model.bo that return Model
 Model ModelInstance.getModel()
           
 

Methods in it.eng.spagobi.kpi.model.bo with parameters of type Model
 void ModelInstance.setModel(Model model)
           
 

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

Methods in it.eng.spagobi.kpi.model.dao that return Model
 Model ModelAttrDAOImpl.loadModelAttrByDomainId(java.lang.Integer id)
           
 Model IModelAttrDAO.loadModelAttrByDomainId(java.lang.Integer domainId)
           
 Model ModelDAOImpl.loadModelWithChildrenById(java.lang.Integer id)
           
 Model IModelDAO.loadModelWithChildrenById(java.lang.Integer id)
          Returns the Model wit its children of the referred id
 Model ModelDAOImpl.loadModelWithoutChildrenById(java.lang.Integer id)
           
 Model IModelDAO.loadModelWithoutChildrenById(java.lang.Integer id)
          Returns the Model without its children of the referred id
protected static Model ModelDAOImpl.toModelWithoutChildren(SbiKpiModel value, org.hibernate.Session aSession)
           
 

Methods in it.eng.spagobi.kpi.model.dao with parameters of type Model
 java.lang.Integer ModelDAOImpl.insertModel(Model model, java.lang.Integer modelTypeId)
           
 java.lang.Integer IModelDAO.insertModel(Model aModel, java.lang.Integer modelTypeId)
          Insert a model and return the new model.
 void ModelDAOImpl.modifyModel(Model value)
           
 void IModelDAO.modifyModel(Model aModel)
          Modify model.
 

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

Methods in it.eng.spagobi.kpi.model.presentation with parameters of type Model
protected  void ModelStructureTreeHtmlGenerator.addItemForJSTree(java.lang.StringBuffer htmlStream, Model 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 ModelStructureTreeHtmlGenerator.createAddObjectLink(Model aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
protected  java.lang.String ModelStructureTreeHtmlGenerator.createDeleteObjectLink(Model aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
protected  java.lang.String ModelStructureTreeHtmlGenerator.createDetailObjectLink(Model aModel, javax.servlet.http.HttpServletRequest httpRequest)
           
 

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

Methods in it.eng.spagobi.tools.importexport with parameters of type Model
 void ExporterMetadata.insertModelTree(Model mod, org.hibernate.Session session)
          Insert Model .