it.eng.spagobi.kpi.threshold.utils
Class DetailThresholdsValueUtil

java.lang.Object
  extended by it.eng.spagobi.kpi.threshold.utils.DetailThresholdsValueUtil

public class DetailThresholdsValueUtil
extends java.lang.Object


Constructor Summary
DetailThresholdsValueUtil()
           
 
Method Summary
static void newThresholdValue(it.eng.spago.base.SourceBean serviceRequest, it.eng.spago.base.SourceBean serviceResponse)
           
static void restoreThresholdValue(java.lang.Integer id, it.eng.spago.base.SourceBean serviceRequest, it.eng.spago.base.SourceBean serviceResponse)
           
static void selectThresholdValue(java.lang.Integer id, it.eng.spago.base.SourceBean serviceResponse)
           
static void updateThresholdValueFromRequest(it.eng.spago.base.SourceBean serviceRequest, java.lang.Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailThresholdsValueUtil

public DetailThresholdsValueUtil()
Method Detail

selectThresholdValue

public static void selectThresholdValue(java.lang.Integer id,
                                        it.eng.spago.base.SourceBean serviceResponse)
                                 throws it.eng.spago.base.SourceBeanException,
                                        it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.base.SourceBeanException
it.eng.spago.error.EMFUserError

updateThresholdValueFromRequest

public static void updateThresholdValueFromRequest(it.eng.spago.base.SourceBean serviceRequest,
                                                   java.lang.Integer id)
                                            throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

newThresholdValue

public static void newThresholdValue(it.eng.spago.base.SourceBean serviceRequest,
                                     it.eng.spago.base.SourceBean serviceResponse)
                              throws it.eng.spago.error.EMFUserError,
                                     it.eng.spago.base.SourceBeanException
Throws:
it.eng.spago.error.EMFUserError
it.eng.spago.base.SourceBeanException

restoreThresholdValue

public static void restoreThresholdValue(java.lang.Integer id,
                                         it.eng.spago.base.SourceBean serviceRequest,
                                         it.eng.spago.base.SourceBean serviceResponse)
                                  throws java.lang.Exception
Throws:
java.lang.Exception