org.kuali.kfs.pdp.batch.service.impl
Class DailyReportServiceImpl
java.lang.Object
org.kuali.kfs.pdp.batch.service.impl.DailyReportServiceImpl
- All Implemented Interfaces:
- DailyReportService
@Transactional
public class DailyReportServiceImpl
- extends Object
- implements DailyReportService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailyReportServiceImpl
public DailyReportServiceImpl()
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.