org.kuali.kfs.module.ar.report.service.impl
Class CustomerAgingReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ar.report.service.impl.CustomerAgingReportServiceImpl
All Implemented Interfaces:
CustomerAgingReportService

public class CustomerAgingReportServiceImpl
extends Object
implements CustomerAgingReportService

This class...


Constructor Summary
CustomerAgingReportServiceImpl()
           
 
Method Summary
 CustomerAgingReportDataHolder calculateAgingReportAmounts(Collection<CustomerInvoiceDetail> details, Date reportRunDate)
          This method returns a collection map
 org.kuali.rice.kns.service.DateTimeService getDateTimeService()
          This method...
 void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
          This method...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerAgingReportServiceImpl

public CustomerAgingReportServiceImpl()
Method Detail

calculateAgingReportAmounts

public CustomerAgingReportDataHolder calculateAgingReportAmounts(Collection<CustomerInvoiceDetail> details,
                                                                 Date reportRunDate)
Description copied from interface: CustomerAgingReportService
This method returns a collection map

Specified by:
calculateAgingReportAmounts in interface CustomerAgingReportService
Returns:
See Also:
org.kuali.kfs.module.ar.report.service.CustomerAgingReportService#calculateAgingReportAmounts()

getDateTimeService

public org.kuali.rice.kns.service.DateTimeService getDateTimeService()
This method...

Returns:

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
This method...

Parameters:
dateTimeService -


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