| org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase org.kuali.module.purap.web.struts.action.AccountsPayableActionBase org.kuali.module.purap.web.struts.action.CreditMemoAction
Method Summary | |
public ActionForward | addHoldOnCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Puts a credit memo on hold, prompting for a reason before hand. | protected PurQuestionCallback | cancelPOActionCallbackMethod() | public ActionForward | clearInitFields(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Clears out fields of the init tab. | public ActionForward | continueCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Handles continue request. | protected void | createDocument(KualiDocumentFormBase kualiDocumentFormBase) Do initialization for a new credit memo. | protected void | customCalculate(AccountsPayableDocument apDoc) Calls methods to perform credit allowed calculation and total credit memo amount. | public String | getActionName() | public ActionForward | removeHoldFromCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Removes a hold on the credit memo. |
addHoldOnCreditMemo | public ActionForward addHoldOnCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Puts a credit memo on hold, 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 |
clearInitFields | public ActionForward clearInitFields(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Clears out fields of the init tab.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
continueCreditMemo | public ActionForward continueCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Handles continue request. This request comes from the initial screen which gives indicates whether the type is payment
request, purchase order, or vendor. Based on that, the credit memo is initially populated and the remaining tabs shown.
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 methods to perform credit allowed calculation and total credit memo amount.
Parameters: apDoc - An AccountsPayableDocument |
removeHoldFromCreditMemo | public ActionForward removeHoldFromCreditMemo(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Removes a hold on the credit memo.
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)
|
|
|