public interface ProtocolGenericActionService extends ProtocolGenericActionService
| Modifier and Type | Method and Description |
|---|---|
void |
close(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close a protocol.
|
void |
closeEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close enrollment for a protocol.
|
ProtocolDocument |
defer(Protocol protocol,
ProtocolGenericActionBean actionBean)
Defer a protocol.
|
void |
irbAcknowledgement(Protocol protocol,
ProtocolGenericActionBean actionBean)
Record IRB Acknowledgement for a protocol.
|
void |
permitDataAnalysis(Protocol protocol,
ProtocolGenericActionBean actionBean)
Permit Data Analysis.
|
void |
reopenEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Reopen a protocol for enrollment.
|
void |
suspendByDsmb(Protocol protocol,
ProtocolGenericActionBean actionBean)
Suspend the protocol by DSMB.
|
disapprove, expire, recall, recordDisapprovedInRoutingActionAndUpdateStatuses, returnForSMR, returnForSRR, returnToPI, suspend, terminate, versionAfterDisapprovalInRoutingvoid close(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionvoid closeEnrollment(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionProtocolDocument defer(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionvoid irbAcknowledgement(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionvoid permitDataAnalysis(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionvoid reopenEnrollment(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionvoid suspendByDsmb(Protocol protocol, ProtocolGenericActionBean actionBean) throws Exception
protocol - Protocol objectactionBean - ProtocolGenericActionBean objectException - if there was a general problem performing the actionCopyright © 2013 The Kuali Foundation. All Rights Reserved.