public interface CommonMeetingService<CS extends CommitteeScheduleBase<CS,?,?,CSM>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
| Modifier and Type | Method and Description |
|---|---|
void |
addCommitteeScheduleMinute(MeetingHelperBase meetingHelper)
This method is to add new committee schedule minute entry to minute entry list.
|
void |
addOtherAction(CommScheduleActItemBase newOtherAction,
CS committeeSchedule)
This method is to add new other action to other action list.
|
void |
addOtherPresent(MeetingHelperBase meetingHelper)
This method is to add the selected person or rolodex to other present list.
|
void |
deleteCommitteeScheduleMinute(CS committeeSchedule,
List<CSM> deletedCommitteeScheduleMinutes,
int itemNumber)
This method is to delete committee schedule minute entry from minute entry list.
|
void |
deleteOtherAction(CS committeeSchedule,
int itemNumber,
List<CommScheduleActItemBase> deletedOtherActions)
This method is to delete the selected other action from the list.
|
void |
deleteOtherPresent(MeetingHelperBase meetingHelper,
int itemNumber)
This method is to delete other present.
|
String |
getStandardReviewComment(String protocolContingencyCode)
This method is for dwr/ajax to fetch protocol contingency description when user enter protocol contingency code.
|
void |
markAbsent(List<MemberPresentBean> memberPresentBeans,
List<MemberAbsentBean> memberAbsentBeans,
int itemNumber)
This method is to move member from present list to absent list.
|
void |
populateFormHelper(MeetingHelperBase meetingHelper,
CS commSchedule,
int lineNumber)
This method is to populate meeting form/helper data when meeting page is loaded.
|
void |
presentOther(MeetingHelperBase meetingHelper,
int itemNumber)
This method is to move absent member to other present.
|
void |
presentVoting(MeetingHelperBase meetingHelper,
int itemNumber)
This method is to move member absent to member present list.
|
void |
saveMeetingDetails(CS committeeSchedule,
List<? extends org.kuali.rice.krad.bo.PersistableBusinessObject> deletedBos)
This method is to save the changed meeting data properly.
|
void saveMeetingDetails(CS committeeSchedule, List<? extends org.kuali.rice.krad.bo.PersistableBusinessObject> deletedBos)
committeeSchedule - deletedBos - String getStandardReviewComment(String protocolContingencyCode)
protocolContingencyCode - void addOtherAction(CommScheduleActItemBase newOtherAction, CS committeeSchedule)
committeeSchedule - newOtherAction - void deleteOtherAction(CS committeeSchedule, int itemNumber, List<CommScheduleActItemBase> deletedOtherActions)
committeeSchedule - itemNumber - deletedOtherActions - void markAbsent(List<MemberPresentBean> memberPresentBeans, List<MemberAbsentBean> memberAbsentBeans, int itemNumber)
memberPresentBeans - memberAbsentBeans - itemNumber - void addCommitteeScheduleMinute(MeetingHelperBase meetingHelper)
meetingHelper - void deleteCommitteeScheduleMinute(CS committeeSchedule, List<CSM> deletedCommitteeScheduleMinutes, int itemNumber)
committeeSchedule - deletedCommitteeScheduleMinutes - itemNumber - void populateFormHelper(MeetingHelperBase meetingHelper, CS commSchedule, int lineNumber)
meetingHelper - commSchedule - lineNumber - void presentVoting(MeetingHelperBase meetingHelper, int itemNumber)
meetingHelper - itemNumber - void presentOther(MeetingHelperBase meetingHelper, int itemNumber)
meetingHelper - itemNumber - void addOtherPresent(MeetingHelperBase meetingHelper)
meetingHelper - void deleteOtherPresent(MeetingHelperBase meetingHelper, int itemNumber)
meetingHelper - itemNumber - Copyright © 2013 The Kuali Foundation. All Rights Reserved.