public interface ProtocolAssignCmtSchedService
| Modifier and Type | Method and Description |
|---|---|
void |
assignToCommitteeAndSchedule(Protocol protocol,
ProtocolAssignCmtSchedBean actionBean)
Assign a protocol to a committee/schedule.
|
void |
assignToCommitteeAndSchedulePostAgendaAssignment(Protocol protocol,
ProtocolAssignCmtSchedBean cmtAssignBean)
Assign a protocol to a committee/schedule after the protocol has already been assigned to an agenda.
|
String |
getAssignedCommitteeId(Protocol protocol)
Get the committee currently assigned to the protocol.
|
String |
getAssignedScheduleId(Protocol protocol)
Get the schedule currently assigned to the protocol.
|
String getAssignedCommitteeId(Protocol protocol)
protocol - String getAssignedScheduleId(Protocol protocol)
protocol - void assignToCommitteeAndSchedule(Protocol protocol, ProtocolAssignCmtSchedBean actionBean) throws Exception
protocol - the protocolactionBean - contains committee/scheduleExceptionvoid assignToCommitteeAndSchedulePostAgendaAssignment(Protocol protocol, ProtocolAssignCmtSchedBean cmtAssignBean) throws Exception
protocol - the protocolactionBean - contains committee/scheduleExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.