Package | Description |
---|---|
org.miloss.fgsms.services.interfaces.automatedreportingservice |
fgsms Automated Reporting Service.
|
org.miloss.fgsms.services.rs.impl |
Modifier and Type | Field and Description |
---|---|
protected ReportDefinition |
ExistingReportDefitions.job |
Modifier and Type | Field and Description |
---|---|
protected List<ReportDefinition> |
AddOrUpdateScheduledReportResponseMsg.jobs |
protected List<ReportDefinition> |
AddOrUpdateScheduledReportRequestMsg.jobs |
Modifier and Type | Method and Description |
---|---|
ReportDefinition |
ObjectFactory.createReportDefinition()
Create an instance of
ReportDefinition |
ReportDefinition |
GetMyScheduledReportsResponseMsg.findJobWithIdOf(String jobId) |
ReportDefinition |
ExistingReportDefitions.getJob()
Gets the value of the job property.
|
Modifier and Type | Method and Description |
---|---|
List<ReportDefinition> |
AddOrUpdateScheduledReportResponseMsg.getJobs()
Gets the value of the jobs property.
|
List<ReportDefinition> |
AddOrUpdateScheduledReportRequestMsg.getJobs()
Gets the value of the jobs property.
|
Modifier and Type | Method and Description |
---|---|
void |
ExistingReportDefitions.setJob(ReportDefinition value)
Sets the value of the job property.
|
Modifier and Type | Field and Description |
---|---|
ReportDefinition |
ReportDefinitionExtension.def |
Modifier and Type | Method and Description |
---|---|
protected String |
FgsmsReportGenerator.GenerateReport(ReportDefinition get,
boolean pooled)
generates the report, inserts it into the database and updates the table
to reflect the last updated timestamp
|
static boolean |
CalendarCalculator.isTimeToRun(ReportDefinition get,
Calendar now) |
protected void |
FgsmsReportGenerator.ProcessAlerts(ReportDefinition get,
String id,
boolean pooled) |
Copyright © 2008–2017 MIL-OSS. All rights reserved.