|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
it.eng.spagobi.engines.kpi | |
it.eng.spagobi.engines.kpi.bo | |
it.eng.spagobi.kpi.config.bo | |
it.eng.spagobi.kpi.config.dao |
Uses of Resource in it.eng.spagobi.engines.kpi |
---|
Methods in it.eng.spagobi.engines.kpi with parameters of type Resource | |
---|---|
KpiLine |
SpagoBIKpiInternalEngine.getBlock(java.lang.Integer miId,
Resource r)
|
KpiValue |
SpagoBIKpiInternalEngine.getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet,
KpiInstance k,
Resource r,
java.lang.Integer modelInstanceId)
|
Uses of Resource in it.eng.spagobi.engines.kpi.bo |
---|
Methods in it.eng.spagobi.engines.kpi.bo that return Resource | |
---|---|
Resource |
KpiResourceBlock.getR()
|
Methods in it.eng.spagobi.engines.kpi.bo with parameters of type Resource | |
---|---|
void |
KpiResourceBlock.setR(Resource r)
|
Constructors in it.eng.spagobi.engines.kpi.bo with parameters of type Resource | |
---|---|
KpiResourceBlock(Resource r,
KpiLine root,
java.util.Date d)
|
Uses of Resource in it.eng.spagobi.kpi.config.bo |
---|
Methods in it.eng.spagobi.kpi.config.bo that return Resource | |
---|---|
Resource |
KpiValue.getR()
|
Methods in it.eng.spagobi.kpi.config.bo with parameters of type Resource | |
---|---|
void |
KpiValue.setR(Resource r)
|
Uses of Resource in it.eng.spagobi.kpi.config.dao |
---|
Methods in it.eng.spagobi.kpi.config.dao that return Resource | |
---|---|
Resource |
IKpiDAO.loadResourceById(java.lang.Integer id)
Returns the Resource of the referred id |
Resource |
KpiDAOImpl.loadResourceById(java.lang.Integer id)
|
Methods in it.eng.spagobi.kpi.config.dao with parameters of type Resource | |
---|---|
KpiValue |
IKpiDAO.getDisplayKpiValue(java.lang.Integer kpiInstanceId,
java.util.Date d,
Resource r)
The last KpiValue for the the KpiInstance selected, for the resource selected, in the date selected or before |
KpiValue |
KpiDAOImpl.getDisplayKpiValue(java.lang.Integer kpiInstanceId,
java.util.Date d,
Resource r)
|
KpiValue |
IKpiDAO.getKpiValue(java.lang.Integer kpiInstanceId,
java.util.Date d,
Resource r)
KpiValue valid for the the KpiInstance selected, for the resource selected, in the date selected |
KpiValue |
KpiDAOImpl.getKpiValue(java.lang.Integer kpiInstanceId,
java.util.Date d,
Resource r)
|
java.lang.Integer |
IKpiDAO.insertResource(Resource toCreate)
|
java.lang.Integer |
KpiDAOImpl.insertResource(Resource toCreate)
|
void |
IKpiDAO.modifyResource(Resource resource)
|
void |
KpiDAOImpl.modifyResource(Resource resource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |