| org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase org.kuali.module.purap.web.struts.action.AccountsPayableActionBase org.kuali.module.purap.web.struts.action.PaymentRequestAction
Field Summary | |
static org.apache.log4j.Logger | LOG |
Method Summary | |
public ActionForward | addHoldOnPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Puts a payment on hold, prompting for a reason beforehand. | protected PurQuestionCallback | cancelPOActionCallbackMethod() | public ActionForward | clearInitFields(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Clears the initial fields on the PaymentRequestDocument which should be accessible from the given form. | public ActionForward | continuePREQ(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Executes the continue action on a payment request. | protected void | createDocument(KualiDocumentFormBase kualiDocumentFormBase) Do initialization for a new payment request. | protected void | customCalculate(AccountsPayableDocument apDoc) Calls a service method to calculate for a payment request document. | public String | getActionName() | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | removeCancelRequestFromPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Removes a request for cancel on a payment request. | public ActionForward | removeHoldFromPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Removes a hold on the payment request. | public ActionForward | requestCancelOnPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This action requests a cancel on a preq, prompting for a reason before hand. |
LOG | static org.apache.log4j.Logger LOG(Code) | | |
addHoldOnPayment | public ActionForward addHoldOnPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Puts a payment on hold, prompting for a reason beforehand. This stops further approvals or routing.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
clearInitFields | public ActionForward clearInitFields(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Clears the initial fields on the PaymentRequestDocument which should be accessible from the given form.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm, which must be a PaymentRequestForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
continuePREQ | public ActionForward continuePREQ(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Executes the continue action on a payment request. Populates and initializes the rest of the payment request besides what was
shown on the init screen.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
customCalculate | protected void customCalculate(AccountsPayableDocument apDoc)(Code) | | Calls a service method to calculate for a payment request document.
Parameters: apDoc - The AccountsPayableDocument |
removeCancelRequestFromPayment | public ActionForward removeCancelRequestFromPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Removes a request for cancel on a payment request.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
removeHoldFromPayment | public ActionForward removeHoldFromPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Removes a hold on the payment request.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
requestCancelOnPayment | public ActionForward requestCancelOnPayment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This action requests a cancel on a preq, prompting for a reason before hand. This stops further approvals or routing.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
Methods inherited from org.kuali.module.purap.web.struts.action.AccountsPayableActionBase | protected ActionForward askQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionType, String notePrefix, String operation, String messageKey, PurQuestionCallback callback) throws Exception(Code)(Java Doc) public ActionForward calculate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward cancel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected PurQuestionCallback cancelCallbackMethod()(Code)(Java Doc) protected PurQuestionCallback cancelPOActionCallbackMethod()(Code)(Java Doc) protected void customCalculate(AccountsPayableDocument apDoc)(Code)(Java Doc) public String getActionName()(Code)(Java Doc) protected void loadDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected boolean requiresCaculate(AccountsPayableFormBase apForm)(Code)(Java Doc) public ActionForward route(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward save(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
Methods inherited from org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase | protected SourceAccountingLine customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)(Code)(Java Doc) public ActionForward deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward downloadBOAttachment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected String[] getSelectedLineForAccounts(HttpServletRequest request)(Code)(Java Doc) public SourceAccountingLine getSourceAccountingLine(ActionForm form, HttpServletRequest request)(Code)(Java Doc) protected void insertAccountingLine(PurchasingAccountsPayableFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(Code)(Java Doc) protected void insertAccountingLine(KualiAccountingDocumentFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(Code)(Java Doc) public ActionForward insertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void loadDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) public boolean processCustomInsertAccountingLine(PurchasingAccountsPayableFormBase purapForm, HttpServletRequest request)(Code)(Java Doc) public ActionForward refreshAccountSummary(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|