public class ProposalDevelopmentAbstractsAttachmentsAction extends ProposalDevelopmentAction
Struts Action class process requests from Proposal Abstract Attachments page.
It handles Proposal attachments, Institutional attachments, Personnel attachments and Abstracts.
Attachment(Narrative) Module Maintenance, Narrative user Rights, Upload Attachment, View Attachment,
Abstract Maintenance are the main features processed by this classProposalDevelopmentAction.LabelComparatorCOPY_BUDGET_PERIOD_QUESTION, QUESTION_TEXT, QUESTION_TYPEDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
ProposalDevelopmentAbstractsAttachmentsAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addAbstract(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Adds an Abstract to the Proposal Development Document.
|
org.apache.struts.action.ActionForward |
addInstituteAttachmentRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method to send the request back to a page which closes by itself.
|
org.apache.struts.action.ActionForward |
addInstitutionalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
It add and institutional attachment to proposal document.
|
org.apache.struts.action.ActionForward |
addPersonnelAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Adds a personnel attachment.
|
org.apache.struts.action.ActionForward |
addProposalAttachment(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 new proposal attachment(narrative) to the narrative list.
|
org.apache.struts.action.ActionForward |
addProposalAttachmentRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method to send the request back to a page which closes by itself.
|
org.apache.struts.action.ActionForward |
confirmDeleteAbstract(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Method dispatched from
for when a "yes" condition is met. |
org.apache.struts.action.ActionForward |
confirmDeleteInstitutionalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Delete an institutional attachment
|
org.apache.struts.action.ActionForward |
confirmDeletePersonnelAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deletes a personnel attachment from the Proposal Development Document.
|
org.apache.struts.action.ActionForward |
confirmDeleteProposalAttachment(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 used to delete the proposal attachment
|
org.apache.struts.action.ActionForward |
deleteAbstract(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deletes an Abstract from the Proposal Development Document.
|
org.apache.struts.action.ActionForward |
deleteAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key,
String deleteMethodName) |
org.apache.struts.action.ActionForward |
deleteInstitutionalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Delete an institutional attachment
|
org.apache.struts.action.ActionForward |
deletePersonnelAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deletes a personnel attachment from the Proposal Development Document.
|
org.apache.struts.action.ActionForward |
deleteProposalAttachment(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 used to delete the proposal attachment
|
org.apache.struts.action.ActionForward |
downloadInstituteAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to stream the attachment byte array onto the browser.
|
org.apache.struts.action.ActionForward |
downloadProposalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to stream the attachment byte array onto the browser.
|
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)
Populates module level rights for each narrative for logged in user.
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
org.apache.struts.action.ActionForward |
getInstituteAttachmentRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to get the proposal user rights
|
protected org.kuali.rice.krad.service.KualiRuleService |
getKualiRuleService() |
org.apache.struts.action.ActionForward |
getProposalAttachmentRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to get the proposal user rights
|
org.apache.struts.action.ActionForward |
insertBONote(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Hopefully a temporary fix to resolve the timestamp being the last post not the current post.
|
org.apache.struts.action.ActionForward |
processAuthorizationViolation(String taskName,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
ProcessDefinitionDefinitionDefinition an Authorization Violation.
|
org.apache.struts.action.ActionForward |
replaceInstituteAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to replace the attachment
|
org.apache.struts.action.ActionForward |
replacePersonnelAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
replaceProposalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method used to replace the attachment
|
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)
Overridden method from ProposalDevelopmentAction.
|
org.apache.struts.action.ActionForward |
viewInstitutionalAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
View an institutional attachment file.
|
org.apache.struts.action.ActionForward |
viewPersonnelAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
View a personnel attachment file.
|
abstractsAttachments, actions, applyRules, approverView, auditMode, budgetVersions, close, constructColumnsToAlterLookupMTCs, customData, docHandler, getActionName, getFormProperty, getHierarchyHelper, getKeyPersonnelService, getNotificationService, getPersonEditableService, getProposalComment, getProposalDoc, getProposalPersonCertification, getS2SBudgetCalculatorService, getSponsorService, getUnitRulesMessages, grantsGov, headerTab, hierarchy, initialDocumentSave, initializeProposalUsers, keyPersonnel, loadDocument, loadDocument, loadDocumentInForm, medusa, nullOp, permissions, preSave, printForms, proposal, questions, recall, saveOnClose, setNotificationService, setS2SBudgetCalculatorService, specialReview, streamToResponse, updateNIHDescriptions, updateProposalDocumentcopyBudget, getFinalBudgetVersion, populateTabState, setBudgetParentStatus, setBudgetStatuses, setFinalBudgetVersionbuildActionUrl, buildForwardUrl, buildParameterizedConfirmationQuestion, confirm, createSuccessfulSubmitRedirect, dispatchMethod, generatePessimisticLockMessage, getValidHeaderString, isAuthorized, performQuestionWithoutInput, populateAuthorizationFields, postDocumentSave, preDocumentSave, releaseLocks, reload, reloadWithoutWarning, returnToSender, route, routeToHoldingPage, routeToHoldingPage, sendAdHocRequests, setupPessimisticLockMessagescopyacknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancel, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, doProcessingAfterPost, downloadBOAttachment, exitingDocument, fyi, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, isFormRepresentingLockObject, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, refresh, 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 ProposalDevelopmentAbstractsAttachmentsAction()
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
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
public org.apache.struts.action.ActionForward addProposalAttachment(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 downloadInstituteAttachment(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 downloadProposalAttachment(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 deleteProposalAttachment(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 confirmDeleteProposalAttachment(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward deleteAttachment(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String key,
String deleteMethodName)
throws Exception
mapping - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responsekey - Name of the key for this confirmationdeleteMethodName - String name of the delete method to use.Exceptionpublic org.apache.struts.action.ActionForward getInstituteAttachmentRights(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 getProposalAttachmentRights(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 addProposalAttachmentRights(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 addInstituteAttachmentRights(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 replaceProposalAttachment(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 replacePersonnelAttachment(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 replaceInstituteAttachment(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 addAbstract(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward deleteAbstract(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward confirmDeleteAbstract(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
KraTransactionalDocumentActionBase#confirm(StrutsQuestion, String, String) for when a "yes" condition is met.mapping - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionKraTransactionalDocumentActionBase#confirm(StrutsQuestion, String, String)protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
getBusinessObjectService in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseprotected org.kuali.rice.krad.service.KualiRuleService getKualiRuleService()
getKualiRuleService in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasepublic org.apache.struts.action.ActionForward addPersonnelAttachment(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward deletePersonnelAttachment(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward confirmDeletePersonnelAttachment(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward viewPersonnelAttachment(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 - The mapping associated with this action.form - The Proposal Development form.request - the HTTP requestresponse - the HTTP responseExceptionpublic org.apache.struts.action.ActionForward addInstitutionalAttachment(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 deleteInstitutionalAttachment(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 confirmDeleteInstitutionalAttachment(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 viewInstitutionalAttachment(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 processAuthorizationViolation(String taskName, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
KraTransactionalDocumentActionBaseprocessAuthorizationViolation in class KraTransactionalDocumentActionBasemapping - the Action Mappingform - the formrequest - the HTTP requestresponse - the HTTP responseExceptionKraTransactionalDocumentActionBase.processAuthorizationViolation(java.lang.String, org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)public org.apache.struts.action.ActionForward insertBONote(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
insertBONote in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseExceptionKualiDocumentActionBase.insertBONote(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)Copyright © 2013 The Kuali Foundation. All Rights Reserved.