public class AwardPaymentReportsAndTermsAction extends AwardAction
AWARD_ID_PARAMETER_NAMECOPY_BUDGET_PERIOD_QUESTION, QUESTION_TEXT, QUESTION_TYPEDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
AwardPaymentReportsAndTermsAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addApprovedEquipmentItem(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 |
addApprovedForeignTravel(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 foreign travel trip
|
org.apache.struts.action.ActionForward |
addAwardCloseout(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 an AwardCloseout Item.
|
org.apache.struts.action.ActionForward |
addAwardReportTerm(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 new AwardReportTerm object to the list of AwardReportTerm objects
inside Award.
|
org.apache.struts.action.ActionForward |
addAwardSponsorTerm(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 new AwardSponsorTerm object to the list of AwardSponosorTerm objects
inside Award.
|
org.apache.struts.action.ActionForward |
addPaymentScheduleItem(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 |
addRecipient(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method gets the newAwardReportTerm object from the form, evaluates the rules and adds it
to the list of AwardReportTerm objects.
|
org.apache.struts.action.ActionForward |
clearRolodex(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Clear rolodex entry from recipients
|
org.apache.struts.action.ActionForward |
deleteApprovedEquipmentItem(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 |
deleteApprovedForeignTravelTrip(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 |
deleteAwardCloseout(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 an AwardCloseout Item.
|
org.apache.struts.action.ActionForward |
deleteAwardReportTerm(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 AwardReportTerm from the list of AwardReportTerm objects.
|
org.apache.struts.action.ActionForward |
deleteAwardSponsorTerm(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 AwardSponsorTerms from the list of AwardSponsorTerms objects.
|
org.apache.struts.action.ActionForward |
deletePaymentScheduleItem(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 |
deleteRecipient(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 recipient.
|
org.apache.struts.action.ActionForward |
deleteReportTrackingRecord(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 |
generatePaymentSchedules(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected AwardCloseoutService |
getAwardCloseoutService() |
protected int |
getAwardReportTermIndex(javax.servlet.http.HttpServletRequest request)
This method reads the recipientIndex from the request.
|
protected org.kuali.rice.krad.service.PersistenceService |
getPersistenceService()
This is a wrapper method for the retrieval of PersistenceService.
|
protected int |
getRecipientSize(javax.servlet.http.HttpServletRequest request)
This method reads the recipient size from the request.
|
protected String |
getReportClass(javax.servlet.http.HttpServletRequest request)
This method reads the reportClass from the request.
|
protected int |
getReportClassCodeIndex(javax.servlet.http.HttpServletRequest request)
This method reads the reportClassCodeIndex from the request.
|
protected int |
getSelectedAwardTermRecord(javax.servlet.http.HttpServletRequest request) |
org.apache.struts.action.ActionForward |
recalculateCostShareTotal(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method triggers recalculation of the award payment schedule total
|
org.apache.struts.action.ActionForward |
recalculateSpecialApprovalTotals(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method forces recalculation
|
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)
Upon the return from look up on
Rolodex (Organization) field, this method gets
executed; We need to display Organization name on the screen;
For this first we are adding all the AwardReportTermRecipient objects and the string "Rolodex"
to two lists and passing it to PersistenceService which then refreshes the Rolodex object in
all of AwardReportTermRecipient objects in 1 single transation. |
org.apache.struts.action.ActionForward |
refreshPulldownOptions(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method gets called upon clicking of refresh pulldown menu buttons on the screen
to populate the drop down menus afresh based on other parameters.
|
org.apache.struts.action.ActionForward |
regenerateReports(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 |
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)
Provide hooks for subclasses to perform additional tasks related to saving
the document.
|
org.apache.struts.action.ActionForward |
selectAllMultEdit(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 |
selectNoneMultiEdit(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 |
syncAwardReportTerm(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
When the user syncs an existing report.
|
org.apache.struts.action.ActionForward |
syncRecipient(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
When a user syncs an existing report recipient.
|
org.apache.struts.action.ActionForward |
syncSponsorTerm(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
When the user syncs an existing sponsor term.
|
org.apache.struts.action.ActionForward |
updateMultileReportTracking(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
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, postDocumentSave, 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, 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 clearRolodex(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 addPaymentScheduleItem(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 deletePaymentScheduleItem(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 generatePaymentSchedules(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 addApprovedEquipmentItem(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 addApprovedForeignTravel(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 recalculateSpecialApprovalTotals(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 recalculateCostShareTotal(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 refreshPulldownOptions(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 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
Rolodex (Organization) field, this method gets
executed; We need to display Organization name on the screen;
For this first we are adding all the AwardReportTermRecipient objects and the string "Rolodex"
to two lists and passing it to PersistenceService which then refreshes the Rolodex object in
all of AwardReportTermRecipient objects in 1 single transation.refresh in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseExceptionorg.kuali.core.web.struts.action.KualiDocumentActionBase#refresh(
org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)public 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 addAwardReportTerm(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 deleteAwardReportTerm(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 deleteReportTrackingRecord(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 getSelectedAwardTermRecord(javax.servlet.http.HttpServletRequest request)
public org.apache.struts.action.ActionForward addAwardCloseout(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 deleteAwardCloseout(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 deleteApprovedEquipmentItem(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 deleteApprovedForeignTravelTrip(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 addRecipient(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 deleteRecipient(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 String getReportClass(javax.servlet.http.HttpServletRequest request)
request - protected int getReportClassCodeIndex(javax.servlet.http.HttpServletRequest request)
request - protected int getAwardReportTermIndex(javax.servlet.http.HttpServletRequest request)
request - protected int getRecipientSize(javax.servlet.http.HttpServletRequest request)
request - public org.apache.struts.action.ActionForward addAwardSponsorTerm(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 deleteAwardSponsorTerm(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 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
KraTransactionalDocumentActionBaseprotected AwardCloseoutService getAwardCloseoutService()
protected org.kuali.rice.krad.service.PersistenceService getPersistenceService()
public org.apache.struts.action.ActionForward syncSponsorTerm(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 syncAwardReportTerm(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 syncRecipient(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 regenerateReports(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 selectAllMultEdit(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 selectNoneMultiEdit(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 updateMultileReportTracking(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.