@Deprecated public class KualiMaintenanceDocumentAction extends KualiDocumentActionBase
| Modifier and Type | Field and Description | 
|---|---|
| protected EncryptionService | encryptionServiceDeprecated.  | 
| protected static org.apache.log4j.Logger | LOGDeprecated.  | 
| protected LookupResultsService | lookupResultsServiceDeprecated.  | 
| protected LookupService | lookupServiceDeprecated.  | 
| protected MaintenanceDocumentDictionaryService | maintenanceDocumentDictionaryServiceDeprecated.  | 
DOCUMENT_LOAD_COMMANDSFORM_ACTION, FORWARD_NEXT, FORWARD_TEXT_AREA_UPDATE, METHOD_TO_CALL, POST_TEXT_AREA_TO_PARENT, TEXT_AREA_FIELD_ANCHOR, TEXT_AREA_FIELD_LABEL, TEXT_AREA_FIELD_NAME, TEXT_AREA_MAX_LENGTH, TEXT_AREA_READ_ONLY| Constructor and Description | 
|---|
| KualiMaintenanceDocumentAction()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.struts.action.ActionForward | addLine(org.apache.struts.action.ActionMapping mapping,
              org.apache.struts.action.ActionForm form,
              javax.servlet.http.HttpServletRequest request,
              javax.servlet.http.HttpServletResponse response)Deprecated.  Adds a line to a collection being maintained in a many section. | 
| protected Map | buildKeyMapFromRequest(Maintainable maintainable,
                                            javax.servlet.http.HttpServletRequest request)Deprecated.  Gets keys for the maintainable business object from the persistence metadata explorer. | 
| protected void | clearPrimaryKeyFields(MaintenanceDocument document)Deprecated.  This method clears the value of the primary key fields on a Business Object. | 
| protected void | clearUnauthorizedNewFields(MaintenanceDocument document)Deprecated.  This method is used as part of the Copy functionality, to clear any field values that the user making the copy does not have
 permissions to modify. | 
| org.apache.struts.action.ActionForward | copy(org.apache.struts.action.ActionMapping mapping,
        org.apache.struts.action.ActionForm form,
        javax.servlet.http.HttpServletRequest request,
        javax.servlet.http.HttpServletResponse response)Deprecated.  Calls setupMaintenance for copy action. | 
| protected void | copyParametersToBO(Map<String,String> parameters,
                                    PersistableBusinessObject newBO)Deprecated.  | 
| org.apache.struts.action.ActionForward | delete(org.apache.struts.action.ActionMapping mapping,
            org.apache.struts.action.ActionForm form,
            javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.HttpServletResponse response)Deprecated.  KUALRice 3070 Calls setupMaintenance for delete action. | 
| org.apache.struts.action.ActionForward | deleteLine(org.apache.struts.action.ActionMapping mapping,
                    org.apache.struts.action.ActionForm form,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)Deprecated.  Deletes a collection line that is pending by this document. | 
| org.apache.struts.action.ActionForward | docHandler(org.apache.struts.action.ActionMapping mapping,
                    org.apache.struts.action.ActionForm form,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)Deprecated.  Handles creating and loading of documents. | 
| protected void | doProcessingAfterPost(KualiForm form,
                                          javax.servlet.http.HttpServletRequest request)Deprecated.  This method does all special processing on a document that should happen on each HTTP post (ie, save, route, approve, etc). | 
| protected void | doProcessingAfterPost(KualiForm form,
                                          Map<String,String[]> parameters)Deprecated.  | 
| org.apache.struts.action.ActionForward | downloadAttachment(org.apache.struts.action.ActionMapping mapping,
                                    org.apache.struts.action.ActionForm form,
                                    javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response)Deprecated.  Downloads the attachment to the user's browser | 
| org.apache.struts.action.ActionForward | edit(org.apache.struts.action.ActionMapping mapping,
        org.apache.struts.action.ActionForm form,
        javax.servlet.http.HttpServletRequest request,
        javax.servlet.http.HttpServletResponse response)Deprecated.  Calls setupMaintenance for edit action. | 
| 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)Deprecated.  Entry point to all actions. | 
| LookupResultsService | getLookupResultsService()Deprecated.  | 
| LookupService | getLookupService()Deprecated.  | 
| protected Map<String,String> | getRequestParameters(List keyFieldNames,
                                        Maintainable maintainable,
                                        javax.servlet.http.HttpServletRequest request)Deprecated.  | 
| protected int | getSubCollectionIndex(Object object,
                                          String documentTypeName)Deprecated.  | 
