| org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase org.kuali.module.purap.web.struts.action.AccountsPayableActionBase
All known Subclasses: org.kuali.module.purap.web.struts.action.PaymentRequestAction, org.kuali.module.purap.web.struts.action.CreditMemoAction,
Method Summary | |
protected ActionForward | askQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, 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.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse Parameters: questionType - A String used to distinguish which question is being asked Parameters: notePrefix - A String explaining what action was taken, to be prepended to the note containing the reason, which getswritten to the document Parameters: operation - A one-word String description of the action to be taken, to be substituted into the message. | public ActionForward | calculate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Perform calculation on item line. | public ActionForward | cancel(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | protected PurQuestionCallback | cancelCallbackMethod() Returns a question callback for the Cancel action. | protected PurQuestionCallback | cancelPOActionCallbackMethod() Returns a question callback for the Cancel Purchase Order action. | protected void | customCalculate(AccountsPayableDocument apDoc) An overridable area to do calculate-specific tasks. | public String | getActionName() Returns the current action name.
A String. | protected void | loadDocument(KualiDocumentFormBase kualiDocumentFormBase) Checks the continuation account indicator and generates warnings if continuation accounts were used to replace original
accounts on the document. | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Performs refresh of objects after a lookup. | protected boolean | requiresCaculate(AccountsPayableFormBase apForm) Checks if calculation is required. | public ActionForward | route(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | save(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) |
askQuestionWithInput | protected ActionForward askQuestionWithInput(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, String questionType, String notePrefix, String operation, String messageKey, PurQuestionCallback callback) throws Exception(Code) | | A wrapper method which prompts for a reason to hold a payment request or credit memo.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse Parameters: questionType - A String used to distinguish which question is being asked Parameters: notePrefix - A String explaining what action was taken, to be prepended to the note containing the reason, which getswritten to the document Parameters: operation - A one-word String description of the action to be taken, to be substituted into the message. (Can be anempty String for some messages.) Parameters: messageKey - A key to the message which will appear on the question screen Parameters: callback - A PurQuestionCallback An ActionForward throws: Exception - |
calculate | public ActionForward calculate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Perform calculation on item line.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse An ActionForward |
cancelCallbackMethod | protected PurQuestionCallback cancelCallbackMethod()(Code) | | Returns a question callback for the Cancel action.
A PurQuestionCallback which does post-question tasks appropriate to Cancellation. |
cancelPOActionCallbackMethod | protected PurQuestionCallback cancelPOActionCallbackMethod()(Code) | | Returns a question callback for the Cancel Purchase Order action.
A PurQuestionCallback with a post-question activity appropriate to the Cancel PO action |
customCalculate | protected void customCalculate(AccountsPayableDocument apDoc)(Code) | | An overridable area to do calculate-specific tasks.
Parameters: apDoc - An AccountsPayableDocument |
getActionName | public String getActionName()(Code) | | Returns the current action name.
A String. Set to null! |
requiresCaculate | protected boolean requiresCaculate(AccountsPayableFormBase apForm)(Code) | | Checks if calculation is required. Currently it is required when it has not already been calculated and full document entry
status has not already passed.
Parameters: apForm - A Form, which must inherit from AccountsPayableFormBase true if calculation is required, false otherwise |
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)
|
|
|