@Transactional public class DailyReportServiceImpl extends Object implements DailyReportService
Constructor and Description |
---|
DailyReportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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 |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts) |
void |
setDirectoryName(String d) |
void |
setPaymentDetailDao(PaymentDetailDao pdd) |
void |
setPaymentGroupService(PaymentGroupService paymentGroupService)
Sets the PaymentGroupService
|
public DailyReportServiceImpl()
protected List<DailyReport> getData()
public void runReport()
runReport
in interface DailyReportService
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 com.lowagie.text.Document openPdfWriter(String destinationDirectory, String fileprefix, Date runDate, String title)
public void setDirectoryName(String d)
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
public void setPaymentDetailDao(PaymentDetailDao pdd)
public void setPaymentGroupService(PaymentGroupService paymentGroupService)
DailyReportService
setPaymentGroupService
in interface DailyReportService
DailyReportService.setPaymentGroupService(org.kuali.ole.pdp.service.PaymentGroupService)
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.