| Constructor and Description |
|---|
NegotiationActivityXmlStream() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.apache.xmlbeans.XmlObject> |
generateXmlStream(KraPersistableBusinessObjectBase printableBusinessObject,
Map<String,Object> reportParameters)
This method generates XML for Negotiation Activity Report.
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
This method get's the businessObjectService
|
org.kuali.rice.core.api.datetime.DateTimeService |
getDateTimeService()
This method get's the dateTimeService
|
org.kuali.rice.krad.service.DocumentService |
getDocumentService()
This method get's the documentService
|
Negotiation |
getNegotiation()
This method get's the negotiation
|
protected noNamespace.NegotiationDataType |
getNegotiationDataType() |
protected noNamespace.NegotiationsDocument.Negotiations |
getNegotiations() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
This method set's the businessObjectService
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
This method set's the dateTimeService
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
This method set's the documentService
|
void |
setNegotiation(Negotiation negotiation)
This method set's the negotiation
|
public Negotiation getNegotiation()
public void setNegotiation(Negotiation negotiation)
public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
getBusinessObjectService in interface XmlStreamBusinessObjectServicepublic org.kuali.rice.core.api.datetime.DateTimeService getDateTimeService()
getDateTimeService in interface XmlStreampublic void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
setBusinessObjectService in interface XmlStreampublic void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
setDateTimeService in interface XmlStreamdateTimeService - the dateTimeService to setpublic Map<String,org.apache.xmlbeans.XmlObject> generateXmlStream(KraPersistableBusinessObjectBase printableBusinessObject, Map<String,Object> reportParameters)
ResearchDocumentBase for populating the XML nodes. The XML once
generated is returned as XmlObjectgenerateXmlStream in interface XmlStreamprintableBusinessObject - using which XML is generatedreportParameters - parameters related to XML generationXmlObject representing the XMLprotected noNamespace.NegotiationsDocument.Negotiations getNegotiations()
protected noNamespace.NegotiationDataType getNegotiationDataType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.