| org.kuali.kfs.web.struts.action.KualiAccountingDocumentActionBase org.kuali.module.purap.web.struts.action.PurchasingAccountsPayableActionBase
All known Subclasses: org.kuali.module.purap.web.struts.action.PurchasingActionBase, org.kuali.module.purap.web.struts.action.AccountsPayableActionBase,
Method Summary | |
protected SourceAccountingLine | customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm) Perform custom processing on accounting lines. | public ActionForward | deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | downloadBOAttachment(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | protected String[] | getSelectedLineForAccounts(HttpServletRequest request) Will return an array of Strings containing 2 indexes, the first String is the item index and the second String is the account
index. | public SourceAccountingLine | getSourceAccountingLine(ActionForm form, HttpServletRequest request) | protected void | insertAccountingLine(PurchasingAccountsPayableFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line) Insert the given Accounting Line in several appropriate places in the given item and given form. | protected void | insertAccountingLine(KualiAccountingDocumentFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line) Insert the given Accounting Line in several appropriate places in the given item and given form. | public ActionForward | insertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | protected void | loadDocument(KualiDocumentFormBase kualiDocumentFormBase) | public boolean | processCustomInsertAccountingLine(PurchasingAccountsPayableFormBase purapForm, HttpServletRequest request) Allows the custom processing of an accounting line during a call to insert source line. | public ActionForward | refreshAccountSummary(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Invokes a service method to refresh the account summary. |
customAccountRetrieval | protected SourceAccountingLine customAccountRetrieval(int accountIndex, PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)(Code) | | Perform custom processing on accounting lines. See getSelectedLineForAccounts .
Parameters: accountIndex - The index of the account into the request parameter Parameters: purchasingAccountsPayableForm - A form which inherits from PurchasingAccountsPayableFormBase A SourceAccountingLine |
getSelectedLineForAccounts | protected String[] getSelectedLineForAccounts(HttpServletRequest request)(Code) | | Will return an array of Strings containing 2 indexes, the first String is the item index and the second String is the account
index. These are obtained by parsing the method to call parameter from the request, between the word ".line" and "." The
indexes are separated by a semicolon (:)
Parameters: request - The HttpServletRequest An array of Strings containing pairs of two indices, an item index and a account index |
insertAccountingLine | protected void insertAccountingLine(PurchasingAccountsPayableFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(Code) | | Insert the given Accounting Line in several appropriate places in the given item and given form.
Parameters: financialDocumentForm - A form that inherits from PurchasingAccountsPaybleFormBase Parameters: item - A PurApItem Parameters: line - A PurApAccountingLine |
insertAccountingLine | protected void insertAccountingLine(KualiAccountingDocumentFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)(Code) | | Insert the given Accounting Line in several appropriate places in the given item and given form.
Parameters: financialDocumentForm - A form that inherits from KualiAccountingDocumentFormBase Parameters: item - A PurApItem Parameters: line - A PurApAccountingLine |
processCustomInsertAccountingLine | public boolean processCustomInsertAccountingLine(PurchasingAccountsPayableFormBase purapForm, HttpServletRequest request)(Code) | | Allows the custom processing of an accounting line during a call to insert source line. If a custom method for inserting an
accounting line was performed, then a value of true must be returned.
Parameters: purapForm - Parameters: request - boolean indicating if validation succeeded |
refreshAccountSummary | public ActionForward refreshAccountSummary(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Invokes a service method to refresh the account summary.
Parameters: mapping - An ActionMapping Parameters: form - An ActionForm Parameters: request - The HttpServletRequest Parameters: response - The HttpServletResponse throws: Exception - An ActionForward |
Fields inherited from org.kuali.kfs.web.struts.action.KualiAccountingDocumentActionBase | final protected static Set UPDATE_EVENT_ACTIONS(Code)(Java Doc)
|
Methods inherited from org.kuali.kfs.web.struts.action.KualiAccountingDocumentActionBase | protected void clearOverridesThatBecameUnneeded(AccountingLine formLine)(Code)(Java Doc) public ActionForward copy(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void createDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) protected void deleteAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, int deleteIndex)(Code)(Java Doc) public ActionForward deleteSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward deleteTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected SourceAccountingLine getSourceAccountingLine(ActionForm form, HttpServletRequest request)(Code)(Java Doc) public ActionForward hideDetails(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void insertAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, AccountingLine line)(Code)(Java Doc) public ActionForward insertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward insertTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected boolean isSalesTaxRequired(AccountingDocument financialDocument, AccountingLine accountingLine)(Code)(Java Doc) protected void loadDocument(KualiDocumentFormBase kualiDocumentFormBase) throws WorkflowException(Code)(Java Doc) protected ActionForward performBalanceInquiryForAccountingLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, AccountingLine line)(Code)(Java Doc) public ActionForward performBalanceInquiryForSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward performBalanceInquiryForTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void processAccountingLineOverrides(KualiAccountingDocumentFormBase transForm)(Code)(Java Doc) protected void processAccountingLineOverrides(AccountingLine line)(Code)(Java Doc) protected void processAccountingLineOverrides(List accountingLines)(Code)(Java Doc) public ActionForward refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected boolean revertAccountingLine(KualiAccountingDocumentFormBase transForm, int revertIndex, AccountingLine originalLine, AccountingLine newerLine)(Code)(Java Doc) public ActionForward revertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward revertTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(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) public ActionForward showDetails(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) public ActionForward toggleTab(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc) protected void uploadAccountingLines(boolean isSource, ActionForm form) throws FileNotFoundException, IOException(Code)(Java Doc) public ActionForward uploadSourceLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws FileNotFoundException, IOException(Code)(Java Doc) public ActionForward uploadTargetLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code)(Java Doc)
|
|
|