public interface BudgetPrintService
| Modifier and Type | Method and Description |
|---|---|
void |
populateBudgetPrintForms(Budget budget)
Populates the various forms that are part of Budget on UI
|
boolean |
printBudgetForms(Budget budget,
String[] selectedBudgetPrintFormId,
javax.servlet.http.HttpServletResponse response)
Prints all the selected budget forms
|
AttachmentDataSource |
readBudgetPrintStream(Budget budget,
String selectedBudgetPrintFormId)
Generates the report specified and returns the bytes
|
void populateBudgetPrintForms(Budget budget)
budget - AttachmentDataSource readBudgetPrintStream(Budget budget, String selectedBudgetPrintFormId)
budget - BudgetselectedBudgetPrintFormId - form to printAttachmentDataSource bytes of the generated formCopyright © 2013 The Kuali Foundation. All Rights Reserved.