public class AwardAction extends BudgetParentActionBase
| Modifier and Type | Field and Description |
|---|---|
protected static String |
AWARD_ID_PARAMETER_NAME |
COPY_BUDGET_PERIOD_QUESTION, QUESTION_TEXT, QUESTION_TYPEDOCUMENT_LOAD_COMMANDS| Constructor and Description |
|---|
AwardAction() |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionDetail |
addTransactionDetails(String sourceAwardNumber,
String destinationAwardNumber,
Integer sequenceNumber,
String documentNumber,
String commentsString,
Award rootAward) |
protected boolean |
applyRules(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event)
Use the Kuali Rule Service to apply the rules for the given event.
|
org.apache.struts.action.ActionForward |
approve(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 |
awardActions(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 navigation to Award Actions tab.
|
org.apache.struts.action.ActionForward |
blanketApprove(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 |
budgets(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 navigation to Awards tab.
|
protected StrutsConfirmation |
buildAwardSyncParameterizedConfirmationQuestion(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String questionId,
String configurationId,
String... params) |
String |
buildForwardStringForActionListCommand(String forwardPath,
String docIdRequestParameter)
This method builds the string for the ActionForward
|
protected void |
checkAwardNumber(Award award)
This method sets an award number on an award if the award number hasn't been initialized yet.
|
protected void |
cleanUpUserSession() |
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)
Close the document and take the user back to the index (portal page);
only after asking the user if they want to save the document first.
|
org.apache.struts.action.ActionForward |
commitments(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 navigation to Commitments tab.
|
org.apache.struts.action.ActionForward |
confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
If the user answers yes to a confirm sync action question call this method.
|
protected org.apache.struts.action.ActionForward |
confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AwardSyncType syncType,
org.kuali.rice.krad.bo.PersistableBusinessObject object,
String awardAttrName,
String attrName,
org.apache.struts.action.ActionForward returnForward)
This should be called when an add or delete action is called that might be added to the sync queue.
|
protected org.apache.struts.action.ActionForward |
confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
List<AwardSyncPendingChangeBean> pendingChanges,
org.apache.struts.action.ActionForward returnForward)
This should be called when a group add or delete action is called that might be added to the sync queue.
|
org.apache.struts.action.ActionForward |
contacts(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 navigation to Contacts tab.
|
protected void |
createInitialAwardUsers(Award award)
Create the original set of Award Users for a new Award Document.
|
org.apache.struts.action.ActionForward |
customData(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 navigation to Special Review tab.
|
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) |
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) |
org.apache.struts.action.ActionForward |
fullSyncToAwardTemplate(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method sets up a full template sync.
|
protected Award |
getActiveAwardVersion(String goToAwardNumber) |
protected Award |
getAward(org.apache.struts.action.ActionForm form)
This method returns the award associated with the AwardDocument on the AwardForm
|
protected AwardBudgetService |
getAwardBudgetService() |
protected AwardDirectFandADistributionService |
getAwardDirectFandADistributionService()
This method is a helper method to retrieve AwardSponsorTermService.
|
protected AwardDocument |
getAwardDocument(org.apache.struts.action.ActionForm form)
This method returns the AwardDocument
|
protected AwardHierarchyService |
getAwardHierarchyService() |
protected AwardNumberService |
getAwardNumberService()
This method is a helper method to retrieve AwardNumberService.
|
AwardService |
getAwardService() |
protected AwardSponsorTermService |
getAwardSponsorTermService()
This method is a helper method to retrieve AwardSponsorTermService.
|
protected AwardSyncCreationService |
getAwardSyncCreationService() |
protected AwardSyncService |
getAwardSyncService() |
List<Award> |
getAwardVersions(String awardNumber) |
AwardVersionService |
getAwardVersionService() |
protected org.kuali.rice.krad.service.DocumentService |
getDocumentService() |
protected KeyPersonnelService |
getKeyPersonnelService() |
protected KraWorkflowService |
getKraWorkflowService() |
protected org.kuali.rice.krad.service.KualiRuleService |
getKualiRuleService()
This method is a helper method to retrieve KualiRuleService.
|
protected TimeAndMoneyDocument |
getLastFinalTandMDocument(List<TimeAndMoneyDocument> timeAndMoneyDocuments) |
protected String |
getModuleIdentifierForOpeningDocument(javax.servlet.http.HttpServletRequest request) |
protected KcNotificationService |
getNotificationService() |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService()
Looks up and returns the ParameterService.
|
protected org.kuali.rice.krad.service.PessimisticLockService |
getPessimisticLockService() |
ReportTrackingService |
getReportTrackingService() |
protected SponsorService |
getSponsorService() |
protected SubAwardService |
getSubAwardService() |
protected String |
getSyncScopesString(javax.servlet.http.HttpServletRequest request)
Parses the method to call attribute to pick off the scopes to sync.
|
protected TimeAndMoneyExistenceService |
getTimeAndMoneyExistenceService() |
protected List<String> |
getUnitRulesMessages(AwardDocument awardDoc) |
protected VersionHistoryService |
getVersionHistoryService() |
org.apache.struts.action.ActionForward |
home(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 navigation to Awards tab.
|
protected void |
initialDocumentSave(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form)
Any processing that must occur only once after the document has been
initially saved is done here.
|
boolean |
isDirectIndirectViewEnabled() |
boolean |
isNewAward(AwardForm awardForm)
This method tests if the award is new by checking the size of AwardDirectFandADistributions on the Award.
|
protected boolean |
isValidSave(AwardForm awardForm)
Can the Award be saved? This method is normally overridden by
a subclass in order to invoke business rules to verify that the
Award can be saved.
|
protected void |
loadDocument(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase kualiForm)
For committee document, Bos will be populated from xml content
|
protected void |
loadDocumentInForm(javax.servlet.http.HttpServletRequest request,
AwardForm awardForm)
loadDocumentInForm
|
org.apache.struts.action.ActionForward |
medusa(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 navigation to Medusa tab.
|
org.apache.struts.action.ActionForward |
notesAndAttachments(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 navigation to Permissions tab.
|
org.apache.struts.action.ActionForward |
openWindow(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 |
paymentReportsAndTerms(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 navigation to Payment, Reports and Terms tab.
|
org.apache.struts.action.ActionForward |
performLookup(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
KCAWD-494:If the user selects a sponsor template lookup, set a flag and store the current sponsor template code in the form.
|
org.apache.struts.action.ActionForward |
permissions(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 navigation to Questions tab.
|
protected void |
populateAuthorizationFields(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase formBase) |
protected void |
populateAwardHierarchy(org.apache.struts.action.ActionForm form)
This method populates the AwardHierarchy data
|
protected void |
populateStaticCloseoutReports(AwardForm form)
This method populates the initial static AwardCloseout reports upon the creation of an Award.
|
org.apache.struts.action.ActionForward |
processSyncAward(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 |
questions(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 navigation to Custom Data tab.
|
org.apache.struts.action.ActionForward |
refuseSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
If the user answers no to a confirm sync action question call this method.
|
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 |
route(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.
|
void |
setAwardService(AwardService awardService) |
void |
setBooleanAwardHasTandMOrIsVersioned(Award award)
If an Award has associated Time and Money document or been versioned and no previous version has been edited in a Time and Money document,
then we want the money and date fields on Award to be read only.
|
void |
setBooleanAwardInMultipleNodeHierarchyOnForm(Award award)
This method...
|
void |
setNotificationService(KcNotificationService notificationService) |
protected void |
setReportsAndTermsOnAwardForm(AwardForm awardForm) |
protected void |
setSubAwardDetails(Award award)
This method will populate the subawards if award is added as a funding source to perticular subaward
|
void |
setSubAwardService(SubAwardService subAwardService) |
org.apache.struts.action.ActionForward |
specialReview(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 navigation to Special Review tab.
|
protected org.apache.struts.action.ActionForward |
submitAward(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 |
superUserActionHelper(org.kuali.kra.award.web.struts.action.AwardAction.SuperUserAction actionName,
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 |
superUserApprove(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 |
syncActionCaller(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
When synchronizing a new addition or deletion call this method.
|
org.apache.struts.action.ActionForward |
syncAwardTemplate(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method sets up a sponsor template synchronization loop.
|
org.apache.struts.action.ActionForward |
takeSuperUserActions(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 |
timeAndMoney(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
copyBudget, 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, 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, setServletprotected static final String AWARD_ID_PARAMETER_NAME
public 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 KraTransactionalDocumentActionBaseExceptionorg.kuali.core.web.struts.action.KualiDocumentActionBase#docHandler(
org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm,
javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected void cleanUpUserSession()
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
protected List<String> getUnitRulesMessages(AwardDocument awardDoc)
protected void populateAwardHierarchy(org.apache.struts.action.ActionForm form)
throws org.kuali.rice.kew.api.exception.WorkflowException
form - org.kuali.rice.kew.api.exception.WorkflowExceptionprotected TimeAndMoneyExistenceService getTimeAndMoneyExistenceService()
public org.apache.struts.action.ActionForward approve(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
approve in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseExceptionprotected org.apache.struts.action.ActionForward submitAward(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 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 KraTransactionalDocumentActionBaseExceptionpublic org.apache.struts.action.ActionForward blanketApprove(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
blanketApprove in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseExceptionpublic 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
KraTransactionalDocumentActionBasepublic 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 KraTransactionalDocumentActionBaseExceptionpublic 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
KraTransactionalDocumentActionBaseclose in class KraTransactionalDocumentActionBaseExceptionprotected Award getAward(org.apache.struts.action.ActionForm form)
protected AwardDocument getAwardDocument(org.apache.struts.action.ActionForm form)
form - protected void checkAwardNumber(Award award)
award - protected AwardNumberService getAwardNumberService()
protected void initialDocumentSave(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase form)
throws Exception
KraTransactionalDocumentActionBaseinitialDocumentSave in class KraTransactionalDocumentActionBaseform - the formExceptionTODO JF: Handle initial save
One of these conditions exist when this method is called:
1) This is a new award, created from the "Create Award" portal action. A new root node needs to be created
a) prevAwardNumber and prevRootAwardNumber are null
b) awardHierarchyBean.rootNodes.size() == 0
2) This is a new award created from a hierarchy action. The node for this award should exist on the hierarchy bean
a) prevAwardNumber and prevRootAwardNumber are ?
b) awardHierarchyBean.rootNodes.size() == ?protected void createInitialAwardUsers(Award award)
doc - protected void populateStaticCloseoutReports(AwardForm form)
form - protected AwardHierarchyService getAwardHierarchyService()
protected boolean isValidSave(AwardForm awardForm)
awardForm - the Award Formprotected final boolean applyRules(org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event)
event - the event to processpublic String buildForwardStringForActionListCommand(String forwardPath, String docIdRequestParameter)
forwardPath - docIdRequestParameter - public org.apache.struts.action.ActionForward home(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public void setBooleanAwardInMultipleNodeHierarchyOnForm(Award award)
awardDocument - awardForm - public void setBooleanAwardHasTandMOrIsVersioned(Award award)
awardDocument - awardForm - public org.apache.struts.action.ActionForward contacts(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward commitments(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward timeAndMoney(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 TimeAndMoneyDocument getLastFinalTandMDocument(List<TimeAndMoneyDocument> timeAndMoneyDocuments) throws org.kuali.rice.kew.api.exception.WorkflowException
org.kuali.rice.kew.api.exception.WorkflowExceptionprotected TransactionDetail addTransactionDetails(String sourceAwardNumber, String destinationAwardNumber, Integer sequenceNumber, String documentNumber, String commentsString, Award rootAward)
protected org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
getParameterService in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasepublic boolean isDirectIndirectViewEnabled()
public AwardVersionService getAwardVersionService()
public org.apache.struts.action.ActionForward openWindow(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 KraWorkflowService getKraWorkflowService()
public boolean isNewAward(AwardForm awardForm)
awardForm - protected AwardDirectFandADistributionService getAwardDirectFandADistributionService()
public org.apache.struts.action.ActionForward paymentReportsAndTerms(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected void setReportsAndTermsOnAwardForm(AwardForm awardForm)
protected AwardSponsorTermService getAwardSponsorTermService()
public org.apache.struts.action.ActionForward specialReview(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward customData(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward questions(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward permissions(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward notesAndAttachments(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward medusa(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 awardActions(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 budgets(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected void loadDocument(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase kualiForm)
throws org.kuali.rice.kew.api.exception.WorkflowException
KraTransactionalDocumentActionBaseloadDocument in class KraTransactionalDocumentActionBaseorg.kuali.rice.kew.api.exception.WorkflowExceptionprotected void loadDocumentInForm(javax.servlet.http.HttpServletRequest request,
AwardForm awardForm)
throws org.kuali.rice.kew.api.exception.WorkflowException
mapping - form - request - response - org.kuali.rice.kew.api.exception.WorkflowExceptionprotected org.kuali.rice.krad.service.DocumentService getDocumentService()
getDocumentService 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 syncAwardTemplate(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 fullSyncToAwardTemplate(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 StrutsConfirmation buildAwardSyncParameterizedConfirmationQuestion(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String questionId, String configurationId, String... params) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward processSyncAward(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 String getSyncScopesString(javax.servlet.http.HttpServletRequest request)
request - protected KeyPersonnelService getKeyPersonnelService()
protected SponsorService getSponsorService()
protected org.kuali.rice.krad.service.PessimisticLockService getPessimisticLockService()
getPessimisticLockService in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseprotected VersionHistoryService getVersionHistoryService()
protected String getModuleIdentifierForOpeningDocument(javax.servlet.http.HttpServletRequest request)
public org.apache.struts.action.ActionForward performLookup(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
performLookup in class org.kuali.rice.kns.web.struts.action.KualiActionExceptionKualiAction.performLookup(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected org.apache.struts.action.ActionForward confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AwardSyncType syncType,
org.kuali.rice.krad.bo.PersistableBusinessObject object,
String awardAttrName,
String attrName,
org.apache.struts.action.ActionForward returnForward)
throws Exception
mapping - form - request - response - syncType - object - attrName - returnForward - Exceptionprotected org.apache.struts.action.ActionForward confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
List<AwardSyncPendingChangeBean> pendingChanges,
org.apache.struts.action.ActionForward returnForward)
throws Exception
mapping - form - request - response - pendingChanges - returnForward - Exceptionpublic org.apache.struts.action.ActionForward syncActionCaller(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 confirmSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - public org.apache.struts.action.ActionForward refuseSyncAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected AwardSyncCreationService getAwardSyncCreationService()
protected AwardSyncService getAwardSyncService()
protected AwardBudgetService getAwardBudgetService()
protected void populateAuthorizationFields(org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase formBase)
public AwardService getAwardService()
public void setAwardService(AwardService awardService)
public ReportTrackingService getReportTrackingService()
protected void setSubAwardDetails(Award award)
award - protected KcNotificationService getNotificationService()
public void setNotificationService(KcNotificationService notificationService)
protected SubAwardService getSubAwardService()
public void setSubAwardService(SubAwardService subAwardService)
public org.apache.struts.action.ActionForward superUserActionHelper(org.kuali.kra.award.web.struts.action.AwardAction.SuperUserAction actionName,
org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public org.apache.struts.action.ActionForward superUserApprove(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
superUserApprove in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBasepublic org.apache.struts.action.ActionForward takeSuperUserActions(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
takeSuperUserActions in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBaseCopyright © 2013 The Kuali Foundation. All Rights Reserved.