| org.kuali.module.financial.service.DisbursementVoucherCoverSheetService
All known Subclasses: org.kuali.module.financial.service.impl.DisbursementVoucherCoverSheetServiceImpl,
DisbursementVoucherCoverSheetService | public interface DisbursementVoucherCoverSheetService (Code) | | This service interface defines the methods that a DisbursementVoucherCoverSheetService implementation must provide.
|
generateDisbursementVoucherCoverSheet | public void generateDisbursementVoucherCoverSheet(String templateDirectory, String templateName, DisbursementVoucherDocument document, OutputStream outputStream) throws DocumentException, IOException(Code) | | Generates a disbursement voucher cover sheet.
Parameters: templateDirectory - The file system directory which contains the template. Parameters: templateName - The name of the template file used to generate the cover sheet. Parameters: document - The DisbursementVoucherDocument used to generate the cover sheet. Parameters: outputStream - The stream to write out the new cover sheet. throws: DocumentException - Thrown if there is a problem pulling data from the document to create the cover sheet. throws: IOException - Thrown if there is a problem writing the cover sheet to the output stream. |
|
|