public interface ReportTrackingPrintingService
| Modifier and Type | Method and Description |
|---|---|
AwardReportTracking |
getReportPrintable(ReportTrackingType reportTrackingType,
ReportTracking detailResult,
AwardReportTracking printable)
This method will return the printable object
|
AttachmentDataSource |
printAwardReportTracking(List<Printable> printableArtifactList)
This method is for prints all Award Reports
|
AttachmentDataSource |
printReportTracking(KraPersistableBusinessObjectBase reportTracking,
String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
AttachmentDataSource printReportTracking(KraPersistableBusinessObjectBase reportTracking, String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourceawardDocument - Award data using which report is generatedreportName - report to be generatedreportParameters - Map of parameters required for report generationAttachmentDataSource which contains the byte array of the
generated PDFPrintingException - if any errors occur during report generationAwardReportTracking getReportPrintable(ReportTrackingType reportTrackingType, ReportTracking detailResult, AwardReportTracking printable)
reportTrackingType - report tracking typedetailResult - report to be generatedprintable - AttachmentDataSource printAwardReportTracking(List<Printable> printableArtifactList) throws PrintingException
printableArtifactList - list of Award reportsPrintingExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.