Uses of Class
org.kuali.kfs.module.cam.batch.AssetPaymentInfo

Packages that use AssetPaymentInfo
org.kuali.kfs.module.cam.batch.service.impl   
org.kuali.kfs.module.cam.document.dataaccess   
org.kuali.kfs.module.cam.document.dataaccess.impl   
 

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

Methods in org.kuali.kfs.module.cam.batch.service.impl with parameters of type AssetPaymentInfo
protected  ObjectCode AssetDepreciationServiceImpl.getDepreciationObjectCode(Map<String,ObjectCode> capObjectCodesCache, AssetPaymentInfo assetPaymentInfo, String capitalizationFinancialObjectCode)
          Depreciation object code is returned from cache or from DB
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
 

Method parameters in org.kuali.kfs.module.cam.batch.service.impl with type arguments of type AssetPaymentInfo
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
 

Uses of AssetPaymentInfo in org.kuali.kfs.module.cam.document.dataaccess
 

Methods in org.kuali.kfs.module.cam.document.dataaccess that return types with arguments of type AssetPaymentInfo
 Collection<AssetPaymentInfo> DepreciationBatchDao.getListOfDepreciableAssetPaymentInfo(Integer fiscalYear, Integer fiscalMonth, Calendar depreciationDate)
          Gets the list of depreciable asset payment list and corresponding details
 

Method parameters in org.kuali.kfs.module.cam.document.dataaccess with type arguments of type AssetPaymentInfo
 void DepreciationBatchDao.updateAssetPayments(List<AssetPaymentInfo> assetPayments, Integer fiscalPeriod)
          Updates payments as batch, columns updated are accumulated depreciation amount and current period column decided by fiscal period
 

Uses of AssetPaymentInfo in org.kuali.kfs.module.cam.document.dataaccess.impl
 

Methods in org.kuali.kfs.module.cam.document.dataaccess.impl that return types with arguments of type AssetPaymentInfo
 Collection<AssetPaymentInfo> DepreciationBatchDaoJdbc.getListOfDepreciableAssetPaymentInfo(Integer fiscalYear, Integer fiscalMonth, Calendar depreciationDate)
           
 

Method parameters in org.kuali.kfs.module.cam.document.dataaccess.impl with type arguments of type AssetPaymentInfo
 void DepreciationBatchDaoJdbc.updateAssetPayments(List<AssetPaymentInfo> assetPayments, Integer fiscalMonth)
           
 



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