org.kuali.kfs.pdp.batch.service.impl
Class DailyReportServiceImpl

java.lang.Object
  extended by org.kuali.kfs.pdp.batch.service.impl.DailyReportServiceImpl
All Implemented Interfaces:
DailyReportService

@Transactional
public class DailyReportServiceImpl
extends Object
implements DailyReportService


Constructor Summary
DailyReportServiceImpl()
           
 
Method Summary
protected  void addHeader(com.lowagie.text.pdf.PdfPTable dataTable)
           
protected  void addRow(com.lowagie.text.pdf.PdfPTable dataTable, DailyReport dr, boolean bold)
           
protected  void addRow(com.lowagie.text.pdf.PdfPTable dataTable, DailyReport dr, boolean bold, String name)
           
protected  List<DailyReport> getData()
           
protected  com.lowagie.text.Document openPdfWriter(String destinationDirectory, String fileprefix, Date runDate, String title)
           
 void runReport()
           
 void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dts)
           
 void setDirectoryName(String d)
           
 void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
           
 void setPaymentDetailDao(PaymentDetailDao pdd)
           
 void setPaymentGroupService(PaymentGroupService paymentGroupService)
          Sets the PaymentGroupService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyReportServiceImpl

public DailyReportServiceImpl()
Method Detail

getData

protected List<DailyReport> getData()

runReport

public void runReport()
Specified by:
runReport in interface DailyReportService

addHeader

protected void addHeader(com.lowagie.text.pdf.PdfPTable dataTable)

addRow

protected void addRow(com.lowagie.text.pdf.PdfPTable dataTable,
                      DailyReport dr,
                      boolean bold)

addRow

protected void addRow(com.lowagie.text.pdf.PdfPTable dataTable,
                      DailyReport dr,
                      boolean bold,
                      String name)

openPdfWriter

protected com.lowagie.text.Document openPdfWriter(String destinationDirectory,
                                                  String fileprefix,
                                                  Date runDate,
                                                  String title)

setDirectoryName

public void setDirectoryName(String d)

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dts)

setPaymentDetailDao

public void setPaymentDetailDao(PaymentDetailDao pdd)

setPaymentGroupService

public void setPaymentGroupService(PaymentGroupService paymentGroupService)
Description copied from interface: DailyReportService
Sets the PaymentGroupService

Specified by:
setPaymentGroupService in interface DailyReportService
See Also:
DailyReportService.setPaymentGroupService(org.kuali.kfs.pdp.service.PaymentGroupService)

setKualiConfigurationService

public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)


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