it.eng.spagobi.scheduler.utils
Class SchedulerUtilities

java.lang.Object
  extended by it.eng.spagobi.scheduler.utils.SchedulerUtilities

public class SchedulerUtilities
extends java.lang.Object


Constructor Summary
SchedulerUtilities()
           
 
Method Summary
static boolean checkResultOfWSCall(it.eng.spago.base.SourceBean resultSB)
           
static SaveInfo fromSaveInfoString(java.lang.String saveinfostr)
           
static JobInfo getJobInfoFromJobSourceBean(it.eng.spago.base.SourceBean jobDetSB)
           
static BIObject.BIObjectSnapshot getNamedHistorySnapshot(java.util.List allsnapshots, java.lang.String namesnap, int hist)
           
static it.eng.spago.base.SourceBean getSBFromWebServiceResponse(java.lang.String response)
           
static java.util.List getSnapshotsByName(java.util.List allsnapshots, java.lang.String namesnap)
           
static TriggerInfo getTriggerInfoFromTriggerSourceBean(it.eng.spago.base.SourceBean triggerDetSB, it.eng.spago.base.SourceBean jobDetSB)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerUtilities

public SchedulerUtilities()
Method Detail

getNamedHistorySnapshot

public static BIObject.BIObjectSnapshot getNamedHistorySnapshot(java.util.List allsnapshots,
                                                                java.lang.String namesnap,
                                                                int hist)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getSnapshotsByName

public static java.util.List getSnapshotsByName(java.util.List allsnapshots,
                                                java.lang.String namesnap)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

getSBFromWebServiceResponse

public static it.eng.spago.base.SourceBean getSBFromWebServiceResponse(java.lang.String response)

checkResultOfWSCall

public static boolean checkResultOfWSCall(it.eng.spago.base.SourceBean resultSB)

getJobInfoFromJobSourceBean

public static JobInfo getJobInfoFromJobSourceBean(it.eng.spago.base.SourceBean jobDetSB)

getTriggerInfoFromTriggerSourceBean

public static TriggerInfo getTriggerInfoFromTriggerSourceBean(it.eng.spago.base.SourceBean triggerDetSB,
                                                              it.eng.spago.base.SourceBean jobDetSB)

fromSaveInfoString

public static SaveInfo fromSaveInfoString(java.lang.String saveinfostr)