public interface ProtocolCopyService<GenericProtocolDocument extends ProtocolDocumentBase>
| Modifier and Type | Method and Description |
|---|---|
GenericProtocolDocument |
copyProtocol(GenericProtocolDocument doc)
Copy a protocol document.
|
ProtocolDocumentBase |
copyProtocol(GenericProtocolDocument doc,
String protocolNumber,
boolean isAmendmentRenewal)
Copy a protocol document with a given protocol number.
|
GenericProtocolDocument copyProtocol(GenericProtocolDocument doc) throws Exception
doc - the protocol document to copy.Exception - if anything really bad happensProtocolDocumentBase copyProtocol(GenericProtocolDocument doc, String protocolNumber, boolean isAmendmentRenewal) throws Exception
doc - the protocol document to copy.protocolNumber - the protocol number to assign to the protocolException - if anything really bad happensCopyright © 2013 The Kuali Foundation. All Rights Reserved.