@Controller @RequestMapping(value="/reports") public class ContractorWiseAbstractReportPDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTRACTOWISEABSTRACTREPORT |
| Constructor and Description |
|---|
ContractorWiseAbstractReportPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generatePDFDepartmentWise(javax.servlet.http.HttpServletRequest request,
Long financialYearId,
Long natureOfWork,
String workStatus,
Long ward,
String contractor,
String contentType,
javax.servlet.http.HttpSession session) |
public static final String CONTRACTOWISEABSTRACTREPORT
public ContractorWiseAbstractReportPDFController()
@RequestMapping(value="/contractorwiseabstract/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generatePDFDepartmentWise(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="financialYearId")
Long financialYearId,
@RequestParam(value="natureOfWork")
Long natureOfWork,
@RequestParam(value="workStatus")
String workStatus,
@RequestParam(value="ward")
Long ward,
@RequestParam(value="contractor")
String contractor,
@RequestParam(value="contentType")
String contentType,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.