org.archiviststoolkit.report
Class ReportUtils
java.lang.Object
   org.archiviststoolkit.report.ReportUtils
org.archiviststoolkit.report.ReportUtils
- public class ReportUtils 
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
printingJR
public static boolean printingJR
ReportUtils
public ReportUtils()
printReport
public static void printReport(ReportDestinationProperties reportDestinationProperties,
                               java.util.Collection collectionForReport,
                               InfiniteProgressPanel progressPanel)
                        throws UnsupportedParentComponentException,
                               UnsupportedReportDestination,
                               UnsupportedReportType
- 
- Throws:
- UnsupportedParentComponentException
- UnsupportedReportDestination
- UnsupportedReportType
 
printJasperReport
public static void printJasperReport(ReportDestinationProperties reportDestinationProperties,
                                     java.util.Collection recordsToPrint,
                                     InfiniteProgressPanel progressPanel)
                              throws UnsupportedParentComponentException
- 
- Throws:
- UnsupportedParentComponentException
 
silentPrint
public static void silentPrint(java.awt.print.PrinterJob printJob,
                               org.pdfbox.pdmodel.PDDocument document)
                        throws java.awt.print.PrinterException
- 
- Throws:
- java.awt.print.PrinterException