public abstract class ProtocolSummaryXmlStreamBase extends PrintBaseXmlStream
| Constructor and Description |
|---|
ProtocolSummaryXmlStreamBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,org.apache.xmlbeans.XmlObject> |
generateXmlStream(KraPersistableBusinessObjectBase printableBusinessObject,
Map<String,Object> reportParameters)
This method generates XML for a given
ResearchDocumentBase based
on the parameters provided in a Map and returns an
XmlObject of the generated XML. |
getBusinessObjectService, getDateTimeService, setBusinessObjectService, setDateTimeServicepublic abstract Map<String,org.apache.xmlbeans.XmlObject> generateXmlStream(KraPersistableBusinessObjectBase printableBusinessObject, Map<String,Object> reportParameters)
XmlStreamResearchDocumentBase based
on the parameters provided in a Map and returns an
XmlObject of the generated XML.printableBusinessObject - for which XMl is to be generatedreportParameters - Map of various parameters required for XML generationCopyright © 2013 The Kuali Foundation. All Rights Reserved.