public interface ProtocolPrintingService
| Modifier and Type | Method and Description |
|---|---|
Printable |
getProtocolPrintArtifacts(ProtocolBase protocol)
This method is to get the printable Artifacts for the selected protocol.
|
AttachmentDataSource |
print(String reportName,
List<Printable> printableArtifactList)
This method to print the report.
|
AttachmentDataSource |
printProtocolDocument(ProtocolFormBase protocolForm)
This method is to print items in protocol document
|
AttachmentDataSource |
printProtocolSelectedItems(ProtocolFormBase protocolForm)
This method is to print selected protocol items
|
AttachmentDataSource print(String reportName, List<Printable> printableArtifactList) throws PrintingException
printableArtifactList - PrintingExceptionPrintable getProtocolPrintArtifacts(ProtocolBase protocol)
protocol - AttachmentDataSource printProtocolDocument(ProtocolFormBase protocolForm) throws PrintingException
protocolForm - PrintingExceptionAttachmentDataSource printProtocolSelectedItems(ProtocolFormBase protocolForm) throws PrintingException
protocolForm - PrintingExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.