| java.lang.Object org.kuali.module.financial.service.impl.CashReceiptCoverSheetServiceImpl
CR_COVERSHEET_TEMPLATE_NM | final public static String CR_COVERSHEET_TEMPLATE_NM(Code) | | |
generateCoverSheet | public void generateCoverSheet(CashReceiptDocument document, String searchPath, OutputStream returnStream) throws Exception(Code) | | Generate a cover sheet for the
CashReceiptDocument . An
OutputStream is written
to for the cover sheet.
Parameters: document - The cash receipt document the cover sheet is for. Parameters: searchPath - The directory path to the template to be used to generate the cover sheet. Parameters: returnStream - The output stream the cover sheet will be written to. exception: DocumentException - Thrown if the document provided is invalid, including null. exception: IOException - Thrown if there is a problem writing to the output stream. See Also: org.kuali.core.module.financial.service.CashReceiptCoverSheetServiceImpl.generateCoverSheet(org.kuali.module.financial.documentCashReceiptDocument) |
|
|