public interface Printable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Map<String,byte[]> |
getAttachments()
This method will return the PDF attachments specific to the printable.
|
KraPersistableBusinessObjectBase |
getPrintableBusinessObject()
This method will provide the document object associated with the
printable
|
Watermarkable |
getWatermarkable()
This method for setting the appropriate watermark
with respect to the document.
|
List<Source> |
getXSLTemplates()
This method provides a way to get the XSL Transform(s) for the KC
generated XML.
|
Map<String,Source> |
getXSLTemplateWithBookmarks() |
boolean |
isWatermarkEnabled()
This method returns whether to enable or disable watermark
in the report.
|
Map<String,byte[]> |
renderXML()
This method will provide the either reflected or XML-Bean based XML for
input to the Transform into XML-FO.
|
List<Source> getXSLTemplates()
Map<String,byte[]> renderXML() throws PrintingException
PrintingExceptionKraPersistableBusinessObjectBase getPrintableBusinessObject()
Map<String,byte[]> getAttachments()
boolean isWatermarkEnabled()
Watermarkable getWatermarkable()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.