Uses of Class
org.kuali.kfs.sys.web.struts.KualiAccountingDocumentFormBase

Packages that use KualiAccountingDocumentFormBase
org.kuali.kfs.fp.document.web.struts   
org.kuali.kfs.module.ar.document.web.struts   
org.kuali.kfs.module.cam.document.web.struts   
org.kuali.kfs.module.ld.document.web.struts   
org.kuali.kfs.module.purap.document.web.struts   
org.kuali.kfs.sys.document.service   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.document.web   
org.kuali.kfs.sys.web.struts   
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.fp.document.web.struts
 

Subclasses of KualiAccountingDocumentFormBase in org.kuali.kfs.fp.document.web.struts
 class AdvanceDepositForm
          This class is the struts form for Advance Deposit document.
 class AuxiliaryVoucherForm
          Struts form so AuxiliaryVoucherDocument can be accessed and modified through UI.
 class BudgetAdjustmentForm
          This class is the form class for the ProcurementCard document.
 class CashReceiptForm
          This class is the action form for Cash Receipts.
 class CreditCardReceiptForm
          This class is the struts form for Credit Card Receipt document.
 class DisbursementVoucherForm
          This class is the action form for the Disbursement Voucher.
 class DistributionOfIncomeAndExpenseForm
          This class is the action form for Distribution of Income and Expense.
 class GeneralErrorCorrectionForm
          This class is the Struts specific form object that works in conjunction with the pojo utilities to build the UI.
 class IndirectCostAdjustmentForm
          This class is the action form for Indirect Cost Adjustment Document
 class InternalBillingForm
          This class is the action form for Internal Billing.
 class JournalVoucherForm
          This class is the Struts specific form object that works in conjunction with the pojo utilities to build the UI for the Journal Voucher Document.
 class NonCheckDisbursementForm
          This class is the action form for Non-Check Disbursement.
 class PreEncumbranceForm
          This class is the Struts specific form object that works in conjunction with the pojo utilities to build the UI.
 class ProcurementCardForm
          This class is the form class for the ProcurementCard document.
 class ServiceBillingForm
          This class is the action form for Service Billing.
 class TransferOfFundsForm
          This class is the form class for the Transfer of Funds document.
 class VoucherForm
          This class is the Struts specific form object that works in conjunction with the pojo utilities to build the UI for Voucher Document instances.
 class YearEndBudgetAdjustmentForm
          form for YearEndBudgetAdjustmentDocument the only functional difference between the YearEnd version and the non-yearEnd version of a document is the glpe's generation.
 class YearEndDistributionOfIncomeAndExpenseForm
          form for YearEndDistributionOfIncomeAndExpenseDocument the only functional difference between the YearEnd version and the non-yearEnd version of a document is the glpe's generation.
 class YearEndGeneralErrorCorrectionForm
          Struts form for YearEndGeneralErrorCorrectionDocument.
 class YearEndTransferOfFundsForm
          form for YearEndTransferOfFunds.
 

Methods in org.kuali.kfs.fp.document.web.struts with parameters of type KualiAccountingDocumentFormBase
protected  void ProcurementCardAction.deleteAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, int deleteIndex)
          Override to remove the accounting line from the correct transaction
protected  void ProcurementCardAction.deleteAccountingLineFromTransactionContainer(KualiAccountingDocumentFormBase financialDocumentForm, int targetContainerIndex, int targetIndex)
          Removes the target accounting line at the given index from the transaction container transaction entries.
protected  void ProcurementCardAction.insertAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, AccountingLine line)
          Override to resync base accounting lines.
protected  void ProcurementCardAction.processAccountingLineOverrides(KualiAccountingDocumentFormBase transForm)
          Override to accomodate multiple target lines.
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.ar.document.web.struts
 

Subclasses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.ar.document.web.struts
 class CustomerInvoiceDocumentForm
           
 

Methods in org.kuali.kfs.module.ar.document.web.struts with parameters of type KualiAccountingDocumentFormBase
protected  void CustomerInvoiceDocumentAction.deleteAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, int deleteIndex)
          Overrides method to delete accounting line.
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.cam.document.web.struts
 

Subclasses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.cam.document.web.struts
 class AssetPaymentForm
           
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.ld.document.web.struts
 

Subclasses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.ld.document.web.struts
 class BenefitExpenseTransferForm
          Struts Action Form for the Benefit Expense Transfer Document.
 class ExpenseTransferDocumentFormBase
          Base Struts Action Form for all expense transfer documents.
 class LaborDocumentFormBase
          Base Struts Action Form class for Labor Forms.
 class LaborJournalVoucherForm
          Struts Action Form for the Labor Journal Voucher Document.
 class SalaryExpenseTransferForm
          Struts Action Form for the Salary Expense Transfer document.
 class YearEndBenefitExpenseTransferForm
          Struts Action Form for the Year End Benefit Expense Transfer Document.
 class YearEndSalaryExpenseTransferForm
          Class representing the Year End Salary Expense Transfer Document Form.
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.purap.document.web.struts
 

