public class SubAwardPrintingServiceImpl extends Object implements SubAwardPrintingService
AwardPrintingService. It has
capability to print report related to Negotiation| Constructor and Description |
|---|
SubAwardPrintingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PrintingService |
getPrintingService() |
SubAwardSF294Print |
getSubAwardSF294Print() |
SubAwardSF295Print |
getSubAwardSF295Print() |
AttachmentDataSource |
printSubAwardReport(KraPersistableBusinessObjectBase awardDocument,
SubAwardPrintType subAwardPrintType,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
void |
setPrintingService(PrintingService printingService) |
void |
setSubAwardSF294Print(SubAwardSF294Print subAwardSF294Print) |
void |
setSubAwardSF295Print(SubAwardSF295Print subAwardSF295Print) |
public AttachmentDataSource printSubAwardReport(KraPersistableBusinessObjectBase awardDocument, SubAwardPrintType subAwardPrintType, Map<String,Object> reportParameters) throws PrintingException
SubAwardPrintingServiceAttachmentDataSourceprintSubAwardReport in interface SubAwardPrintingServiceawardDocument - awardData data using which report is generatedreportParameters - Map of parameters required for report generationAttachmentDataSource which contains the byte array of the
generated PDFPrintingException - if any errors occur during report generationpublic PrintingService getPrintingService()
public void setPrintingService(PrintingService printingService)
public SubAwardSF294Print getSubAwardSF294Print()
public void setSubAwardSF294Print(SubAwardSF294Print subAwardSF294Print)
public SubAwardSF295Print getSubAwardSF295Print()
public void setSubAwardSF295Print(SubAwardSF295Print subAwardSF295Print)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.