Modifier and Type | Class and Description |
---|---|
class |
AdvanceDepositForm
This class is the struts form for Advance Deposit document.
|
class |
AuxiliaryVoucherForm
Struts form so
can be accessed and modified through UI. |
class |
BudgetAdjustmentForm
This class is the form class for the ProcurementCard document.
|
class |
CapitalAccountingLinesFormBase
This class is the struts base form for financial form documents that need
capital accounting lines.
|
class |
CapitalAssetInformationFormBase
This class is the struts base form for financial form documents that need
capital accounting lines.
|
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
. |
class |
YearEndTransferOfFundsForm
form for
YearEndTransferOfFunds . |
Modifier and Type | Method and Description |
---|---|
protected void |
CapitalAccountingLinesActionBase.deleteAccountingLine(boolean isSource,
KualiAccountingDocumentFormBase financialDocumentForm,
int deleteIndex)
When user deletes an accounting line to the either source or target, the corresponding line in
capital accounting line is deleted and the distributed accounting line under the
created or modified capital asset line.
|
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 |
CapitalAssetInformationActionBase.deleteCapitalAssetLines(KualiAccountingDocumentFormBase financialDocumentForm,
AccountingLine accountingLine)
Removes any matching accounting line in capital asset records
whenever an accounting line is removed.
|
protected void |
CapitalAssetInformationActionBase.DistributeCapitalAssetAmountToGroupAccountingLines(KualiAccountingDocumentFormBase kualiAccountingDocumentFormBase)
This method redistributes the capital asset amount to its group accounting lines
based on the accounting line's percent.
|
protected List<CapitalAssetInformation> |
CapitalAssetInformationActionBase.getCurrentCapitalAssetInformationObject(KualiAccountingDocumentFormBase kualiAccountingDocumentFormBase)
get the capital asset information object currently associated with the document
|
protected Integer |
CapitalAssetInformationActionBase.getNextCapitalAssetLineNumber(KualiAccountingDocumentFormBase kualiAccountingDocumentFormBase) |
protected void |
CapitalAccountingLinesActionBase.insertAccountingLine(boolean isSource,
KualiAccountingDocumentFormBase financialDocumentForm,
AccountingLine line)
When user adds an accounting line to the either source or target, if the object code on
that line has capital object type code group then a capital accounting line is created.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountsPayableFormBase
Struts Action Form for Accounts Payable documents.
|
class |
InvoiceForm
Struts Action Form for Invoice document.
|
class |
OlePurchaseOrderForm
Struts Action Form for Purchase Order document.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends PurchasingAccountsPayableDocument,V extends KualiAccountingDocumentFormBase> |
PurchasingAccountsPayableActionBase.updateBaseline(T document,
V form)
Updates the baseline accounts on form and doc.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OleDisbursementVoucherForm |
class |
OleDistributionOfIncomeAndExpenseForm
This class is the action form for Distribution of Income and Expense.
|
class |
OleGeneralErrorCorrectionForm
This class is the action form for General Error Correction.
|
class |
OleInvoiceForm
This class is the KualiForm class for Ole Invoice
|
class |
OlePaymentRequestForm
This class is the KualiForm class for Ole Payment Request
|
class |
OleRequisitionForm |
class |
OleVendorCreditMemoForm
Struts Action Form for Credit Memo document.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
KualiAccountingDocumentFormBase |
AccountingLineRenderingServiceImpl.findForm(javax.servlet.jsp.PageContext pageContext) |
Modifier and Type | Method and Description |
---|---|
KualiAccountingDocumentFormBase |
AccountingLinesTag.getForm()
Finds the KualiForm wherever it may be hiding
|
KualiAccountingDocumentFormBase |
AccountingLineRenderingContext.getForm() |
protected KualiAccountingDocumentFormBase |
AccountingLineGroupTag.getForm() |
KualiAccountingDocumentFormBase |
RenderableAccountingLineContainer.getForm() |
Constructor and Description |
---|
RenderableAccountingLineContainer(KualiAccountingDocumentFormBase form,
AccountingLine accountingLine,
String accountingLineProperty,
List<AccountingLineTableRow> rows,
Integer lineCount,
String groupLabel,
List errors,
AccountingLineAuthorizer accountingLineAuthorizer,
boolean editableLine)
Constructs a RenderableAccountingLineContainer
|
Modifier and Type | Method and Description |
---|---|
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 void |
KualiAccountingDocumentActionBase.insertAccountingLine(boolean isSource,
KualiAccountingDocumentFormBase financialDocumentForm,
AccountingLine line)
Adds the given accountingLine to the appropriate form-related data structures.
|
protected void |
KualiAccountingDocumentActionBase.processAccountingLineOverrides(KualiAccountingDocumentFormBase transForm) |
protected void |
KualiAccountingDocumentActionBase.processAccountingLines(AccountingDocument transDoc,
KualiAccountingDocumentFormBase transForm,
String lineSet) |
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.