public interface ProtocolAssignToAgendaService
| Modifier and Type | Method and Description |
|---|---|
void |
assignToAgenda(ProtocolBase protocol,
ProtocolAssignToAgendaBean actionBean)
Assign a protocol to an agenda.
|
String |
getAssignedCommitteeId(ProtocolBase protocol)
Get the committee currently assigned to the protocol.
|
String |
getAssignedCommitteeName(ProtocolBase protocol)
This method gets the committee name that the protocol is assigned to.
|
String |
getAssignedScheduleDate(ProtocolBase protocol)
This method gets the date of the agenda that the protocol is assigned to.
|
ProtocolActionBase |
getAssignedToAgendaProtocolAction(ProtocolBase protocol)
This method returns the protocol action that assigned the passed in protocol to a committee agenda.
|
String |
getAssignToAgendaComments(ProtocolBase protocol)
This method gets any comments made when the protocol was assigned.
|
boolean |
isAssignedToAgenda(ProtocolBase protocol)
This method returns a boolean pertaining to whether the protocol is assigned to an agenda or not.
|
String getAssignedCommitteeId(ProtocolBase protocol)
protocol - The ProtocolBase object to be queried fromString getAssignedCommitteeName(ProtocolBase protocol)
protocol - The ProtocolBase object to be queried fromString getAssignedScheduleDate(ProtocolBase protocol)
protocol - The ProtocolBase object to be queried fromString getAssignToAgendaComments(ProtocolBase protocol)
protocol - The ProtocolBase object to be queried fromboolean isAssignedToAgenda(ProtocolBase protocol)
protocol - The ProtocolBase object to be queried fromvoid assignToAgenda(ProtocolBase protocol, ProtocolAssignToAgendaBean actionBean) throws Exception
protocol - The ProtocolBase object to be queried fromactionBean - ProtocolAssignToAgendaBean objectException - that may occur for a number of reasons, like a DB issue.ProtocolActionBase getAssignedToAgendaProtocolAction(ProtocolBase protocol)
protocol - the protocol to check with.Copyright © 2013 The Kuali Foundation. All Rights Reserved.