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.tools.importexport   
 

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

Subclasses of Model in it.eng.spagobi.kpi.model.bo
 class ModelExtended
           
 

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

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

Constructors in it.eng.spagobi.kpi.model.bo with parameters of type Model
ModelExtended(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)
          Insert a model and return the new model.
 java.lang.Integer ModelDAOImpl.insertModel(Model 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.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 .