|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SourceAccountingLine in org.kuali.kfs.fp.batch.service.impl |
---|
Methods in org.kuali.kfs.fp.batch.service.impl that return SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.copyAccountingLineToNew(SourceAccountingLine line,
SourceAccountingLine newLine)
Copies an original accounting line to a new accounting line |
protected SourceAccountingLine |
DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.createNewAccountingLineForDocument(DistributionOfIncomeAndExpenseDocument document)
Creates a new accounting line, based on what the source accounting line class for the document is |
Methods in org.kuali.kfs.fp.batch.service.impl with parameters of type SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
DistributionOfIncomeAndExpenseElectronicPaymentClaimingHelperStrategyImpl.copyAccountingLineToNew(SourceAccountingLine line,
SourceAccountingLine newLine)
Copies an original accounting line to a new accounting line |
Uses of SourceAccountingLine in org.kuali.kfs.fp.businessobject |
---|
Subclasses of SourceAccountingLine in org.kuali.kfs.fp.businessobject | |
---|---|
class |
BudgetAdjustmentSourceAccountingLine
Special case type for
|
class |
GECSourceAccountingLine
Extends SourceAccountingLine so that, ultimately, GEC can generate different help text since it marks a field as required which is otherwise optional. |
class |
ProcurementCardSourceAccountingLine
This class is used to represent a procurement card source accounting line. |
class |
VoucherSourceAccountingLine
Special case type for
|
Methods in org.kuali.kfs.fp.businessobject with parameters of type SourceAccountingLine | |
---|---|
protected void |
AuxiliaryVoucherAccountingLineParser.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
Populates source accounting lines and sets debit and credit amounts and codes if they exist |
protected void |
JournalVoucherAccountingLineParser.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
|
protected void |
IndirectCostAdjustmentDocumentAccountingLineParser.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
|
Uses of SourceAccountingLine in org.kuali.kfs.fp.document |
---|
Methods in org.kuali.kfs.fp.document with parameters of type SourceAccountingLine | |
---|---|
void |
ProcurementCardDocument.addSourceAccountingLine(SourceAccountingLine sourceLine)
Override to set the accounting line in the transaction detail object. |
void |
IndirectCostAdjustmentDocument.addSourceAccountingLine(SourceAccountingLine line)
per ICA specs, adds a target(receipt) line when an source(grant) line is added using the following logic to populate the target line. |
Uses of SourceAccountingLine in org.kuali.kfs.fp.document.web.struts |
---|
Methods in org.kuali.kfs.fp.document.web.struts that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
IndirectCostAdjustmentForm.createNewSourceAccountingLine(AccountingDocument financialDocument)
|
Methods in org.kuali.kfs.fp.document.web.struts with parameters of type SourceAccountingLine | |
---|---|
void |
JournalVoucherForm.populateSourceAccountingLine(SourceAccountingLine sourceLine,
String accountingLinePropertyName,
Map parameterMap)
Override the parent, to push the chosen accounting period and balance type down into the source accounting line object. |
void |
VoucherForm.populateSourceAccountingLine(SourceAccountingLine sourceLine,
String accountingLinePropertyName,
Map parameterMap)
Override the parent, to push the chosen accounting period and balance type down into the source accounting line object. |
protected void |
JournalVoucherForm.populateSourceAccountingLineEncumbranceCode(SourceAccountingLine sourceLine)
Sets the encumbrance code of the line based on the balance type. |
protected boolean |
VoucherForm.processDebitAndCreditForSourceLine(SourceAccountingLine sourceLine,
org.kuali.rice.kns.util.KualiDecimal debitAmount,
org.kuali.rice.kns.util.KualiDecimal creditAmount,
int index)
This method checks the debit and credit attributes passed in, figures out which one has a value, and sets the source accounting line's amount and debit/credit attribute appropriately. |
Uses of SourceAccountingLine in org.kuali.kfs.module.ar.businessobject |
---|
Subclasses of SourceAccountingLine in org.kuali.kfs.module.ar.businessobject | |
---|---|
class |
CustomerInvoiceDetail
This class represents a customer invoice detail on the customer invoice document. |
class |
ReceivableCustomerInvoiceDetail
|
class |
SalesTaxCustomerInvoiceDetail
|
class |
WriteoffCustomerInvoiceDetail
|
class |
WriteoffTaxCustomerInvoiceDetail
|
Uses of SourceAccountingLine in org.kuali.kfs.module.ar.document.web.struts |
---|
Methods in org.kuali.kfs.module.ar.document.web.struts that return SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
CustomerInvoiceDocumentForm.createNewSourceAccountingLine(AccountingDocument financialDocument)
Reused to create new source accounting line (i.e customer invoice detail line) with defaulted values. |
Uses of SourceAccountingLine in org.kuali.kfs.module.cam.businessobject |
---|
Subclasses of SourceAccountingLine in org.kuali.kfs.module.cam.businessobject | |
---|---|
class |
AssetPaymentDetail
Accounting line for the asset payment document. |
Uses of SourceAccountingLine in org.kuali.kfs.module.cam.document.web.struts |
---|
Methods in org.kuali.kfs.module.cam.document.web.struts that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
AssetPaymentForm.getNewSourceLine()
|
Uses of SourceAccountingLine in org.kuali.kfs.module.ld.businessobject |
---|
Subclasses of SourceAccountingLine in org.kuali.kfs.module.ld.businessobject | |
---|---|
class |
ExpenseTransferSourceAccountingLine
Labor business object for special case type for
|
class |
LaborJournalVoucherDetail
Labor Journal Voucher Detail Business Object. |
Methods in org.kuali.kfs.module.ld.businessobject with parameters of type SourceAccountingLine | |
---|---|
protected void |
LaborJournalVoucherAccountingLineParser.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
|
Uses of SourceAccountingLine in org.kuali.kfs.module.ld.document.web.struts |
---|
Methods in org.kuali.kfs.module.ld.document.web.struts with parameters of type SourceAccountingLine | |
---|---|
void |
ExpenseTransferDocumentFormBase.populateSourceAccountingLine(SourceAccountingLine sourceLine,
String accountingLinePropertyName,
Map parameterMap)
Deal with the labor-specific override code to the given source accounting line |
protected void |
LaborJournalVoucherForm.populateSourceAccountingLineEncumbranceCode(SourceAccountingLine sourceLine)
Populates source a accounting line encumbrance code (D, R or null) for a given source accounting line |
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.businessobject |
---|
Subclasses of SourceAccountingLine in org.kuali.kfs.module.purap.businessobject | |
---|---|
class |
AccountsPayableSummaryAccount
Payment Request Summary Account Business Object. |
class |
CreditMemoAccount
Accounting line Business Object for a credit memo item line. |
class |
CreditMemoAccountRevision
Credit Memo Account Revision Business Object. |
class |
PaymentRequestAccount
Payment Request Account Business Object. |
class |
PaymentRequestAccountRevision
Payment Request Account Revision Business Object. |
class |
PurApAccountingLineBase
Purap Accounting Line Base Business Object. |
class |
PurchaseOrderAccount
Purchase Order Account Business Object. |
class |
RequisitionAccount
Requisition Account Business Object. |
Methods in org.kuali.kfs.module.purap.businessobject that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
PurApAccountingLineBase.generateSourceAccountingLine()
|
SourceAccountingLine |
PurApAccountingLine.generateSourceAccountingLine()
Creates a source accounting line from the current purap accounting line. |
Methods in org.kuali.kfs.module.purap.businessobject with parameters of type SourceAccountingLine | |
---|---|
boolean |
PurApAccountingLineBase.accountStringsAreEqual(SourceAccountingLine accountingLine)
|
boolean |
PurApAccountingLine.accountStringsAreEqual(SourceAccountingLine accountingLine)
Compares the current accounting line values with a source accounting line to see if both accounting lines are equal. |
Constructors in org.kuali.kfs.module.purap.businessobject with parameters of type SourceAccountingLine | |
---|---|
AccountsPayableSummaryAccount(SourceAccountingLine account,
Integer purapDocumentIdentifier,
String docType)
|
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.document |
---|
Fields in org.kuali.kfs.module.purap.document with type parameters of type SourceAccountingLine | |
---|---|
protected List<SourceAccountingLine> |
PurchasingAccountsPayableDocumentBase.accountsForRouting
|
protected List<SourceAccountingLine> |
PurchaseOrderDocument.glOnlySourceAccountingLines
|
Methods in org.kuali.kfs.module.purap.document that return types with arguments of type SourceAccountingLine | |
---|---|
List<SourceAccountingLine> |
PurchasingAccountsPayableDocumentBase.getAccountsForRouting()
|
List<SourceAccountingLine> |
PurchaseOrderDocument.getGlOnlySourceAccountingLines()
|
Method parameters in org.kuali.kfs.module.purap.document with type arguments of type SourceAccountingLine | |
---|---|
void |
PurchasingAccountsPayableDocumentBase.setAccountsForRouting(List<SourceAccountingLine> accountsForRouting)
|
void |
PurchaseOrderDocument.setGlOnlySourceAccountingLines(List<SourceAccountingLine> glOnlySourceAccountingLines)
|
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.document.web.struts |
---|
Methods in org.kuali.kfs.module.purap.document.web.struts that return SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
PurchasingActionBase.customAccountRetrieval(int accountIndex,
PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)
Sets the line for account distribution. |
protected SourceAccountingLine |
PurchasingAccountsPayableActionBase.customAccountRetrieval(int accountIndex,
PurchasingAccountsPayableFormBase purchasingAccountsPayableForm)
Perform custom processing on accounting lines. |
SourceAccountingLine |
PurchasingAccountsPayableActionBase.getSourceAccountingLine(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
|
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.service |
---|
Methods in org.kuali.kfs.module.purap.service that return types with arguments of type SourceAccountingLine | |
---|---|
List<SourceAccountingLine> |
PurapAccountingService.generateSourceAccountsForVendorRemit(PurchasingAccountsPayableDocument document)
This method generates summary accounts for a vendor payment. |
List<SourceAccountingLine> |
PurapAccountingService.generateSummary(List<PurApItem> items)
Generates an account summary, that is it creates a list of source accounts by rounding up the Purchasing Accounts Payable accounts off of the Purchasing Accounts Payable items. |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryExcludeItemTypes(List<PurApItem> items,
Set excludedItemTypeCodes)
convenience method that generates a list of source accounts while excluding items with the specified item types |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryExcludeItemTypesAndNoZeroTotals(List<PurApItem> items,
Set excludedItemTypeCodes)
convenience method that generates a list of source accounts while excluding items with the specified item types and not including items with zero totals |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryIncludeItemTypes(List<PurApItem> items,
Set includedItemTypeCodes)
convenience method that generates a list of source accounts while only including items with the specified item types |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryIncludeItemTypesAndNoZeroTotals(List<PurApItem> items,
Set includedItemTypeCodes)
convenience method that generates a list of source accounts while only including items with the specified item types and not including items with zero totals |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryTaxableAccounts(List<PurApItem> items)
Generates an account summary with only taxable accounts. |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryWithNoZeroTotals(List<PurApItem> items)
convenience method that generates a list of source accounts while excluding items with $0 amounts |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryWithNoZeroTotalsNoUseTax(List<PurApItem> items)
convenience method that generates a list of source accounts while excluding items with $0 amounts and use tax |
List<SourceAccountingLine> |
PurapAccountingService.generateSummaryWithNoZeroTotalsUsingAlternateAmount(List<PurApItem> items)
convenience method that generates a list of source accounts while excluding items with $0 amounts and using the alternate amount |
List<SourceAccountingLine> |
PurapAccountingService.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
Merges list 2 into list 1 |
Methods in org.kuali.kfs.module.purap.service with parameters of type SourceAccountingLine | |
---|---|
boolean |
PurapAccountingService.isTaxAccount(PurchasingAccountsPayableDocument document,
SourceAccountingLine account)
Checks whether the specified accounting line in the specified PurAP document is used for tax withholding. |
Method parameters in org.kuali.kfs.module.purap.service with type arguments of type SourceAccountingLine | |
---|---|
List<PurApAccountingLine> |
PurapAccountingService.generateAccountDistributionForProration(List<SourceAccountingLine> accounts,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
Integer percentScale)
Deprecated. |
List<PurApAccountingLine> |
PurapAccountingService.generateAccountDistributionForProration(List<SourceAccountingLine> accounts,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
Integer percentScale,
Class clazz)
Determines an appropriate account distribution for a particular Purchasing Accounts Payable list of Accounts. |
List<SourceAccountingLine> |
PurapAccountingService.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
Merges list 2 into list 1 |
List<SourceAccountingLine> |
PurapAccountingService.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
Merges list 2 into list 1 |
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.service.impl |
---|
Methods in org.kuali.kfs.module.purap.service.impl that return types with arguments of type SourceAccountingLine | |
---|---|
protected List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateAccountSummary(List<PurApItem> items,
Set<String> itemTypeCodes,
Boolean itemTypeCodesAreIncluded,
Boolean useZeroTotals,
Boolean useAlternateAmount,
Boolean useTaxIncluded,
Boolean taxableOnly)
Generates an account summary, that is it creates a list of source accounts by rounding up the purap accounts off of the purap items. |
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSourceAccountsForVendorRemit(PurchasingAccountsPayableDocument document)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummary(List<PurApItem> items)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryExcludeItemTypes(List<PurApItem> items,
Set excludedItemTypeCodes)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryExcludeItemTypesAndNoZeroTotals(List<PurApItem> items,
Set excludedItemTypeCodes)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryIncludeItemTypes(List<PurApItem> items,
Set includedItemTypeCodes)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryIncludeItemTypesAndNoZeroTotals(List<PurApItem> items,
Set includedItemTypeCodes)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryTaxableAccounts(List<PurApItem> items)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryWithNoZeroTotals(List<PurApItem> items)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryWithNoZeroTotalsNoUseTax(List<PurApItem> items)
calls generateSummary with no use tax included |
List<SourceAccountingLine> |
PurapAccountingServiceImpl.generateSummaryWithNoZeroTotalsUsingAlternateAmount(List<PurApItem> items)
|
protected List<SourceAccountingLine> |
PurapGeneralLedgerServiceImpl.getCreditMemoEncumbrance(VendorCreditMemoDocument cm,
PurchaseOrderDocument po,
boolean cancel)
Re-encumber the Encumbrance on a PO based on values in a PREQ. |
List<SourceAccountingLine> |
PurapAccountingServiceImpl.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
|
protected List<SourceAccountingLine> |
PurapGeneralLedgerServiceImpl.reencumberEncumbrance(PaymentRequestDocument preq)
Re-encumber the Encumbrance on a PO based on values in a PREQ. |
protected List<SourceAccountingLine> |
PurapGeneralLedgerServiceImpl.relieveEncumbrance(PaymentRequestDocument preq)
Relieve the Encumbrance on a PO based on values in a PREQ. |
Methods in org.kuali.kfs.module.purap.service.impl with parameters of type SourceAccountingLine | |
---|---|
boolean |
PurapAccountingServiceImpl.isTaxAccount(PurchasingAccountsPayableDocument document,
SourceAccountingLine account)
|
Method parameters in org.kuali.kfs.module.purap.service.impl with type arguments of type SourceAccountingLine | |
---|---|
protected org.kuali.rice.kns.util.KualiDecimal |
PurapAccountingServiceImpl.calculateSumTotal(List<SourceAccountingLine> accounts)
gets sum total of accounts |
protected void |
PurapAccountingServiceImpl.convertAmtToTax(List<PurApAccountingLine> accounts,
org.kuali.rice.kns.util.KualiDecimal useTax,
List<SourceAccountingLine> newSourceLines)
Replaces amount field with prorated tax amount in list |
List<PurApAccountingLine> |
PurapAccountingServiceImpl.generateAccountDistributionForProration(List<SourceAccountingLine> accounts,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
Integer percentScale)
Deprecated. |
List<PurApAccountingLine> |
PurapAccountingServiceImpl.generateAccountDistributionForProration(List<SourceAccountingLine> accounts,
org.kuali.rice.kns.util.KualiDecimal totalAmount,
Integer percentScale,
Class clazz)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
|
List<SourceAccountingLine> |
PurapAccountingServiceImpl.mergeAccountingLineLists(List<SourceAccountingLine> accountingLines1,
List<SourceAccountingLine> accountingLines2)
|
Uses of SourceAccountingLine in org.kuali.kfs.module.purap.util |
---|
Methods in org.kuali.kfs.module.purap.util that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
SummaryAccount.getAccount()
|
Methods in org.kuali.kfs.module.purap.util that return types with arguments of type SourceAccountingLine | |
---|---|
List<SourceAccountingLine> |
UseTaxContainer.getAccounts()
|
Methods in org.kuali.kfs.module.purap.util with parameters of type SourceAccountingLine | |
---|---|
void |
SummaryAccount.setAccount(SourceAccountingLine account)
|
Method parameters in org.kuali.kfs.module.purap.util with type arguments of type SourceAccountingLine | |
---|---|
void |
UseTaxContainer.setAccounts(List<SourceAccountingLine> accounts)
|
Constructors in org.kuali.kfs.module.purap.util with parameters of type SourceAccountingLine | |
---|---|
SummaryAccount(SourceAccountingLine account)
|
Uses of SourceAccountingLine in org.kuali.kfs.sys.businessobject |
---|
Methods in org.kuali.kfs.sys.businessobject that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
ElectronicPaymentClaim.getGeneratingAccountingLine()
Returns the accounting line on the generating Advance Deposit document for the transaction which generated this record |
SourceAccountingLine |
AccountingLineParser.parseSourceAccountingLine(AccountingDocument transactionalDocument,
String sourceAccountingLineString)
parses a comma deliminated string into an SourceAccountingLine by populating the attributes found in the
getSourceAccountingLineFormat() |
SourceAccountingLine |
AccountingLineParserBase.parseSourceAccountingLine(AccountingDocument transactionalDocument,
String sourceAccountingLineString)
|
Methods in org.kuali.kfs.sys.businessobject with parameters of type SourceAccountingLine | |
---|---|
protected void |
AccountingLineParserBase.performCustomSourceAccountingLinePopulation(Map<String,String> attributeValueMap,
SourceAccountingLine sourceAccountingLine,
String accountingLineAsString)
Should be voerriden by documents to perform any additional SourceAccountingLine population |
Uses of SourceAccountingLine in org.kuali.kfs.sys.document |
---|
Methods in org.kuali.kfs.sys.document that return SourceAccountingLine | |
---|---|
SourceAccountingLine |
AccountingDocument.getSourceAccountingLine(int index)
This method returns the accounting line at a particular spot in the overall list of accounting lines. |
SourceAccountingLine |
AccountingDocumentBase.getSourceAccountingLine(int index)
This implementation is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects get instantiated within lists. |
Methods in org.kuali.kfs.sys.document with parameters of type SourceAccountingLine | |
---|---|
void |
AccountingDocument.addSourceAccountingLine(SourceAccountingLine line)
This method adds a source accounting line. |
void |
AccountingDocumentBase.addSourceAccountingLine(SourceAccountingLine line)
This implementation sets the sequence number appropriately for the passed in source accounting line using the value that has been stored in the nextSourceLineNumber variable, adds the accounting line to the list that is aggregated by this object, and then handles incrementing the nextSourceLineNumber variable for you. |
Uses of SourceAccountingLine in org.kuali.kfs.sys.web.struts |
---|
Fields in org.kuali.kfs.sys.web.struts declared as SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
KualiAccountingDocumentFormBase.newSourceLine
|
Methods in org.kuali.kfs.sys.web.struts that return SourceAccountingLine | |
---|---|
protected SourceAccountingLine |
KualiAccountingDocumentFormBase.createNewSourceAccountingLine(AccountingDocument financialDocument)
|
SourceAccountingLine |
KualiAccountingDocumentFormBase.getNewSourceLine()
|
protected SourceAccountingLine |
KualiAccountingDocumentActionBase.getSourceAccountingLine(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
This method is a helper method that will return a source accounting line. |
Methods in org.kuali.kfs.sys.web.struts with parameters of type SourceAccountingLine | |
---|---|
void |
KualiAccountingDocumentFormBase.populateSourceAccountingLine(SourceAccountingLine sourceLine,
String accountingLinePropertyName,
Map parameterMap)
Populates a source accounting line bo using values from the struts form. |
void |
KualiAccountingDocumentFormBase.setNewSourceLine(SourceAccountingLine newIncomeLine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |