public class IacucProtocolNotifyCommitteeServiceImpl extends Object implements IacucProtocolNotifyCommitteeService
| Constructor and Description |
|---|
IacucProtocolNotifyCommitteeServiceImpl() |
| 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(IacucProtocol protocol,
IacucProtocolNotifyCommitteeBean notifyCommitteeBean)
Submit a notification to the IRB committee
The corresponding submission and protocol action
entries will be added to the database.
|
public IacucProtocolNotifyCommitteeServiceImpl()
public void setProtocolActionService(ProtocolActionService protocolActionService)
businessObjectService - the business office servicepublic void submitCommitteeNotification(IacucProtocol protocol, IacucProtocolNotifyCommitteeBean notifyCommitteeBean) throws org.kuali.rice.kew.api.exception.WorkflowException
IacucProtocolNotifyCommitteeServicesubmitCommitteeNotification in interface IacucProtocolNotifyCommitteeServiceprotocol - the protocolnotifyCommitteeBean - the notification dataorg.kuali.rice.kew.api.exception.WorkflowExceptionorg.kuali.kra.protocol.actions.notifycommittee.ProtocolNotifyCommitteeService#submitCommitteeNotification(org.kuali.kra.protocol.Protocol, org.kuali.kra.protocol.actions.notifycommittee.ProtocolNotifyCommitteeBean)public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.