|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PurQuestionCallback | |
|---|---|
| org.kuali.kfs.module.purap.document.web.struts | |
| Uses of PurQuestionCallback in org.kuali.kfs.module.purap.document.web.struts |
|---|
| Methods in org.kuali.kfs.module.purap.document.web.struts that return PurQuestionCallback | |
|---|---|
protected PurQuestionCallback |
AccountsPayableActionBase.cancelCallbackMethod()
Returns a question callback for the Cancel action. |
protected PurQuestionCallback |
AccountsPayableActionBase.cancelPOActionCallbackMethod()
Returns a question callback for the Cancel Purchase Order action. |
| Methods in org.kuali.kfs.module.purap.document.web.struts with parameters of type PurQuestionCallback | |
|---|---|
protected org.apache.struts.action.ActionForward |
AccountsPayableActionBase.askQuestionWithInput(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String questionType,
String notePrefix,
String operation,
String messageKey,
PurQuestionCallback callback)
A wrapper method which prompts for a reason to hold a payment request or credit memo. |
| Method parameters in org.kuali.kfs.module.purap.document.web.struts with type arguments of type PurQuestionCallback | |
|---|---|
protected org.apache.struts.action.ActionForward |
AccountsPayableActionBase.askQuestionWithInput(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String questionType,
String notePrefix,
String operation,
String messageKey,
TreeMap<String,PurQuestionCallback> questionsAndCallbacks,
String messagePrefix,
org.apache.struts.action.ActionForward redirect)
Builds and asks questions which require text input by the user for a payment request or a credit memo. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||