Package | Description |
---|---|
org.miloss.fgsms.services.ars.impl | |
org.miloss.fgsms.services.interfaces.automatedreportingservice |
fgsms Automated Reporting Service.
|
Modifier and Type | Method and Description |
---|---|
AddOrUpdateScheduledReportResponseMsg |
AutomatedReportingServiceImpl.addOrUpdateScheduledReport(AddOrUpdateScheduledReportRequestMsg request) |
DeleteReportResponseMsg |
AutomatedReportingServiceImpl.deleteReport(DeleteReportRequestMsg request)
Deletes a generated report
|
DeleteScheduledReportResponseMsg |
AutomatedReportingServiceImpl.deleteScheduledReport(DeleteScheduledReportRequestMsg request)
This will delete the job AND all reports associated with the job
|
protected byte[] |
AutomatedReportingServiceImpl.get_a_Report(String id,
String currentUser,
SecurityWrapper wrapper) |
GetMyScheduledReportsResponseMsg |
AutomatedReportingServiceImpl.getMyScheduledReports(GetMyScheduledReportsRequestMsg request)
* Gets a list of jobs owned by the current user and a list of recently
generated reports
|
GetReportResponseMsg |
AutomatedReportingServiceImpl.getReport(GetReportRequestMsg request)
Gets a specific generated report
|
Modifier and Type | Method and Description |
---|---|
AddOrUpdateScheduledReportResponseMsg |
AutomatedReportingService.addOrUpdateScheduledReport(AddOrUpdateScheduledReportRequestMsg request) |
DeleteReportResponseMsg |
AutomatedReportingService.deleteReport(DeleteReportRequestMsg request)
Deletes a generated report
|
DeleteScheduledReportResponseMsg |
AutomatedReportingService.deleteScheduledReport(DeleteScheduledReportRequestMsg request)
This will delete the job AND all reports associated with the job
|
GetMyScheduledReportsResponseMsg |
AutomatedReportingService.getMyScheduledReports(GetMyScheduledReportsRequestMsg request)
Gets a list of jobs owned by the current user and a list of recently generated reports
|
GetReportResponseMsg |
AutomatedReportingService.getReport(GetReportRequestMsg request)
Gets a specific generated report
|
Copyright © 2008–2017 MIL-OSS. All rights reserved.