org.kuali.kfs.module.cab.batch.service.impl
Class BatchExtractReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cab.batch.service.impl.BatchExtractReportServiceImpl
All Implemented Interfaces:
BatchExtractReportService

public class BatchExtractReportServiceImpl
extends Object
implements BatchExtractReportService


Field Summary
protected  ReportInfo cabBatchMismatchReportInfo
           
protected  ReportInfo cabBatchStatusReportInfo
           
protected  org.kuali.rice.kns.service.DateTimeService dateTimeService
           
protected  ReportGenerationService reportGenerationService
           
 
Constructor Summary
BatchExtractReportServiceImpl()
           
 
Method Summary
 File generateMismatchReportPDF(ExtractProcessLog extractProcessLog)
          Generates a PDF report with mismatched record details
 File generateStatusReportPDF(ExtractProcessLog extractProcessLog)
          Generates a PDF report with status details
 ReportInfo getCabBatchMismatchReportInfo()
          Gets the cabBatchMismatchReportInfo attribute.
 ReportInfo getCabBatchStatusReportInfo()
          Gets the cabBatchStatusReportInfo attribute.
 org.kuali.rice.kns.service.DateTimeService getDateTimeService()
          Gets the dateTimeService attribute.
 ReportGenerationService getReportGenerationService()
          Gets the reportGenerationService attribute.
 void setCabBatchMismatchReportInfo(ReportInfo cabBatchMismatchReportInfo)
          Sets the cabBatchMismatchReportInfo attribute value.
 void setCabBatchStatusReportInfo(ReportInfo cabBatchStatusReportInfo)
          Sets the cabBatchStatusReportInfo attribute value.
 void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
          Sets the dateTimeService 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
 

Field Detail

reportGenerationService

protected ReportGenerationService reportGenerationService

cabBatchStatusReportInfo

protected ReportInfo cabBatchStatusReportInfo

cabBatchMismatchReportInfo

protected ReportInfo cabBatchMismatchReportInfo

dateTimeService

protected org.kuali.rice.kns.service.DateTimeService dateTimeService
Constructor Detail

BatchExtractReportServiceImpl

public BatchExtractReportServiceImpl()
Method Detail

generateStatusReportPDF

public File generateStatusReportPDF(ExtractProcessLog extractProcessLog)
Description copied from interface: BatchExtractReportService
Generates a PDF report with status details

Specified by:
generateStatusReportPDF in interface BatchExtractReportService
Parameters:
extractProcessLog - ExtractProcessLog
See Also:
BatchExtractReportService.generateStatusReportPDF(org.kuali.kfs.module.cab.batch.ExtractProcessLog)

generateMismatchReportPDF

public File generateMismatchReportPDF(ExtractProcessLog extractProcessLog)
Description copied from interface: BatchExtractReportService
Generates a PDF report with mismatched record details

Specified by:
generateMismatchReportPDF in interface BatchExtractReportService
Parameters:
extractProcessLog - ExtractProcessLog
See Also:
BatchExtractReportService.generateMismatchReportPDF(org.kuali.kfs.module.cab.batch.ExtractProcessLog)

getReportGenerationService

public ReportGenerationService getReportGenerationService()
Gets the reportGenerationService attribute.

Returns:
Returns the reportGenerationService.

setReportGenerationService

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

Parameters:
reportGenerationService - The reportGenerationService to set.

getCabBatchStatusReportInfo

public ReportInfo getCabBatchStatusReportInfo()
Gets the cabBatchStatusReportInfo attribute.

Returns:
Returns the cabBatchStatusReportInfo.

setCabBatchStatusReportInfo

public void setCabBatchStatusReportInfo(ReportInfo cabBatchStatusReportInfo)
Sets the cabBatchStatusReportInfo attribute value.

Parameters:
cabBatchStatusReportInfo - The cabBatchStatusReportInfo to set.

getDateTimeService

public org.kuali.rice.kns.service.DateTimeService getDateTimeService()
Gets the dateTimeService attribute.

Returns:
Returns the dateTimeService.

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.

Parameters:
dateTimeService - The dateTimeService to set.

getCabBatchMismatchReportInfo

public ReportInfo getCabBatchMismatchReportInfo()
Gets the cabBatchMismatchReportInfo attribute.

Returns:
Returns the cabBatchMismatchReportInfo.

setCabBatchMismatchReportInfo

public void setCabBatchMismatchReportInfo(ReportInfo cabBatchMismatchReportInfo)
Sets the cabBatchMismatchReportInfo attribute value.

Parameters:
cabBatchMismatchReportInfo - The cabBatchMismatchReportInfo to set.


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