|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.KscReportEditor
public class KscReportEditor
KscReportEditor class.
| Constructor Summary | |
|---|---|
KscReportEditor()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KscReportEditor()
| Method Detail |
|---|
public Report getWorkingReport()
Report object.public Graph getWorkingGraph()
Graph object.public int getWorkingGraphIndex()
public void loadWorkingGraph(int index)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
index - a int.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
public void unloadWorkingGraph(int requested_graphnum)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
requested_graphnum - a int.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
public void loadWorkingReport(Report report)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
report - a Report object.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
public void loadWorkingReport(KSC_PerformanceReportFactory factory,
int index)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
factory - a KSC_PerformanceReportFactory object.index - a int.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
public void loadWorkingReportDuplicate(KSC_PerformanceReportFactory factory,
int index)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
factory - a KSC_PerformanceReportFactory object.index - a int.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.public void loadNewWorkingReport()
public void unloadWorkingReport(KSC_PerformanceReportFactory factory)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
factory - a KSC_PerformanceReportFactory object.
org.exolab.castor.xml.MarshalException - if any.
org.exolab.castor.xml.ValidationException - if any.
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||