|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelInstance | |
---|---|
it.eng.spagobi.kpi.model.dao | |
it.eng.spagobi.kpi.model.presentation |
Uses of ModelInstance in it.eng.spagobi.kpi.model.dao |
---|
Methods in it.eng.spagobi.kpi.model.dao that return ModelInstance | |
---|---|
ModelInstance |
IModelInstanceDAO.loadModelInstanceWithChildrenById(java.lang.Integer parseInt)
|
ModelInstance |
ModelInstanceDAOImpl.loadModelInstanceWithChildrenById(java.lang.Integer id)
|
ModelInstance |
IModelInstanceDAO.loadModelInstanceWithoutChildrenById(java.lang.Integer parentId)
|
ModelInstance |
ModelInstanceDAOImpl.loadModelInstanceWithoutChildrenById(java.lang.Integer id)
|
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |