| org.kuali.kfs.web.struts.action.KualiAccountingDocumentActionBase org.kuali.module.labor.web.struts.action.ExpenseTransferDocumentActionBase
All known Subclasses: org.kuali.module.labor.web.struts.action.SalaryExpenseTransferAction, org.kuali.module.labor.web.struts.action.BenefitExpenseTransferAction,
Method Summary | |
protected void | clearOverridesThatBecameUnneeded(AccountingLine formLine) Clear all overrides that are not needed. | public ActionForward | copyAccountingLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | copyAllAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | deleteAllSourceAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | public ActionForward | deleteAllTargetAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | protected String | getLookupResultsBOClassName(ExpenseTransferDocumentFormBase expenseTransferDocumentForm) | protected void | loadDocument(KualiDocumentFormBase kualiDocumentFormBase) | public ActionForward | performBalanceInquiryLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Takes care of storing the action form in the user session and forwarding to the balance inquiry lookup action. | protected void | processAccountingLineOverrides(List accountingLines) | public ActionForward | refresh(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) Populates the lines of the ST or BT document from a balance lookup. | protected void | resetLookupFields(ExpenseTransferDocumentFormBase expenseTransferDocumentForm, LedgerBalance balance) | public ActionForward | revertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method will revert a SourceAccountingLine by overwriting its current values with the values in the corresponding
baseline accountingLine. | public ActionForward | revertTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) This method will revert a TargetAccountingLine by overwriting its current values with the values in the corresponding
baseline accountingLine. |
copyAllAccountingLines | public ActionForward copyAllAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method copies all accounting lines from financial document form if they pass validation rules
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - throws: Exception - |
deleteAllSourceAccountingLines | public ActionForward deleteAllSourceAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Delete all source accounting lines
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionMapping throws: Exception - |
deleteAllTargetAccountingLines | public ActionForward deleteAllTargetAccountingLines(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Delete all target accounting lines
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionMapping throws: Exception - |
getLookupResultsBOClassName | protected String getLookupResultsBOClassName(ExpenseTransferDocumentFormBase expenseTransferDocumentForm)(Code) | | Get the BO class name of the set of lookup results
Parameters: expenseTransferDocumentForm - the Struts form for expense transfer document the BO class name of the set of lookup results |
performBalanceInquiryLookup | public ActionForward performBalanceInquiryLookup(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Takes care of storing the action form in the user session and forwarding to the balance inquiry lookup action.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward throws: Exception - |
resetLookupFields | protected void resetLookupFields(ExpenseTransferDocumentFormBase expenseTransferDocumentForm, LedgerBalance balance)(Code) | | Reset the lookup fields in the given expense transfer form with the given ledger balance
Parameters: expenseTransferDocumentForm - the given expense transfer form Parameters: the - given ledger balance |
revertSourceLine | public ActionForward revertSourceLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method will revert a SourceAccountingLine by overwriting its current values with the values in the corresponding
baseline accountingLine. This assumes that the user presses the revert button for a specific accounting line on the document
and that the document is represented by a FinancialDocumentFormBase.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward throws: Exception - |
revertTargetLine | public ActionForward revertTargetLine(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | This method will revert a TargetAccountingLine by overwriting its current values with the values in the corresponding
baseline accountingLine. This assumes that the user presses the revert button for a specific accounting line on the document
and that the document is represented by a FinancialDocumentFormBase.
Parameters: mapping - Parameters: form - Parameters: request - Parameters: response - ActionForward throws: Exception - |
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)
|
|
|