org.kuali.kfs.module.cam.document.service
Interface PaymentSummaryService

All Known Implementing Classes:
PaymentSummaryServiceImpl

public interface PaymentSummaryService


Method Summary
 void calculateAndSetPaymentSummary(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal calculateFederalContribution(Asset asset)
          Sums up federal contribution amount for an asset
 org.kuali.rice.kns.util.KualiDecimal calculatePaymentTotalCost(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal calculatePrimaryAccumulatedDepreciation(Asset asset)
           
 org.kuali.rice.kns.util.KualiDecimal calculatePrimaryBookValue(Asset asset)
           
 

Method Detail

calculateAndSetPaymentSummary

void calculateAndSetPaymentSummary(Asset asset)
Parameters:
asset - Asset that needs Payment Summary Information computed
    Computes following information and sets them to asset object
  1. Federal contribution amount
  2. Payments till date
  3. Total Cost of Asset
  4. Accumulated Depreciation
  5. Primary Base Amount
  6. Book Value
  7. Previous Year Depreciation
  8. Year to Date Depreciation
  9. Current month depreciation

calculateFederalContribution

org.kuali.rice.kns.util.KualiDecimal calculateFederalContribution(Asset asset)
Sums up federal contribution amount for an asset

Parameters:
asset - Asset
Returns:
Federal Contribution Amount

calculatePrimaryAccumulatedDepreciation

org.kuali.rice.kns.util.KualiDecimal calculatePrimaryAccumulatedDepreciation(Asset asset)

calculatePrimaryBookValue

org.kuali.rice.kns.util.KualiDecimal calculatePrimaryBookValue(Asset asset)

calculatePaymentTotalCost

org.kuali.rice.kns.util.KualiDecimal calculatePaymentTotalCost(Asset asset)


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