public abstract class BatchCorrespondenceDetailActionBase
extends org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase
DOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
BatchCorrespondenceDetailActionBase() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addBatchCorrespondenceDetail(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method adds a batch correspondence detail entry.
|
org.apache.struts.action.ActionForward |
cancel(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 canceling the correspondence templates.
|
org.apache.struts.action.ActionForward |
close(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 closing the correspondence templates.
|
org.apache.struts.action.ActionForward |
deleteBatchCorrespondenceDetail(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method deletes a batch correspondence detail entry.
|
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 BatchCorrespondenceBase> |
getBatchCorrespondenceClassHook() |
protected abstract Class<? extends BatchCorrespondenceDetailAuthorizationService> |
getBatchCorrespondenceDetailAuthorizationServiceClassHook() |
protected abstract Class<? extends BatchCorrespondenceDetailService> |
getBatchCorrespondenceDetailServiceClassHook() |
protected abstract String |
getModifyBatchCorrespondenceDetailPermissionNameHook() |
protected abstract BatchCorrespondenceDetailFormBase |
getNewBatchCorrespondenceDetailFormInstanceHook() |
protected abstract BatchCorrespondenceDetailBase |
getNewBatchCorrespondenceDetailInstanceHook() |
protected abstract BatchCorrespondenceDetailRuleBase |
getNewInstanceOfBatchCorrespondenceDetailRuleHook() |
protected int |
getSelectedBatchCorrespondenceDetail(javax.servlet.http.HttpServletRequest request)
This method returns the index of the selected correspondence type.
|
protected abstract String |
getViewBatchCorrespondenceDetailPermissionNameHook() |
org.apache.struts.action.ActionForward |
reload(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 reloading the batch correspondence.
|
org.apache.struts.action.ActionForward |
save(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 saving the correspondence templates.
|
org.apache.struts.action.ActionForward |
start(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method renders the batch correspondence details page for the selected batch
correspondence when the refresh button is clicked.
|
acknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, docHandler, doProcessingAfterPost, downloadBOAttachment, exitingDocument, fyi, generatePessimisticLockMessage, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getKualiRuleService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, loadDocument, performRouteReport, populateAdHocActionRequestCodes, populateAuthorizationFields, promptBeforeValidation, promptBeforeValidation, recall, refresh, refreshAdHocRoutingWorkgroupLookups, releaseLocks, returnToSender, route, selectedAttachmentIndex, sendAdHocRequests, sendNoteWorkflowNotification, setupDocumentExit, setupPessimisticLockMessages, showAllTabs, streamToResponse, superUserApprove, superUserDisapprove, supervisorFunctions, takeSuperUserActions, toggleTabaddMethodToCallToUncheckedList, defaultDispatch, dispatchMethod, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, 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 org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseExceptionprotected abstract String getViewBatchCorrespondenceDetailPermissionNameHook()
protected abstract String getModifyBatchCorrespondenceDetailPermissionNameHook()
protected abstract BatchCorrespondenceDetailFormBase getNewBatchCorrespondenceDetailFormInstanceHook()
public org.apache.struts.action.ActionForward start(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 Class<? extends BatchCorrespondenceBase> getBatchCorrespondenceClassHook()
public org.apache.struts.action.ActionForward addBatchCorrespondenceDetail(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 BatchCorrespondenceDetailRuleBase getNewInstanceOfBatchCorrespondenceDetailRuleHook()
protected abstract BatchCorrespondenceDetailBase getNewBatchCorrespondenceDetailInstanceHook()
public org.apache.struts.action.ActionForward deleteBatchCorrespondenceDetail(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 int getSelectedBatchCorrespondenceDetail(javax.servlet.http.HttpServletRequest request)
request - public org.apache.struts.action.ActionForward save(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
save in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasemapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward reload(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
reload in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasemapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward close(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
close in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasemapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
cancel in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasemapping - form - request - response - Exceptionprotected abstract Class<? extends BatchCorrespondenceDetailService> getBatchCorrespondenceDetailServiceClassHook()
protected abstract Class<? extends BatchCorrespondenceDetailAuthorizationService> getBatchCorrespondenceDetailAuthorizationServiceClassHook()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.