Package org.cyclos.impl.system
Interface PDFReportHandler
-
public interface PDFReportHandlerIs able to print reports to PDF Services that need to generate a PDF from a special case that can not be modeled through theExportFormatServiceLocalmust interact with this handler adding a new method with the specific implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SerializableInputStreampreviewVoucher(VoucherType type, VoucherTemplateDTO template)Generates a preview of a voucher templateSerializableInputStreamsystemMonitorReport(SystemMonitorSnapshot snapshot)Generates a report containing information about the status of the server: server memory, OS, recurring tasks, etcSerializableInputStreamsystemReport(ReportParams report)Generates a report containing information about the accounts, transfer types, user groups, etc.
-
-
-
Method Detail
-
previewVoucher
SerializableInputStream previewVoucher(VoucherType type, VoucherTemplateDTO template)
Generates a preview of a voucher template
-
systemMonitorReport
SerializableInputStream systemMonitorReport(SystemMonitorSnapshot snapshot)
Generates a report containing information about the status of the server: server memory, OS, recurring tasks, etc
-
systemReport
SerializableInputStream systemReport(ReportParams report)
Generates a report containing information about the accounts, transfer types, user groups, etc.
-
-