public class ProtocolNotifyCommitteeServiceImpl extends Object implements ProtocolNotifyCommitteeService
| Constructor and Description |
|---|
ProtocolNotifyCommitteeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setProtocolActionService(ProtocolActionService protocolActionService)
Set the business object service.
|
void |
submitCommitteeNotification(Protocol protocol,
ProtocolNotifyCommitteeBean notifyCommitteeBean)
Submit a notification to the IRB committee
The corresponding submission and protocol action
entries will be added to the database.
|
public void setProtocolActionService(ProtocolActionService protocolActionService)
businessObjectService - the business office servicepublic void submitCommitteeNotification(Protocol protocol, ProtocolNotifyCommitteeBean notifyCommitteeBean) throws org.kuali.rice.kew.api.exception.WorkflowException
ProtocolNotifyCommitteeServicesubmitCommitteeNotification in interface ProtocolNotifyCommitteeServiceprotocol - the protocolnotifyCommitteeBean - the notification dataorg.kuali.rice.kew.api.exception.WorkflowExceptionProtocolNotifyCommitteeService.submitCommitteeNotification(org.kuali.kra.irb.Protocol, org.kuali.kra.irb.actions.notifycommittee.ProtocolNotifyCommitteeBean)public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.