Subclasses of KualiAccountingDocumentFormBase in org.kuali.kfs.module.purap.document.web.struts
 class AccountsPayableFormBase
          Struts Action Form for Accounts Payable documents.
 class PaymentRequestForm
          Struts Action Form for Payment Request document.
 class PurchaseOrderForm
          Struts Action Form for Purchase Order document.
 class PurchasingAccountsPayableFormBase
          Struts Action Form for Purchasing and Accounts Payable documents.
 class PurchasingFormBase
          Struts Action Form for Purchasing documents.
 class RequisitionForm
          Struts Action Form for Requisition document.
 class VendorCreditMemoForm
          Struts Action Form for Credit Memo document.
 

Methods in org.kuali.kfs.module.purap.document.web.struts with type parameters of type KualiAccountingDocumentFormBase
protected
<T extends PurchasingAccountsPayableDocument,V extends KualiAccountingDocumentFormBase>
void
PurchasingAccountsPayableActionBase.updateBaseline(T document, V form)
          Updates the baseline accounts on form and doc.
 

Methods in org.kuali.kfs.module.purap.document.web.struts with parameters of type KualiAccountingDocumentFormBase
protected  void PurchasingAccountsPayableActionBase.insertAccountingLine(KualiAccountingDocumentFormBase financialDocumentForm, PurApItem item, PurApAccountingLine line)
          Insert the given Accounting Line in several appropriate places in the given item and given form.
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.sys.document.service
 

Methods in org.kuali.kfs.sys.document.service that return KualiAccountingDocumentFormBase
 KualiAccountingDocumentFormBase AccountingLineRenderingService.findForm(javax.servlet.jsp.PageContext pageContext)
          Looks in likely places to find the form that is used by the page context for rendering an accounting document
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl that return KualiAccountingDocumentFormBase
 KualiAccountingDocumentFormBase AccountingLineRenderingServiceImpl.findForm(javax.servlet.jsp.PageContext pageContext)
           
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.sys.document.web
 

Methods in org.kuali.kfs.sys.document.web that return KualiAccountingDocumentFormBase
 KualiAccountingDocumentFormBase AccountingLineRenderingContext.getForm()
           
 KualiAccountingDocumentFormBase RenderableAccountingLineContainer.getForm()
           
protected  KualiAccountingDocumentFormBase AccountingLineGroupTag.getForm()
           
 KualiAccountingDocumentFormBase AccountingLinesTag.getForm()
          Finds the KualiForm wherever it may be hiding
 

Constructors in org.kuali.kfs.sys.document.web with parameters of type KualiAccountingDocumentFormBase
RenderableAccountingLineContainer(KualiAccountingDocumentFormBase form, AccountingLine accountingLine, String accountingLineProperty, List<AccountingLineTableRow> rows, Integer lineCount, String groupLabel, List errors, AccountingLineAuthorizer accountingLineAuthorizer, boolean editableLine)
          Constructs a RenderableAccountingLineContainer
 

Uses of KualiAccountingDocumentFormBase in org.kuali.kfs.sys.web.struts
 

Methods in org.kuali.kfs.sys.web.struts with parameters of type KualiAccountingDocumentFormBase
protected  void KualiAccountingDocumentActionBase.applyCapitalAssetInformation(KualiAccountingDocumentFormBase kualiAccountingDocumentFormBase)
           
protected  void KualiAccountingDocumentActionBase.deleteAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, int deleteIndex)
          Deletes the source or target accountingLine with the given index from the given form.
protected  CapitalAssetInformation KualiAccountingDocumentActionBase.getCurrentCapitalAssetInformationObject(KualiAccountingDocumentFormBase kualiAccountingDocumentFormBase)
          get the capital asset information object currently associated with the document
protected  void KualiAccountingDocumentActionBase.insertAccountingLine(boolean isSource, KualiAccountingDocumentFormBase financialDocumentForm, AccountingLine line)
          Adds the given accountingLine to the appropriate form-related datastructures.
protected  void KualiAccountingDocumentActionBase.processAccountingLineOverrides(KualiAccountingDocumentFormBase transForm)
           
protected  void KualiAccountingDocumentActionBase.processAccountingLines(AccountingDocument transDoc, KualiAccountingDocumentFormBase transForm, String lineSet)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.