public class EstimatePDFGenerator
extends org.egov.works.utils.AbstractPDFGenerator
| Constructor and Description |
|---|
EstimatePDFGenerator(org.egov.works.abstractestimate.entity.AbstractEstimate estimate,
String headerText,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
displayHistory(org.egov.infra.workflow.entity.StateHistory stateHistory,
com.lowagie.text.pdf.PdfPTable approvaldetailsTable) |
void |
generatePDF() |
List<org.egov.works.abstractestimate.entity.AbstractEstimateAppropriation> |
getAbstractEstimateAppropriationList() |
List<String> |
getAppConfigValuesToSkipBudget() |
org.egov.dao.budget.BudgetDetailsDAO |
getBudgetDetailsDAO() |
List<org.egov.model.budget.BudgetUsage> |
getBudgetDetailUsage(String estimateNumber) |
String |
getHeaderText() |
org.egov.infstr.services.PersistenceService |
getPersistenceService() |
Boolean |
isSkipBudgetCheck() |
void |
setAbstractEstimateAppropriationList(List<org.egov.works.abstractestimate.entity.AbstractEstimateAppropriation> abstractEstimateAppropriationList) |
void |
setAbstractEstimateService(org.egov.works.services.AbstractEstimateService abstractEstimateService) |
void |
setAssignmentService(org.egov.eis.service.AssignmentService assignmentService) |
void |
setBudgetDetailsDAO(org.egov.dao.budget.BudgetDetailsDAO budgetDetailsDAO) |
void |
setHeaderText(String headerText) |
void |
setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService) |
void |
setWorksService(org.egov.works.services.WorksService worksService) |
public EstimatePDFGenerator(org.egov.works.abstractestimate.entity.AbstractEstimate estimate,
String headerText,
OutputStream out)
public void setBudgetDetailsDAO(org.egov.dao.budget.BudgetDetailsDAO budgetDetailsDAO)
public void generatePDF()
throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionpublic void displayHistory(org.egov.infra.workflow.entity.StateHistory stateHistory,
com.lowagie.text.pdf.PdfPTable approvaldetailsTable)
throws Exception
Exceptionpublic org.egov.infstr.services.PersistenceService getPersistenceService()
public void setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService)
public String getHeaderText()
public void setHeaderText(String headerText)
public org.egov.dao.budget.BudgetDetailsDAO getBudgetDetailsDAO()
public void setAbstractEstimateService(org.egov.works.services.AbstractEstimateService abstractEstimateService)
public void setWorksService(org.egov.works.services.WorksService worksService)
public Boolean isSkipBudgetCheck()
public List<org.egov.model.budget.BudgetUsage> getBudgetDetailUsage(String estimateNumber)
public List<org.egov.works.abstractestimate.entity.AbstractEstimateAppropriation> getAbstractEstimateAppropriationList()
public void setAbstractEstimateAppropriationList(List<org.egov.works.abstractestimate.entity.AbstractEstimateAppropriation> abstractEstimateAppropriationList)
public void setAssignmentService(org.egov.eis.service.AssignmentService assignmentService)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.