Uses of Class
org.kuali.kfs.module.purap.businessobject.PurApAccountingLineBase

Packages that use PurApAccountingLineBase
org.kuali.kfs.module.cab.batch.service   
org.kuali.kfs.module.cab.batch.service.impl   
org.kuali.kfs.module.cab.businessobject   
org.kuali.kfs.module.purap.businessobject   
org.kuali.kfs.module.purap.document.service   
org.kuali.kfs.module.purap.document.service.impl   
org.kuali.kfs.module.purap.document.web.struts   
org.kuali.kfs.module.purap.service.impl   
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.cab.batch.service
 

Methods in org.kuali.kfs.module.cab.batch.service that return types with arguments of type PurApAccountingLineBase
 Collection<PurApAccountingLineBase> BatchExtractService.findPurapAccountRevisions()
          This method collects account line history using batch parameters
 

Method parameters in org.kuali.kfs.module.cab.batch.service with type arguments of type PurApAccountingLineBase
 void ReconciliationService.reconcile(Collection<Entry> glEntries, Collection<PurApAccountingLineBase> purapAcctEntries)
          Main reconciliation service which will apply the formula where PURAP transaction amounts are compared using GL_ENTRY_T = (AP_PMT_RQST_ACCT_CHG_T or AP_CRDT_MEMO_ACCT_CHG_T)
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.cab.batch.service.impl
 

Methods in org.kuali.kfs.module.cab.batch.service.impl that return types with arguments of type PurApAccountingLineBase
 Collection<PurApAccountingLineBase> BatchExtractServiceImpl.findPurapAccountRevisions()
          Retrieves Payment Request Account History and Credit Memo account history, combines them into a single list
 

Methods in org.kuali.kfs.module.cab.batch.service.impl with parameters of type PurApAccountingLineBase
protected  PurchasingAccountsPayableLineAssetAccount BatchExtractServiceImpl.createPurchasingAccountsPayableLineAssetAccount(GeneralLedgerEntry generalLedgerEntry, PurchasingAccountsPayableDocument cabPurapDoc, PurApAccountingLineBase purApAccountingLine, PurchasingAccountsPayableItemAsset itemAsset)
          Creates a new instance of PurchasingAccountsPayableLineAssetAccount using values provided from dependent objects
 

Method parameters in org.kuali.kfs.module.cab.batch.service.impl with type arguments of type PurApAccountingLineBase
protected  void ReconciliationServiceImpl.groupPurapAccountEntries(Collection<PurApAccountingLineBase> purapAcctEntries)
          Groups Purap Account Line entries by fields by univ_fiscal_yr, fin_coa_cd, account_nbr, sub_acct_nbr, fin_object_cd, fin_sub_obj_cd, univ_fiscal_prd_cd, fdoc_nbr, fdoc_ref_nbr
 void ReconciliationServiceImpl.reconcile(Collection<Entry> glEntries, Collection<PurApAccountingLineBase> purapAcctEntries)
           
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.cab.businessobject
 

Methods in org.kuali.kfs.module.cab.businessobject that return types with arguments of type PurApAccountingLineBase
 List<PurApAccountingLineBase> GlAccountLineGroup.getMatchedPurApAcctLines()
          Gets the matchedPurApAcctLines attribute.
 List<PurApAccountingLineBase> PurApAccountLineGroup.getSourceEntries()
          Gets the sourceEntries attribute.
 

Methods in org.kuali.kfs.module.cab.businessobject with parameters of type PurApAccountingLineBase
 void PurApAccountLineGroup.combineEntry(PurApAccountingLineBase newEntry)
          This method will combine multiple Purap account entries for the same account line group.
 boolean PurApAccountLineGroup.isAccounted(PurApAccountingLineBase entry)
          Returns true if input PurApAccountingLineBase entry belongs to this account group
 

Method parameters in org.kuali.kfs.module.cab.businessobject with type arguments of type PurApAccountingLineBase
 void GlAccountLineGroup.setMatchedPurApAcctLines(List<PurApAccountingLineBase> matchedPurApAcctLines)
          Sets the matchedPurApAcctLines attribute value.
 void PurApAccountLineGroup.setSourceEntries(List<PurApAccountingLineBase> sourceGlEntries)
          Sets the sourceEntries attribute.
 

Constructors in org.kuali.kfs.module.cab.businessobject with parameters of type PurApAccountingLineBase
PurApAccountLineGroup(PurApAccountingLineBase entry)
           
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.purap.businessobject
 

Subclasses of PurApAccountingLineBase 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 PurchaseOrderAccount
          Purchase Order Account Business Object.
 class RequisitionAccount
          Requisition Account Business Object.
 

Constructors in org.kuali.kfs.module.purap.businessobject with parameters of type PurApAccountingLineBase
CreditMemoAccount(PurApAccountingLineBase accountingLine)
          Constructs a Credit Memo Account object from an existing PurAp Accounting Line object.
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.purap.document.service
 

Methods in org.kuali.kfs.module.purap.document.service with parameters of type PurApAccountingLineBase
 void AccountsPayableService.processExpiredOrClosedAccount(PurApAccountingLineBase acctLineBase, HashMap<String,ExpiredOrClosedAccountEntry> expiredOrClosedAccountList)
          Performs the replacement of an expired/closed account with a continuation account.
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.purap.document.service.impl
 

Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type PurApAccountingLineBase
 void AccountsPayableServiceImpl.processExpiredOrClosedAccount(PurApAccountingLineBase acctLineBase, HashMap<String,ExpiredOrClosedAccountEntry> expiredOrClosedAccountList)
           
 

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

Methods in org.kuali.kfs.module.purap.document.web.struts that return PurApAccountingLineBase
 PurApAccountingLineBase PurchasingFormBase.setupNewAccountDistributionAccountingLine()
          This method should be overriden.
 PurApAccountingLineBase PurchasingFormBase.setupNewPurchasingAccountingLine()
          This method should be overriden (or see accountingLines for an alternate way of doing this with newInstance)
 

Uses of PurApAccountingLineBase in org.kuali.kfs.module.purap.service.impl
 

Methods in org.kuali.kfs.module.purap.service.impl that return PurApAccountingLineBase
 PurApAccountingLineBase PurapAccountRevisionGroup.buildRevisionRecord(Class<? extends PurApAccountingLineBase> clazz)
           
 

Methods in org.kuali.kfs.module.purap.service.impl with parameters of type PurApAccountingLineBase
 void PurapAccountRevisionGroup.combineEntry(PurApAccountingLineBase newEntry)
          This method will combine multiple Purap account entries for the same account line group.
 

Method parameters in org.kuali.kfs.module.purap.service.impl with type arguments of type PurApAccountingLineBase
protected  Map<PurapAccountRevisionGroup,PurapAccountRevisionGroup> PurapAccountRevisionServiceImpl.buildAccountHistoryGroups(AccountsPayableItemBase item, Integer postingYear, String postingPeriodCode, Class<? extends PurApAccountingLineBase> clazz)
          Builds account history group based on existing account history lines
 PurApAccountingLineBase PurapAccountRevisionGroup.buildRevisionRecord(Class<? extends PurApAccountingLineBase> clazz)
           
 

Constructors in org.kuali.kfs.module.purap.service.impl with parameters of type PurApAccountingLineBase
PurapAccountRevisionGroup(PurApAccountingLineBase entry)
           
 



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