public class AwardPrintingServiceImpl extends Object implements AwardPrintingService
AwardPrintingService. It has
capability to print any reports related to Award like Delta Report, Award
Notice etc.| Constructor and Description |
|---|
AwardPrintingServiceImpl() |
public AttachmentDataSource printAwardReport(KraPersistableBusinessObjectBase printableBO, AwardPrintType awardReportType, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSource. It first identifies the report type to be
printed, then fetches the required report generator. The report generator
generates XML which is then passed to PrintingService for
transforming into PDF.printAwardReport in interface AwardPrintingServiceprintableBO - 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 generationpublic PrintingService getPrintingService()
public void setPrintingService(PrintingService printingService)
printingService - the printingService to setpublic AwardDeltaPrint getAwardDeltaPrint()
public void setAwardDeltaPrint(AwardDeltaPrint awardDeltaPrint)
awardDeltaPrint - the awardDeltaPrint to setpublic AwardNoticePrint getAwardNoticePrint()
public void setAwardNoticePrint(AwardNoticePrint awardNoticePrint)
awardNoticePrint - the awardNoticePrint to setpublic AwardTemplatePrint getAwardTemplatePrint()
public void setAwardTemplatePrint(AwardTemplatePrint awardTemplatePrint)
public MoneyAndEndDatesHistoryPrint getMoneyAndEndDatesHistoryPrint()
public void setMoneyAndEndDatesHistoryPrint(MoneyAndEndDatesHistoryPrint moneyAndEndDatesHistoryPrint)
moneyAndEndDatesHistoryPrint - the moneyAndEndDatesHistoryPrint to setpublic AwardBudgetHierarchyPrint getAwardBudgetHierarchyPrint()
public void setAwardBudgetHierarchyPrint(AwardBudgetHierarchyPrint awardBudgetHierarchyPrint)
awardBudgetHierarchyPrint - the awardBudgetHierarchyPrint to setpublic AwardBudgetHistoryTransactionPrint getAwardBudgetHistoryTransactionPrint()
public void setAwardBudgetHistoryTransactionPrint(AwardBudgetHistoryTransactionPrint awardBudgetHistoryTransactionPrint)
awardBudgetHistoryTransactionPrint - the awardBudgetHistoryTransactionPrint to setCopyright © 2013 The Kuali Foundation. All Rights Reserved.