Uses of Class
org.kuali.kfs.module.cam.businessobject.AssetDepreciationTransaction

Packages that use AssetDepreciationTransaction
org.kuali.kfs.module.cam.batch.service.impl   
 

Uses of AssetDepreciationTransaction in org.kuali.kfs.module.cam.batch.service.impl
 

Methods in org.kuali.kfs.module.cam.batch.service.impl that return types with arguments of type AssetDepreciationTransaction
protected  SortedMap<String,AssetDepreciationTransaction> AssetDepreciationServiceImpl.calculateDepreciation(Collection<AssetPaymentInfo> depreciableAssetsCollection, Calendar depreciationDate)
          This method calculates the depreciation of each asset payment, creates the depreciation transactions that will be stored in the general ledger pending entry table
 

Method parameters in org.kuali.kfs.module.cam.batch.service.impl with type arguments of type AssetDepreciationTransaction
protected  void AssetDepreciationServiceImpl.populateDepreciationTransaction(AssetPaymentInfo assetPayment, String transactionType, String plantCOA, String plantAccount, ObjectCode deprObjectCode, SortedMap<String,AssetDepreciationTransaction> depreciationTransactionSummary)
          This method stores in a collection of business objects the depreciation transaction that later on will be passed to the processGeneralLedgerPendingEntry method in order to store the records in gl pending entry table
protected  void AssetDepreciationServiceImpl.processGeneralLedgerPendingEntry(SortedMap<String,AssetDepreciationTransaction> trans)
          This method stores the depreciation transactions in the general pending entry table and creates a new documentHeader entry.
 



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