public interface ProtocolWithdrawService
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
administrativelyMarkIncomplete(ProtocolBase protocol,
ProtocolAdministrativelyIncompleteBean markIncompleteBean)
Perform the task of administratively marking a protocol as 'incomplete'.
|
ProtocolDocumentBase |
administrativelyWithdraw(ProtocolBase protocol,
ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean)
Perform the task of administratively withdrawing a protocol.
|
ProtocolDocumentBase |
withdraw(ProtocolBase protocol,
ProtocolWithdrawBean withdrawBean)
Perform the task of withdrawing a protocol.
|
ProtocolDocumentBase withdraw(ProtocolBase protocol, ProtocolWithdrawBean withdrawBean) throws Exception
protocol - the protocolwithdrawBean - the required data for performing a withdrawalExceptionProtocolDocumentBase administrativelyWithdraw(ProtocolBase protocol, ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean) throws Exception
protocol - the protocolwithdrawBean - the required data for performing a withdrawalExceptionProtocolDocumentBase administrativelyMarkIncomplete(ProtocolBase protocol, ProtocolAdministrativelyIncompleteBean markIncompleteBean) throws Exception
protocol - the protocolwithdrawBean - the required data for performing a withdrawalExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.