public abstract class MeetingManagementActionBase extends MeetingActionBase
| Constructor and Description |
|---|
MeetingManagementActionBase() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addCommitteeScheduleAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to add committee schedule attachments.
|
org.apache.struts.action.ActionForward |
addCommitteeScheduleMinute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to add committee schedule minutes.
|
org.apache.struts.action.ActionForward |
addOtherAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to add the new other action to other action list.
|
org.apache.struts.action.ActionForward |
addOtherPresent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to add the selected person/rolodex to other present.
|
void |
addScheduleAttachmentsToCommitteSchedule(CommitteeScheduleBase committeSchedule,
CommitteeScheduleAttachmentsBase committeScheduleAttachment) |
protected String |
buildForwardUrl(String routeHeaderId) |
org.apache.struts.action.ActionForward |
deleteCommitteeScheduleMinute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to remove CommitteeBase Schedule Minute from CommitteeBase Schedule Minute list.
|
org.apache.struts.action.ActionForward |
deleteCommitteScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to delete committee schedule attachments.
|
org.apache.struts.action.ActionForward |
deleteOtherAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to remove other action from other action list.
|
org.apache.struts.action.ActionForward |
deleteOtherPresent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to remove the selected other present.
|
org.apache.struts.action.ActionForward |
downloadCommitteScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to download committee schedule attachments.
|
protected abstract String |
getCommitteeCommitteeActionIdHook() |
protected abstract String |
getCommitteeScheduleActionIdHook() |
protected abstract Class<? extends CommitteeScheduleServiceBase> |
getCommitteeScheduleServiceClassHook() |
protected abstract CommitteeScheduleAttachmentsBase |
getNewCommitteeScheduleAttachmentsInstanceHook() |
protected abstract CommScheduleActItemBase |
getNewCommScheduleActItemInstanceHook() |
protected abstract MeetingAddMinuteEventBase |
getNewMeetingAddMinuteEventInstanceHook(String errorPathPrefix,
CommitteeDocumentBase document,
MeetingHelperBase meetingHelper,
MeetingEventBase.ErrorType type) |
org.apache.struts.action.ActionForward |
markAbsent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is called when markabsent is clicked.
|
org.apache.struts.action.ActionForward |
presentOther(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to move member absent to other present.
|
org.apache.struts.action.ActionForward |
presentVoting(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to move member absent to member present.
|
org.apache.struts.action.ActionForward |
replaceCommitteeScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to replace committee schedule attachments.
|
org.apache.struts.action.ActionForward |
returnToCommittee(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
actions, applyRules, cancel, close, execute, getActionIdHook, getBusinessObjectService, getCommitteeDocument, getCommitteeScheduleBOClass, getDictionaryValidationService, getMeetingService, getReviewerCommentsService, management, refresh, reload, save, startaddMethodToCallToUncheckedList, checkAuthorization, defaultDispatch, dispatchMethod, doProcessingAfterPost, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParametercancelled, getMethod, getMethodName, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward markAbsent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward presentVoting(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward presentOther(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward addOtherPresent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward deleteOtherPresent(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward addCommitteeScheduleMinute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected abstract MeetingAddMinuteEventBase getNewMeetingAddMinuteEventInstanceHook(String errorPathPrefix, CommitteeDocumentBase document, MeetingHelperBase meetingHelper, MeetingEventBase.ErrorType type)
public org.apache.struts.action.ActionForward deleteCommitteeScheduleMinute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward addOtherAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected abstract CommScheduleActItemBase getNewCommScheduleActItemInstanceHook()
public org.apache.struts.action.ActionForward deleteOtherAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward returnToCommittee(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected abstract String getCommitteeScheduleActionIdHook()
protected abstract String getCommitteeCommitteeActionIdHook()
public org.apache.struts.action.ActionForward addCommitteeScheduleAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - requesta - response - protected abstract CommitteeScheduleAttachmentsBase getNewCommitteeScheduleAttachmentsInstanceHook()
public void addScheduleAttachmentsToCommitteSchedule(CommitteeScheduleBase committeSchedule, CommitteeScheduleAttachmentsBase committeScheduleAttachment)
public org.apache.struts.action.ActionForward downloadCommitteScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - requesta - response - Exceptionprotected abstract Class<? extends CommitteeScheduleServiceBase> getCommitteeScheduleServiceClassHook()
public org.apache.struts.action.ActionForward deleteCommitteScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - requesta - response - Exceptionpublic org.apache.struts.action.ActionForward replaceCommitteeScheduleAttachmentsAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - requesta - response - ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.