public class ProposalSponsorFormsPrint extends AbstractPrint
| Constructor and Description |
|---|
ProposalSponsorFormsPrint() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
NIHResearchAndRelatedXmlStream |
getNihResearchAndRelatedXmlStream() |
ProposalDevelopmentXmlStream |
getProposalDevelopmentXmlStream() |
Map<String,Source> |
getXSLTemplateWithBookmarks()
This method fetches the XSL style-sheets required for transforming the
generated XML into PDF.
|
Map<String,byte[]> |
renderXML()
This method generates the XML that conforms to Delta Report XSD returns
it as
InputStream |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setNihResearchAndRelatedXmlStream(NIHResearchAndRelatedXmlStream nihResearchAndRelatedXmlStream) |
void |
setProposalDevelopmentXmlStream(ProposalDevelopmentXmlStream proposalDevelopmentXmlStream) |
getAttachments, getBytes, getPrintableBusinessObject, getReportParameters, getWatermarkable, getXmlStream, getXSLTemplates, isWatermarkEnabled, setAttachments, setPrintableBusinessObject, setReportParameters, setXmlStreampublic Map<String,Source> getXSLTemplateWithBookmarks()
getXSLTemplateWithBookmarks in interface PrintablegetXSLTemplateWithBookmarks in class AbstractPrintArrayList} of Source XSLspublic org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public ProposalDevelopmentXmlStream getProposalDevelopmentXmlStream()
public void setProposalDevelopmentXmlStream(ProposalDevelopmentXmlStream proposalDevelopmentXmlStream)
public Map<String,byte[]> renderXML() throws PrintingException
AbstractPrintInputStreamrenderXML in interface PrintablerenderXML in class AbstractPrintInputStream of generated XMLPrintingException - in case of any errors occur during XML generationpublic NIHResearchAndRelatedXmlStream getNihResearchAndRelatedXmlStream()
public void setNihResearchAndRelatedXmlStream(NIHResearchAndRelatedXmlStream nihResearchAndRelatedXmlStream)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.