public class ReportManager extends Object implements FascinatorService
| Constructor and Description |
|---|
ReportManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(Report report)
Method to add report to the map.
|
void |
deleteReport(String reportName) |
void |
duplicateReport(String reportName) |
com.googlecode.fascinator.common.JsonSimple |
getConfig() |
Report |
getReport(String reportName) |
Report |
getReportByLabel(String label) |
TreeMap<String,Report> |
getReports() |
String |
getUniqueReportName(String reportName) |
void |
init() |
void |
saveReport(Report report)
Make sure to call addReport() before saving...
|
void |
setConfig(com.googlecode.fascinator.common.JsonSimple config) |
public com.googlecode.fascinator.common.JsonSimple getConfig()
getConfig in interface FascinatorServicepublic void setConfig(com.googlecode.fascinator.common.JsonSimple config)
setConfig in interface FascinatorServicepublic void init()
init in interface FascinatorServicepublic void addReport(Report report) throws Exception
report - Exceptionpublic void saveReport(Report report)
report - public void deleteReport(String reportName)
Copyright © 2009-2016. All Rights Reserved.