public class S2SFormPrint extends AbstractPrint
| Constructor and Description |
|---|
S2SFormPrint() |
S2SFormPrint(XmlStream xmlStream,
Source template,
KraPersistableBusinessObjectBase printableBusinessObject) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,byte[]> |
getXmlDataMap() |
List<Source> |
getXSLTemplates()
This method provides a way to get the XSL Transform(s) for the KC
generated XML.
|
Map<String,byte[]> |
renderXML()
This method generates the XML that conforms to Delta Report XSD returns
it as
InputStream |
void |
setXmlDataMap(Map<String,byte[]> xmlDataMap) |
void |
setXSLT(ArrayList<Source> templates) |
getAttachments, getBytes, getPrintableBusinessObject, getReportParameters, getWatermarkable, getXmlStream, getXSLTemplateWithBookmarks, isWatermarkEnabled, setAttachments, setPrintableBusinessObject, setReportParameters, setXmlStreampublic S2SFormPrint()
public S2SFormPrint(XmlStream xmlStream, Source template, KraPersistableBusinessObjectBase printableBusinessObject)
public List<Source> getXSLTemplates()
PrintablegetXSLTemplates in interface PrintablegetXSLTemplates in class AbstractPrintpublic Map<String,byte[]> renderXML() throws PrintingException
AbstractPrintInputStreamrenderXML in interface PrintablerenderXML in class AbstractPrintInputStream of generated XMLPrintingException - in case of any errors occur during XML generationCopyright © 2013 The Kuali Foundation. All Rights Reserved.