public class MeasurementBookPDFGenerator
extends org.egov.works.utils.AbstractPDFGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
MEASUREMENTBOOK_PDF_ERROR |
| Constructor and Description |
|---|
MeasurementBookPDFGenerator(org.egov.works.mb.entity.MBHeader mbHeader,
OutputStream out,
Map<String,String> pdfLabel) |
| Modifier and Type | Method and Description |
|---|---|
com.lowagie.text.pdf.PdfPTable |
createPreviousMbTable() |
void |
generatePDF() |
org.egov.pims.service.EmployeeServiceOld |
getEmployeeService() |
org.egov.infstr.services.PersistenceService |
getPersistenceService() |
void |
setEmployeeService(org.egov.pims.service.EmployeeServiceOld employeeService) |
void |
setMeasurementBookService(org.egov.works.services.MeasurementBookService measurementBookService) |
void |
setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService) |
void |
setWorkOrderService(org.egov.works.services.WorkOrderService workOrderService) |
public static final String MEASUREMENTBOOK_PDF_ERROR
public MeasurementBookPDFGenerator(org.egov.works.mb.entity.MBHeader mbHeader,
OutputStream out,
Map<String,String> pdfLabel)
public void generatePDF()
public com.lowagie.text.pdf.PdfPTable createPreviousMbTable()
throws com.lowagie.text.DocumentException,
org.egov.infra.exception.ApplicationException
com.lowagie.text.DocumentExceptionorg.egov.infra.exception.ApplicationExceptionpublic org.egov.infstr.services.PersistenceService getPersistenceService()
public void setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService)
public org.egov.pims.service.EmployeeServiceOld getEmployeeService()
public void setEmployeeService(org.egov.pims.service.EmployeeServiceOld employeeService)
public void setMeasurementBookService(org.egov.works.services.MeasurementBookService measurementBookService)
public void setWorkOrderService(org.egov.works.services.WorkOrderService workOrderService)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.