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

Packages that use AssetPaymentAssetDetail
org.kuali.kfs.module.cam.document   
org.kuali.kfs.module.cam.document.validation.event   
org.kuali.kfs.module.cam.document.validation.impl   
org.kuali.kfs.module.cam.util   
 

Uses of AssetPaymentAssetDetail in org.kuali.kfs.module.cam.document
 

Fields in org.kuali.kfs.module.cam.document with type parameters of type AssetPaymentAssetDetail
protected  List<AssetPaymentAssetDetail> AssetPaymentDocument.assetPaymentAssetDetail
           
 

Methods in org.kuali.kfs.module.cam.document that return types with arguments of type AssetPaymentAssetDetail
 List<AssetPaymentAssetDetail> AssetPaymentDocument.getAssetPaymentAssetDetail()
           
 

Methods in org.kuali.kfs.module.cam.document with parameters of type AssetPaymentAssetDetail
 void AssetPaymentDocument.addAssetPaymentAssetDetail(AssetPaymentAssetDetail assetPaymentAssetDetail)
          This method...
 

Method parameters in org.kuali.kfs.module.cam.document with type arguments of type AssetPaymentAssetDetail
 void AssetPaymentDocument.setAssetPaymentAssetDetail(List<AssetPaymentAssetDetail> assetPaymentAssetDetail)
           
 

Uses of AssetPaymentAssetDetail in org.kuali.kfs.module.cam.document.validation.event
 

Methods in org.kuali.kfs.module.cam.document.validation.event that return AssetPaymentAssetDetail
 AssetPaymentAssetDetail AssetPaymentAddAssetEvent.getAssetPaymentAssetDetail()
          gets the assetPaymentAssetDetail object
 

Constructors in org.kuali.kfs.module.cam.document.validation.event with parameters of type AssetPaymentAssetDetail
AssetPaymentAddAssetEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, AssetPaymentAssetDetail assetPaymentAssetDetail)
          Constructs an AssetPaymentAddAssetEvent with the given errorPathPrefix, document, and accountingLine.
 

Uses of AssetPaymentAssetDetail in org.kuali.kfs.module.cam.document.validation.impl
 

Methods in org.kuali.kfs.module.cam.document.validation.impl that return AssetPaymentAssetDetail
 AssetPaymentAssetDetail AssetPaymentAddAssetValidation.getAssetPaymentAssetDetailForValidation()
           
 

Methods in org.kuali.kfs.module.cam.document.validation.impl with parameters of type AssetPaymentAssetDetail
 void AssetPaymentAddAssetValidation.setAssetPaymentAssetDetailForValidation(AssetPaymentAssetDetail assetPaymentAssetDetailForValidation)
           
 

Uses of AssetPaymentAssetDetail in org.kuali.kfs.module.cam.util
 

Methods in org.kuali.kfs.module.cam.util that return types with arguments of type AssetPaymentAssetDetail
 Map<String,Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal>> AssetPaymentDistributor.getAssetPaymentDistributions()
          Retrieve the asset payment distributions
 Map<AssetPaymentAssetDetail,org.kuali.rice.kns.util.KualiDecimal> AssetPaymentDistributor.getTotalAssetAllocations()
          Get each Asset's allocation totals base the payment distributions
 

Constructor parameters in org.kuali.kfs.module.cam.util with type arguments of type AssetPaymentAssetDetail
AssetPaymentDistributor(List<AssetPaymentDetail> assetPaymentDetailLines, List<AssetPaymentAssetDetail> assetPaymentAssetDetails, org.kuali.rice.kns.util.KualiDecimal totalHistoricalCost)
          Constructor and instantiate the detai lists as empty
 



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