public class IacucProtocolTableServiceImpl extends Object implements IacucProtocolTableService
| Constructor and Description |
|---|
IacucProtocolTableServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
org.kuali.rice.krad.service.DocumentService |
getDocumentService() |
CommitteeScheduleBase |
getNextScheduleForCommittee(CommitteeScheduleBase currentSchedule) |
ProtocolActionService |
getProtocolActionService() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setProtocolActionService(ProtocolActionService protocolActionService) |
void |
tableProtocol(IacucProtocol protocol,
IacucProtocolTableBean actionBean)
This method will "table" the protocol by bumping it from its current assigned schedule to the next
in order by date for the same committee, will also record the data from the actionBean.
|
public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public ProtocolActionService getProtocolActionService()
public void setProtocolActionService(ProtocolActionService protocolActionService)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public CommitteeScheduleBase getNextScheduleForCommittee(CommitteeScheduleBase currentSchedule)
getNextScheduleForCommittee in interface IacucProtocolTableServicepublic void tableProtocol(IacucProtocol protocol, IacucProtocolTableBean actionBean) throws Exception
IacucProtocolTableServicetableProtocol in interface IacucProtocolTableServiceExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.