| Package | Description |
|---|---|
| org.kuali.kra.award.printing | |
| org.kuali.kra.award.printing.service | |
| org.kuali.kra.award.printing.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static AwardPrintType |
AwardPrintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwardPrintType[] |
AwardPrintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
AwardPrintingService.printAwardReport(KraPersistableBusinessObjectBase awardDocument,
AwardPrintType awardReportType,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
AwardPrintingServiceImpl.printAwardReport(KraPersistableBusinessObjectBase printableBO,
AwardPrintType awardReportType,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource. |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.