@Controller @RequestMapping(value="/reports/estimateabstractreport") public class EstimateAbstractReportPDFController extends Object
| Constructor and Description |
|---|
EstimateAbstractReportPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generatePDFDepartmentWise(javax.servlet.http.HttpServletRequest request,
Date adminSanctionFromDate,
Date adminSanctionToDate,
Long department,
Integer scheme,
Integer subScheme,
String workCategory,
String beneficiary,
String workStatus,
Long natureOfWork,
boolean spillOverFlag,
String contentType,
javax.servlet.http.HttpSession session) |
org.springframework.http.ResponseEntity<byte[]> |
generatePDFTypeOfWorkWise(javax.servlet.http.HttpServletRequest request,
Date adminSanctionFromDate,
Date adminSanctionToDate,
Long typeOfWork,
Long subTypeOfWork,
Set<org.egov.infra.admin.master.entity.Department> departments,
Integer scheme,
Integer subScheme,
String workCategory,
String beneficiary,
Long natureOfWork,
String workStatus,
boolean spillOverFlag,
String contentType,
javax.servlet.http.HttpSession session) |
@RequestMapping(value="/departmentwise/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generatePDFDepartmentWise(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="adminSanctionFromDate")
Date adminSanctionFromDate,
@RequestParam(value="adminSanctionToDate")
Date adminSanctionToDate,
@RequestParam(value="department")
Long department,
@RequestParam(value="scheme")
Integer scheme,
@RequestParam(value="subScheme")
Integer subScheme,
@RequestParam(value="workCategory")
String workCategory,
@RequestParam(value="beneficiary")
String beneficiary,
@RequestParam(value="workStatus")
String workStatus,
@RequestParam(value="natureOfWork")
Long natureOfWork,
@RequestParam(value="spillOverFlag")
boolean spillOverFlag,
@RequestParam(value="contentType")
String contentType,
javax.servlet.http.HttpSession session)
throws IOException
IOException@RequestMapping(value="/typeofworkwise/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generatePDFTypeOfWorkWise(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="adminSanctionFromDate")
Date adminSanctionFromDate,
@RequestParam(value="adminSanctionToDate")
Date adminSanctionToDate,
@RequestParam(value="typeOfWork")
Long typeOfWork,
@RequestParam(value="subTypeOfWork")
Long subTypeOfWork,
@RequestParam(value="departments")
Set<org.egov.infra.admin.master.entity.Department> departments,
@RequestParam(value="scheme")
Integer scheme,
@RequestParam(value="subScheme")
Integer subScheme,
@RequestParam(value="workCategory")
String workCategory,
@RequestParam(value="beneficiary")
String beneficiary,
@RequestParam(value="natureOfWork")
Long natureOfWork,
@RequestParam(value="workStatus")
String workStatus,
@RequestParam(value="spillOverFlag")
boolean spillOverFlag,
@RequestParam(value="contentType")
String contentType,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.