|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.ar.report.service.impl.CustomerInvoiceReportServiceImpl
@Transactional public class CustomerInvoiceReportServiceImpl
To generate the working progress reports for the effort certification
| Constructor Summary | |
|---|---|
CustomerInvoiceReportServiceImpl()
|
|
| Method Summary | |
|---|---|
File |
generateReport(CustomerInvoiceReportDataHolder reportDataHolder,
Date runDate)
generate report for effort certification extract process witht the given report data and information |
ReportInfo |
getCustomerInvoiceReportInfo()
Gets the customerInvoiceReportInfo attribute. |
ReportInfo |
getCustomerInvoiceReportInfoNoTax()
Gets the customerInvoiceReportInfoNoTax attribute. |
void |
setCustomerInvoiceReportInfo(ReportInfo customerInvoiceReportInfo)
Sets the customerInvoiceReportInfo attribute value. |
void |
setCustomerInvoiceReportInfoNoTax(ReportInfo customerInvoiceReportInfoNoTax)
Sets the customerInvoiceReportInfoNoTax 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 |
|---|
public CustomerInvoiceReportServiceImpl()
| Method Detail |
|---|
public File generateReport(CustomerInvoiceReportDataHolder reportDataHolder,
Date runDate)
CustomerInvoiceReportService
generateReport in interface CustomerInvoiceReportServicereportDataHolder - the given report data holderrunDate - the datetime of the repor generationorg.kuali.module.effort.service.EffortCertificationReportService#generateReportForExtractProcess(org.kuali.module.effort.util.ExtractProcessReportDataHolder, java.util.Date)public void setCustomerInvoiceReportInfo(ReportInfo customerInvoiceReportInfo)
customerInvoiceReportInfo - The customerInvoiceReportInfo to set.public void setReportGenerationService(ReportGenerationService reportGenerationService)
reportGenerationService - The reportGenerationService to set.public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - The parameterService to set.public ReportInfo getCustomerInvoiceReportInfo()
public ReportInfo getCustomerInvoiceReportInfoNoTax()
public void setCustomerInvoiceReportInfoNoTax(ReportInfo customerInvoiceReportInfoNoTax)
customerInvoiceReportInfoNoTax - The customerInvoiceReportInfoNoTax to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||