| org.apache.struts.action.ActionForward | newWithExisting(org.apache.struts.action.ActionMapping mapping,
                              org.apache.struts.action.ActionForm form,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)Deprecated.  Calls setupMaintenance for new object that have existing objects attributes. | 
| protected void | populateAuthorizationFields(KualiDocumentFormBase formBase)Deprecated.  | 
| protected void | populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request,
                                                      PersistableBusinessObject oldBusinessObject,
                                                      Maintainable oldMaintainableObject)Deprecated.  | 
| org.apache.struts.action.ActionForward | refresh(org.apache.struts.action.ActionMapping mapping,
              org.apache.struts.action.ActionForm form,
              javax.servlet.http.HttpServletRequest request,
              javax.servlet.http.HttpServletResponse response)Deprecated.  Called on return from a lookup. | 
| org.apache.struts.action.ActionForward | replaceAttachment(org.apache.struts.action.ActionMapping mapping,
                                  org.apache.struts.action.ActionForm form,
                                  javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)Deprecated.  This method used to replace the attachment | 
| org.apache.struts.action.ActionForward | route(org.apache.struts.action.ActionMapping mapping,
          org.apache.struts.action.ActionForm form,
          javax.servlet.http.HttpServletRequest request,
          javax.servlet.http.HttpServletResponse response)Deprecated.  route the document using the document service | 
| protected org.apache.struts.action.ActionForward | setupMaintenance(org.apache.struts.action.ActionMapping mapping,
                                org.apache.struts.action.ActionForm form,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                String maintenanceAction)Deprecated.  Gets a new document for a maintenance record. | 
| 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)Deprecated.  Calls setup Maintenance for new action. | 
| org.apache.struts.action.ActionForward | toggleInactiveRecordDisplay(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)Deprecated.  Turns on (or off) the inactive record display for a maintenance collection. | 
acknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancel, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, close, combineAdHocRecipients, complete, convertSetToMap, createDocument, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, 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, promptBeforeValidation, promptBeforeValidation, recall, refreshAdHocRoutingWorkgroupLookups, releaseLocks, reload, returnToSender, save, 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, setServletprotected static final org.apache.log4j.Logger LOG
protected MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService
protected EncryptionService encryptionService
protected LookupService lookupService
protected LookupResultsService lookupResultsService
public KualiMaintenanceDocumentAction()
public 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
KualiDocumentActionBaseexecute in class KualiDocumentActionBaseExceptionAction.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm,
      javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)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
Exceptionpublic org.apache.struts.action.ActionForward copy(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward edit(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward delete(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
delete in class KualiDocumentActionBaseExceptionpublic org.apache.struts.action.ActionForward newWithExisting(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 org.apache.struts.action.ActionForward setupMaintenance(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String maintenanceAction) throws Exception
Exceptionprotected void populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request, PersistableBusinessObject oldBusinessObject, Maintainable oldMaintainableObject) throws Exception
Exceptionprotected void copyParametersToBO(Map<String,String> parameters, PersistableBusinessObject newBO) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward downloadAttachment(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 replaceAttachment(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 route(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
route in class KualiDocumentActionBasemapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward docHandler(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
docHandler in class KualiDocumentActionBaseExceptionpublic org.apache.struts.action.ActionForward refresh(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
protected Map buildKeyMapFromRequest(Maintainable maintainable, javax.servlet.http.HttpServletRequest request)
protected Map<String,String> getRequestParameters(List keyFieldNames, Maintainable maintainable, javax.servlet.http.HttpServletRequest request)
public org.apache.struts.action.ActionForward addLine(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 int getSubCollectionIndex(Object object, String documentTypeName)
public org.apache.struts.action.ActionForward deleteLine(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward toggleInactiveRecordDisplay(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 void clearPrimaryKeyFields(MaintenanceDocument document)
document - - document to clear the pk fields onprotected void clearUnauthorizedNewFields(MaintenanceDocument document)
document - - document to be adjustedprotected void doProcessingAfterPost(KualiForm form, javax.servlet.http.HttpServletRequest request)
doProcessingAfterPost in class KualiDocumentActionBaseform - protected void doProcessingAfterPost(KualiForm form, Map<String,String[]> parameters)
protected void populateAuthorizationFields(KualiDocumentFormBase formBase)
populateAuthorizationFields in class KualiDocumentActionBasepublic LookupService getLookupService()
public LookupResultsService getLookupResultsService()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.