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

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

@Transactional
public class CustomerCreditMemoReportServiceImpl
extends Object
implements CustomerCreditMemoReportService

To generate the working progress reports for the effort certification


Constructor Summary
CustomerCreditMemoReportServiceImpl()
           
 
Method Summary
 File generateReport(CustomerCreditMemoReportDataHolder reportDataHolder, Date runDate)
           
 ReportInfo getCustomerCreditMemoReportInfoNoTax()
          Gets the customerCreditMemoReportInfoNoTax attribute.
 void setCustomerCreditMemoReportInfo(ReportInfo customerCreditMemoReportInfo)
          Sets the effortExtractProcessReportInfo attribute value.
 void setCustomerCreditMemoReportInfoNoTax(ReportInfo customerCreditMemoReportInfoNoTax)
          Sets the customerCreditMemoReportInfoNoTax attribute value.
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
          Sets the parameterService attribute value.
 void setReportGenerationService(ReportGenerationService reportGenerationService)
          Sets the reportGenerationService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerCreditMemoReportServiceImpl

public CustomerCreditMemoReportServiceImpl()
Method Detail

generateReport

public File generateReport(CustomerCreditMemoReportDataHolder reportDataHolder,
                           Date runDate)
Specified by:
generateReport in interface CustomerCreditMemoReportService
See Also:
org.kuali.module.effort.service.EffortCertificationReportService#generateReportForExtractProcess(org.kuali.module.effort.util.ExtractProcessReportDataHolder, java.util.Date)

setCustomerCreditMemoReportInfo

public void setCustomerCreditMemoReportInfo(ReportInfo customerCreditMemoReportInfo)
Sets the effortExtractProcessReportInfo attribute value.

Parameters:
effortExtractProcessReportInfo - The effortExtractProcessReportInfo to set.

setReportGenerationService

public void setReportGenerationService(ReportGenerationService reportGenerationService)
Sets the reportGenerationService attribute value.

Parameters:
reportGenerationService - The reportGenerationService to set.

getCustomerCreditMemoReportInfoNoTax

public ReportInfo getCustomerCreditMemoReportInfoNoTax()
Gets the customerCreditMemoReportInfoNoTax attribute.

Returns:
Returns the customerCreditMemoReportInfoNoTax.

setCustomerCreditMemoReportInfoNoTax

public void setCustomerCreditMemoReportInfoNoTax(ReportInfo customerCreditMemoReportInfoNoTax)
Sets the customerCreditMemoReportInfoNoTax attribute value.

Parameters:
customerCreditMemoReportInfoNoTax - The customerCreditMemoReportInfoNoTax to set.

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value.

Parameters:
parameterService - The parameterService to set.


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