| Package | Description |
|---|---|
| org.kuali.kra.irb.actions |
This package is meant to hold all classes
common/cross-cutting across many Protocol Actions.
|
| org.kuali.kra.irb.actions.approve | |
| org.kuali.kra.irb.actions.assignagenda | |
| org.kuali.kra.irb.actions.expeditedapprove | |
| org.kuali.kra.irb.actions.genericactions | |
| org.kuali.kra.irb.actions.grantexemption |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolGenericActionBean |
ActionHelper.buildProtocolGenericActionBean(String actionTypeCode,
String errorPropertyKey)
This method builds a ProtocolGenericActionBean.
|
ProtocolGenericActionBean |
ActionHelper.getProtocolCloseEnrollmentBean() |
ProtocolGenericActionBean |
ActionHelper.getProtocolDeferBean() |
ProtocolGenericActionBean |
ActionHelper.getProtocolIrbAcknowledgementBean() |
ProtocolGenericActionBean |
ActionHelper.getProtocolPermitDataAnalysisBean() |
ProtocolGenericActionBean |
ActionHelper.getProtocolReopenEnrollmentBean() |
ProtocolGenericActionBean |
ActionHelper.getProtocolSuspendByDsmbBean() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolApproveBean
This class is really just a "form" for approving a protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAssignToAgendaBean
This class is really just a "form" for assigning a protocol to an agenda.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolExpeditedApproveBean
This class is really just a "form" for approving a protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolGenericActionServiceImpl.close(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close a protocol.
|
void |
ProtocolGenericActionService.close(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close a protocol.
|
void |
ProtocolGenericActionServiceImpl.closeEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close enrollment for a protocol.
|
void |
ProtocolGenericActionService.closeEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close enrollment for a protocol.
|
ProtocolDocument |
ProtocolGenericActionServiceImpl.defer(Protocol protocol,
ProtocolGenericActionBean actionBean)
Defer a protocol.
|
ProtocolDocument |
ProtocolGenericActionService.defer(Protocol protocol,
ProtocolGenericActionBean actionBean)
Defer a protocol.
|
void |
ProtocolGenericActionServiceImpl.irbAcknowledgement(Protocol protocol,
ProtocolGenericActionBean actionBean)
Record IRB Acknowledgement for a protocol.
|
void |
ProtocolGenericActionService.irbAcknowledgement(Protocol protocol,
ProtocolGenericActionBean actionBean)
Record IRB Acknowledgement for a protocol.
|
void |
ProtocolGenericActionServiceImpl.permitDataAnalysis(Protocol protocol,
ProtocolGenericActionBean actionBean)
Permit Data Analysis.
|
void |
ProtocolGenericActionService.permitDataAnalysis(Protocol protocol,
ProtocolGenericActionBean actionBean)
Permit Data Analysis.
|
void |
ProtocolGenericActionServiceImpl.reopenEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Reopen a protocol for enrollment.
|
void |
ProtocolGenericActionService.reopenEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Reopen a protocol for enrollment.
|
void |
ProtocolGenericActionServiceImpl.suspendByDsmb(Protocol protocol,
ProtocolGenericActionBean actionBean)
Suspend the protocol by DSMB.
|
void |
ProtocolGenericActionService.suspendByDsmb(Protocol protocol,
ProtocolGenericActionBean actionBean)
Suspend the protocol by DSMB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolGrantExemptionBean
This class is really just a "form" for granting an exemption.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.