public class IacucProtocolXmlStream extends ProtocolXmlStreamBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FLAG_NO |
protected static String |
FLAG_YES |
| Constructor and Description |
|---|
IacucProtocolXmlStream() |
| Modifier and Type | Method and Description |
|---|---|
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. |
String |
generateXmlStreamForNotification(IacucProtocol protocol)
This method is to create xml data for protocol action notifications
|
IacucCommitteeXmlStream |
getCommitteeXmlStream()
Gets the committeeXmlStream attribute.
|
KcPersonService |
getKcPersonService()
Gets the kcPersonService attribute.
|
IacucPrintXmlUtilService |
getPrintXmlUtilService()
Gets the irbPrintXmlUtilService attribute.
|
edu.mit.coeus.xml.iacuc.ProtocolType |
getProtocol(IacucProtocol protocol) |
edu.mit.coeus.xml.iacuc.ProtocolType |
getProtocol(IacucProtocol protocolInfoBean,
Integer submissionNumber) |
IacucScheduleXmlStream |
getScheduleXmlStream()
Gets the scheduleXmlStream attribute.
|
void |
setCommitteeXmlStream(IacucCommitteeXmlStream comitteeXmlStream)
Sets the committeeXmlStream attribute value.
|
void |
setKcPersonService(KcPersonService kcPersonService)
Sets the kcPersonService attribute value.
|
protected void |
setMinutes(ProtocolSubmissionBase submissionInfoBean,
edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submission)
This method...
|
void |
setPrintXmlUtilService(IacucPrintXmlUtilService printXmlUtilService)
Sets the irbPrintXmlUtilService attribute value.
|
void |
setScheduleXmlStream(IacucScheduleXmlStream scheduleXmlStream)
Sets the scheduleXmlStream attribute value.
|
getBusinessObjectService, getDateTimeService, setBusinessObjectService, setDateTimeServiceprotected static final String FLAG_YES
protected static final String FLAG_NO
public 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.generateXmlStream in interface XmlStreamgenerateXmlStream in class ProtocolXmlStreamBaseprintableBusinessObject - for which XMl is to be generatedreportParameters - Map of various parameters required for XML generationXmlStream.generateXmlStream(KraPersistableBusinessObjectBase, java.util.Map)public String generateXmlStreamForNotification(IacucProtocol protocol)
protocol - public edu.mit.coeus.xml.iacuc.ProtocolType getProtocol(IacucProtocol protocolInfoBean, Integer submissionNumber)
public edu.mit.coeus.xml.iacuc.ProtocolType getProtocol(IacucProtocol protocol)
protected void setMinutes(ProtocolSubmissionBase submissionInfoBean, edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submission)
submissionInfoBean - submission - public void setPrintXmlUtilService(IacucPrintXmlUtilService printXmlUtilService)
irbPrintXmlUtilService - The irbPrintXmlUtilService to set.public IacucPrintXmlUtilService getPrintXmlUtilService()
public KcPersonService getKcPersonService()
public void setKcPersonService(KcPersonService kcPersonService)
kcPersonService - The kcPersonService to set.public void setScheduleXmlStream(IacucScheduleXmlStream scheduleXmlStream)
scheduleXmlStream - The scheduleXmlStream to set.public IacucScheduleXmlStream getScheduleXmlStream()
public void setCommitteeXmlStream(IacucCommitteeXmlStream comitteeXmlStream)
committeeXmlStream - The committeeXmlStream to set.public IacucCommitteeXmlStream getCommitteeXmlStream()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.