it.eng.spagobi.engines.kpi.utils
Class KpiGUIUtil

java.lang.Object
  extended by it.eng.spagobi.engines.kpi.utils.KpiGUIUtil

public class KpiGUIUtil
extends java.lang.Object


Constructor Summary
KpiGUIUtil()
           
 
Method Summary
 java.lang.String getStatus(java.util.List thresholdValues, double val)
           
 boolean isVisible(KpiLine kpiLine)
           
 org.json.JSONObject recursiveGetJsonObject(KpiLine kpiLine)
           
 void setExecutionInstance(ExecutionInstance instance, java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KpiGUIUtil

public KpiGUIUtil()
Method Detail

setExecutionInstance

public void setExecutionInstance(ExecutionInstance instance,
                                 java.util.Locale locale)

isVisible

public boolean isVisible(KpiLine kpiLine)

recursiveGetJsonObject

public org.json.JSONObject recursiveGetJsonObject(KpiLine kpiLine)

getStatus

public java.lang.String getStatus(java.util.List thresholdValues,
                                  double val)