Package | Description |
---|---|
org.miloss.fgsms.services.interfaces.reportingservice |
fgsms Reporting Service.
|
org.miloss.fgsms.services.rs.impl |
Modifier and Type | Field and Description |
---|---|
protected ExportCSVDataRequestMsg |
ExportDataToCSV.request |
Modifier and Type | Method and Description |
---|---|
ExportCSVDataRequestMsg |
ObjectFactory.createExportCSVDataRequestMsg()
Create an instance of
ExportCSVDataRequestMsg |
ExportCSVDataRequestMsg |
ExportDataToCSV.getRequest()
Gets the value of the request property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExportCSVDataRequestMsg> |
ObjectFactory.createExportCSVDataRequestMsg(ExportCSVDataRequestMsg value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ExportCSVDataRequestMsg> |
ObjectFactory.createExportCSVDataRequestMsg(ExportCSVDataRequestMsg value)
|
ExportDataToCSVResponseMsg |
ReportingService.exportDataToCSV(ExportCSVDataRequestMsg request)
Exports transactions logs for a given set of services, requires audit level permissions or higher for each service requested service
|
void |
ExportDataToCSV.setRequest(ExportCSVDataRequestMsg value)
Sets the value of the request property.
|
Modifier and Type | Method and Description |
---|---|
ExportDataToCSVResponseMsg |
Reporting.exportDataToCSV(ExportCSVDataRequestMsg request)
Exports transactions logs for a given set of services, requires audit
level permissions or higher for each service requested service
|
protected static void |
CsvExporter.generateCSVReport(ExportCSVDataRequestMsg request,
String filenameandpath,
List<String> filelist,
String currentuser,
WebServiceContext ctx,
SecurityWrapper security) |
Copyright © 2008–2017 MIL-OSS. All rights reserved.