public interface ProtocolApproveService
| Modifier and Type | Method and Description |
|---|---|
void |
grantAdminApproval(ProtocolBase protocol,
ProtocolApproveBean actionBean)
Administratively approves a ProtocolBase.
|
void |
grantFullApproval(ProtocolBase protocol,
ProtocolApproveBean actionBean)
Approves a full submission to a ProtocolBase.
|
void |
grantResponseApproval(ProtocolBase protocol,
ProtocolApproveBean actionBean)
Approves a response submission to a ProtocolBase.
|
void grantFullApproval(ProtocolBase protocol, ProtocolApproveBean actionBean) throws Exception
protocol - the current ProtocolBaseactionBean - the bean that contains the comments and datesExceptionvoid grantResponseApproval(ProtocolBase protocol, ProtocolApproveBean actionBean) throws Exception
protocol - the current ProtocolBaseactionBean - the bean that contains the comments and datesExceptionvoid grantAdminApproval(ProtocolBase protocol, ProtocolApproveBean actionBean) throws Exception
protocol - the current ProtocolBaseactionBean - the bean that contains the comments and datesExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.