| Package | Description |
|---|---|
| org.kuali.kra.award.web.struts.action | |
| org.kuali.kra.budget.web.struts.action | |
| org.kuali.kra.coi.personfinancialentity | |
| org.kuali.kra.web.struts.action |
| Modifier and Type | Method and Description |
|---|---|
protected StrutsConfirmation |
AwardAction.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) |
| Modifier and Type | Method and Description |
|---|---|
protected StrutsConfirmation |
BudgetAction.syncAwardBudgetRateConfirmationQuestion(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String message) |
protected StrutsConfirmation |
BudgetVersionsAction.syncBudgetRateConfirmationQuestion(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String message) |
| Modifier and Type | Method and Description |
|---|---|
protected StrutsConfirmation |
FinancialEntityAction.buildParameterizedConfirmationQuestion(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)
"borrowed" from KraTransactionalDocumentActionBase class
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
FinancialEntityAction.confirm(StrutsConfirmation question,
String yesMethodName,
String noMethodName)
"borrowed" from KraTransactionalDocumentActionBase class
|
protected org.apache.struts.action.ActionForward |
FinancialEntityAction.performQuestionWithoutInput(StrutsConfirmation question,
String context)
"borrowed" from KraTransactionalDocumentActionBase class
|
| Modifier and Type | Method and Description |
|---|---|
protected StrutsConfirmation |
KraTransactionalDocumentActionBase.buildParameterizedConfirmationQuestion(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)
Generically creates a
instance while deriving the question from a resource bundle.In this case, the question in the resource bundle is expected to be parameterized. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
KraTransactionalDocumentActionBase.confirm(StrutsConfirmation question,
String yesMethodName,
String noMethodName)
Initiates a Confirmation.
|
protected org.apache.struts.action.ActionForward |
KraTransactionalDocumentActionBase.performQuestionWithoutInput(StrutsConfirmation question,
String context)
Wrapper around
using
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.