public class AwardCustomDataAction extends AwardAction
AWARD_ID_PARAMETER_NAMECOPY_BUDGET_PERIOD_QUESTION, QUESTION_TEXT, QUESTION_TYPEDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
AwardCustomDataAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
postDocumentSave(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form)
Any processing that must be performed after the save operation goes here.
|
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) |
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)
There is the additional logic in save for custom data.
|
addTransactionDetails, applyRules, approve, awardActions, blanketApprove, budgets, buildAwardSyncParameterizedConfirmationQuestion, buildForwardStringForActionListCommand, checkAwardNumber, cleanUpUserSession, close, commitments, confirmSyncAction, confirmSyncAction, confirmSyncAction, contacts, createInitialAwardUsers, customData, docHandler, execute, fullSyncToAwardTemplate, getActiveAwardVersion, getAward, getAwardBudgetService, getAwardDirectFandADistributionService, getAwardDocument, getAwardHierarchyService, getAwardNumberService, getAwardService, getAwardSponsorTermService, getAwardSyncCreationService, getAwardSyncService, getAwardVersions, getAwardVersionService, getDocumentService, getKeyPersonnelService, getKraWorkflowService, getKualiRuleService, getLastFinalTandMDocument, getModuleIdentifierForOpeningDocument, getNotificationService, getParameterService, getPessimisticLockService, getReportTrackingService, getSponsorService, getSubAwardService, getSyncScopesString, getTimeAndMoneyExistenceService, getUnitRulesMessages, getVersionHistoryService, home, initialDocumentSave, isDirectIndirectViewEnabled, isNewAward, isValidSave, loadDocument, loadDocumentInForm, medusa, notesAndAttachments, openWindow, paymentReportsAndTerms, performLookup, permissions, populateAuthorizationFields, populateAwardHierarchy, populateStaticCloseoutReports, processSyncAward, questions, refuseSyncAction, route, setAwardService, setBooleanAwardHasTandMOrIsVersioned, setBooleanAwardInMultipleNodeHierarchyOnForm, setNotificationService, setReportsAndTermsOnAwardForm, setSubAwardDetails, setSubAwardService, specialReview, submitAward, superUserActionHelper, superUserApprove, syncActionCaller, syncAwardTemplate, takeSuperUserActions, timeAndMoneycopyBudget, getFinalBudgetVersion, populateTabState, setBudgetParentStatus, setBudgetStatuses, setFinalBudgetVersionbuildActionUrl, buildForwardUrl, buildParameterizedConfirmationQuestion, confirm, createSuccessfulSubmitRedirect, dispatchMethod, generatePessimisticLockMessage, getValidHeaderString, headerTab, isAuthorized, performQuestionWithoutInput, preDocumentSave, processAuthorizationViolation, recall, releaseLocks, reloadWithoutWarning, returnToSender, routeToHoldingPage, routeToHoldingPage, saveOnClose, sendAdHocRequests, setupPessimisticLockMessages, streamToResponsecopyacknowledge, 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, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getNoteService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, refresh, refreshAdHocRoutingWorkgroupLookups, selectedAttachmentIndex, sendNoteWorkflowNotification, setupDocumentExit, showAllTabs, streamToResponse, superUserDisapprove, supervisorFunctions, toggleTabaddMethodToCallToUncheckedList, defaultDispatch, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, isModuleLocked, performInquiry, 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 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 AwardActionExceptionorg.kuali.core.web.struts.action.KualiDocumentActionBase#reload(
org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)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 void postDocumentSave(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form)
throws Exception
KraTransactionalDocumentActionBasepostDocumentSave in class KraTransactionalDocumentActionBaseform - the FormExceptionorg.kuali.kra.web.struts.action.KraTransactionalDocumentActionBase#postDocumentSave(org.kuali.core.web.struts.form.KualiDocumentFormBase)Copyright © 2013 The Kuali Foundation. All Rights Reserved.