|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SbiThreshold | |
---|---|
it.eng.spagobi.kpi.config.metadata | |
it.eng.spagobi.kpi.threshold.dao | |
it.eng.spagobi.kpi.threshold.metadata | |
it.eng.spagobi.tools.importexport |
Uses of SbiThreshold in it.eng.spagobi.kpi.config.metadata |
---|
Methods in it.eng.spagobi.kpi.config.metadata that return SbiThreshold | |
---|---|
SbiThreshold |
SbiKpiInstanceHistory.getSbiThreshold()
|
SbiThreshold |
SbiKpi.getSbiThreshold()
|
SbiThreshold |
SbiKpiInstance.getSbiThreshold()
|
Methods in it.eng.spagobi.kpi.config.metadata with parameters of type SbiThreshold | |
---|---|
void |
SbiKpiInstanceHistory.setSbiThreshold(SbiThreshold sbiThreshold)
|
void |
SbiKpi.setSbiThreshold(SbiThreshold sbiThreshold)
|
void |
SbiKpiInstance.setSbiThreshold(SbiThreshold sbiThreshold)
|
Constructors in it.eng.spagobi.kpi.config.metadata with parameters of type SbiThreshold | |
---|---|
SbiKpi(SbiKpi sbiKpi,
SbiDataSetConfig sbiDataSet,
SbiDomains sbiDomainsByMeasureType,
SbiDomains sbiDomainsByKpiType,
SbiThreshold sbiThreshold,
SbiMeasureUnit sbiMeasureUnit,
SbiDomains sbiDomainsByMetricScaleType,
java.lang.String name,
java.lang.String documentLabel,
java.lang.String code,
java.lang.String metric,
java.lang.String description,
java.lang.Double weight,
java.lang.Character flgIsFather,
java.lang.String interpretation,
java.lang.String inputAttributes,
java.lang.String modelReference,
java.lang.String targetAudience,
java.util.Set sbiKpis,
java.util.Set sbiKpiInstances,
java.util.Set sbiKpiRoles,
java.util.Set sbiKpiModels)
|
|
SbiKpiInstance(java.lang.Integer idKpiInstance,
SbiKpi sbiKpi,
SbiDomains sbiDomains,
SbiThreshold sbiThreshold,
SbiMeasureUnit sbiMeasureUnit,
double weight,
java.util.Set sbiKpiModelInsts,
java.util.Set sbiKpiInstanceHistories,
java.util.Set sbiKpiValues,
java.util.Set sbiAlarms,
java.util.Set sbiKpiInstPeriods)
full constructor |
|
SbiKpiInstance(java.lang.Integer idKpiInstance,
SbiKpi sbiKpi,
SbiThreshold sbiThreshold,
SbiMeasureUnit sbiMeasureUnit)
minimal constructor |
|
SbiKpiInstanceHistory(java.lang.Integer idKpiInstanceHistory,
SbiDomains sbiDomains,
SbiKpiInstance sbiKpiInstance,
SbiThreshold sbiThreshold,
SbiMeasureUnit sbiMeasureUnit)
minimal constructor |
|
SbiKpiInstanceHistory(java.lang.Integer idKpiInstanceHistory,
SbiDomains sbiDomains,
SbiKpiInstance sbiKpiInstance,
SbiThreshold sbiThreshold,
SbiMeasureUnit sbiMeasureUnit,
java.lang.Double weight,
java.lang.Double target,
java.util.Date beginDt,
java.util.Date endDt)
full constructor |
Uses of SbiThreshold in it.eng.spagobi.kpi.threshold.dao |
---|
Methods in it.eng.spagobi.kpi.threshold.dao with parameters of type SbiThreshold | |
---|---|
Threshold |
ThresholdDAOImpl.toThreshold(SbiThreshold t)
|
Threshold |
IThresholdDAO.toThreshold(SbiThreshold t)
|
Uses of SbiThreshold in it.eng.spagobi.kpi.threshold.metadata |
---|
Methods in it.eng.spagobi.kpi.threshold.metadata that return SbiThreshold | |
---|---|
SbiThreshold |
SbiThresholdValue.getSbiThreshold()
|
Methods in it.eng.spagobi.kpi.threshold.metadata with parameters of type SbiThreshold | |
---|---|
void |
SbiThresholdValue.setSbiThreshold(SbiThreshold sbiThreshold)
|
Constructors in it.eng.spagobi.kpi.threshold.metadata with parameters of type SbiThreshold | |
---|---|
SbiThresholdValue(java.lang.Integer idThresholdValue,
SbiThreshold sbiThreshold)
minimal constructor |
|
SbiThresholdValue(java.lang.Integer idThresholdValue,
SbiThreshold sbiThreshold,
SbiDomains sbiDomains,
double minValue,
double maxValue,
java.lang.String label,
java.lang.String colour,
java.lang.Integer position,
java.util.Set sbiAlarms)
full constructor |
Uses of SbiThreshold in it.eng.spagobi.tools.importexport |
---|
Methods in it.eng.spagobi.tools.importexport that return SbiThreshold | |
---|---|
static SbiThreshold |
ImportUtilities.makeNewSbiThreshold(SbiThreshold threshold,
org.hibernate.Session sessionCurrDB,
MetadataAssociations metaAss)
Creates a new hibernate th object. |
static SbiThreshold |
ImportUtilities.modifyExistingSbiThreshold(SbiThreshold exportedTh,
org.hibernate.Session sessionCurrDB,
java.lang.Integer existingId,
MetadataAssociations metaAss)
Load an existing threshold and make modifications as per the exported thValue in input |
Methods in it.eng.spagobi.tools.importexport with parameters of type SbiThreshold | |
---|---|
static void |
ImportUtilities.entitiesAssociationsSbiThreshold(SbiThreshold exportedTh,
SbiThreshold existingTh,
org.hibernate.Session sessionCurrDB,
MetadataAssociations metaAss)
For Threshold search new Ids |
void |
MetadataAssociations.insertCoupleThreshold(SbiThreshold exp,
SbiThreshold curr)
Inserts a couple of threshold into the associations. |
void |
ExporterMetadata.insertThresholdValue(ThresholdValue thValue,
org.hibernate.Session session,
SbiThreshold sbiTh)
Insert Threshold Value. |
static SbiThreshold |
ImportUtilities.makeNewSbiThreshold(SbiThreshold threshold,
org.hibernate.Session sessionCurrDB,
MetadataAssociations metaAss)
Creates a new hibernate th object. |
static SbiThreshold |
ImportUtilities.modifyExistingSbiThreshold(SbiThreshold exportedTh,
org.hibernate.Session sessionCurrDB,
java.lang.Integer existingId,
MetadataAssociations metaAss)
Load an existing threshold and make modifications as per the exported thValue in input |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |