public class KscReportEditor extends Object implements Serializable
KscReportEditor class.
| Constructor and Description | 
|---|
KscReportEditor()  | 
| Modifier and Type | Method and Description | 
|---|---|
static KscReportEditor | 
getFromSession(javax.servlet.http.HttpSession session,
              boolean required)
getFromSession 
 | 
Graph | 
getWorkingGraph()
Returns the working graph object 
 | 
int | 
getWorkingGraphIndex()
Returns the working graph index 
 | 
Report | 
getWorkingReport()
Returns the working report object 
 | 
void | 
loadNewWorkingReport()
Loads a newly created report into the working report object. 
 | 
void | 
loadWorkingGraph(int index)
Loads the indexed graph from the working report into the working graph
 object or creates a new one if the object does not exist 
 | 
void | 
loadWorkingReport(KSC_PerformanceReportFactory factory,
                 int index)
Loads the indexed report into the working report object. 
 | 
void | 
loadWorkingReport(Report report)
Loads the source report into the working report object as a new report. 
 | 
void | 
loadWorkingReportDuplicate(KSC_PerformanceReportFactory factory,
                          int index)
Loads the indexed report into the working report object as a duplicate
 report. 
 | 
static void | 
unloadFromSession(javax.servlet.http.HttpSession session)  | 
void | 
unloadWorkingGraph(int requested_graphnum)
Unloads the working graph into the working report list at the requested
 graph number. 
 | 
void | 
unloadWorkingReport(KSC_PerformanceReportFactory factory)
Unloads the working report into the indexed report list at the point
 identified by working_index (this should have been set when the working
 report was loaded), then create a new blank working report 
 | 
public Report getWorkingReport()
Report object.public Graph getWorkingGraph()
Graph object.public int getWorkingGraphIndex()
public void loadWorkingGraph(int index)
index - a int.public void unloadWorkingGraph(int requested_graphnum)
requested_graphnum - a int.public void loadWorkingReport(Report report)
report - a Report object.public void loadWorkingReport(KSC_PerformanceReportFactory factory, int index)
factory - a KSC_PerformanceReportFactory object.index - a int.public void loadWorkingReportDuplicate(KSC_PerformanceReportFactory factory, int index)
factory - a KSC_PerformanceReportFactory object.index - a int.public void loadNewWorkingReport()
public void unloadWorkingReport(KSC_PerformanceReportFactory factory)
factory - a KSC_PerformanceReportFactory object.public static KscReportEditor getFromSession(javax.servlet.http.HttpSession session, boolean required)
getFromSession
session - a HttpSession object.required - a boolean.KscReportEditor object.public static void unloadFromSession(javax.servlet.http.HttpSession session)
Copyright © 2020. All rights reserved.