org.kuali.kfs.module.cam.document.service
Interface PaymentSummaryService
- All Known Implementing Classes:
- PaymentSummaryServiceImpl
public interface PaymentSummaryService
calculateAndSetPaymentSummary
void calculateAndSetPaymentSummary(Asset asset)
- Parameters:
asset
- Asset that needs Payment Summary Information computed
Computes following information and sets them to asset object
- Federal contribution amount
- Payments till date
- Total Cost of Asset
- Accumulated Depreciation
- Primary Base Amount
- Book Value
- Previous Year Depreciation
- Year to Date Depreciation
- 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.