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   
 

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 IModelDAO.loadModelWithChildrenById(java.lang.Integer id)
          Returns the Model wit its children of the referred id
 Model ModelDAOImpl.loadModelWithChildrenById(java.lang.Integer id)
           
 Model IModelDAO.loadModelWithoutChildrenById(java.lang.Integer id)
          Returns the Model without its children of the referred id
 Model ModelDAOImpl.loadModelWithoutChildrenById(java.lang.Integer 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 IModelDAO.insertModel(Model aModel, java.lang.Integer modelTypeId)
          Insert a model and return the new model.
 java.lang.Integer ModelDAOImpl.insertModel(Model model, java.lang.Integer modelTypeId)
           
 void IModelDAO.modifyModel(Model aModel)
          Modify model.
 void ModelDAOImpl.modifyModel(Model value)
           
 

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)