public abstract class CommitteeCommitteeActionBase extends CommitteeActionBase
DOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
CommitteeCommitteeActionBase() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
deleteResearchArea(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Delete a Research Area from a CommitteeBase.
|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract Class<? extends CommitteeServiceBase> |
getCommitteeServiceBOClassHook() |
protected abstract CommitteeDocumentRuleBase |
getNewCommitteeDocumentRuleInstanceHook() |
protected abstract CommitteeTaskBase |
getNewCommitteeTaskInstanceHook(String taskName,
CommitteeBase committee) |
protected abstract Class<? extends ResearchAreaBase> |
getResearchAreaBOClassHook() |
protected void |
processMultipleLookupResults(CommitteeFormBase committeeForm,
Class lookupResultsBOClass,
Collection<org.kuali.rice.krad.bo.PersistableBusinessObject> selectedBOs)
This method must be overridden by a derived class if that derived class has a field that requires a
Lookup that returns multiple values.
|
applyRules, blanketApprove, close, committee, committeeActions, committeeMembership, committeeSchedule, docHandler, getCommitteeDocumentTypeSimpleNameHook, getKualiRuleService, isValidSave, populateAuthorizationFields, refresh, route, savebuildActionUrl, buildForwardUrl, buildParameterizedConfirmationQuestion, confirm, createSuccessfulSubmitRedirect, dispatchMethod, generatePessimisticLockMessage, getValidHeaderString, headerTab, initialDocumentSave, isAuthorized, loadDocument, performQuestionWithoutInput, postDocumentSave, preDocumentSave, processAuthorizationViolation, recall, releaseLocks, reload, reloadWithoutWarning, returnToSender, routeToHoldingPage, routeToHoldingPage, saveOnClose, sendAdHocRequests, setupPessimisticLockMessages, streamToResponsecopyacknowledge, approve, attemptLockRelease, buildAuthorizationException, cancel, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, doProcessingAfterPost, downloadBOAttachment, exitingDocument, fyi, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, refreshAdHocRoutingWorkgroupLookups, selectedAttachmentIndex, sendNoteWorkflowNotification, setupDocumentExit, showAllTabs, streamToResponse, superUserApprove, superUserDisapprove, supervisorFunctions, takeSuperUserActions, toggleTabaddMethodToCallToUncheckedList, defaultDispatch, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, 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 execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
execute in class CommitteeActionBaseExceptionprotected void processMultipleLookupResults(CommitteeFormBase committeeForm, Class lookupResultsBOClass, Collection<org.kuali.rice.krad.bo.PersistableBusinessObject> selectedBOs)
CommitteeActionBaseprocessMultipleLookupResults in class CommitteeActionBasecommitteeForm - the CommitteeBase FormlookupResultsBOClass - the class of the BOs that are returned by the LookupselectedBOs - the selected BOsorg.kuali.kra.common.committee.web.struts.action.CommitteeActionBase#processMultipleLookupResults(org.kuali.kra.common.committee.document.CommitteeDocumentBase, java.lang.Class, java.util.Collection)protected abstract Class<? extends ResearchAreaBase> getResearchAreaBOClassHook()
protected abstract CommitteeDocumentRuleBase getNewCommitteeDocumentRuleInstanceHook()
public org.apache.struts.action.ActionForward deleteResearchArea(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 - Exceptionprotected abstract CommitteeTaskBase getNewCommitteeTaskInstanceHook(String taskName, CommitteeBase committee)
getNewCommitteeTaskInstanceHook in class CommitteeActionBaseprotected abstract Class<? extends CommitteeServiceBase> getCommitteeServiceBOClassHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.