@Controller @RequestMapping(value="/reports/workprogressregister") public class WorkProgressRegisterPDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
static String |
WORKPROGRESSREGISTERPDF |
| Constructor and Description |
|---|
WorkProgressRegisterPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateWorkProgressRegisterPDF(javax.servlet.http.HttpServletRequest request,
Date adminSanctionFromDate,
Date adminSanctionToDate,
String workIdentificationNumber,
String contractor,
Long department,
boolean spillOverFlag,
String contentType,
String workStatus,
javax.servlet.http.HttpSession session) |
public static final String WORKPROGRESSREGISTERPDF
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(value="/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateWorkProgressRegisterPDF(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="adminSanctionFromDate")
Date adminSanctionFromDate,
@RequestParam(value="adminSanctionToDate")
Date adminSanctionToDate,
@RequestParam(value="workIdentificationNumber")
String workIdentificationNumber,
@RequestParam(value="contractor")
String contractor,
@RequestParam(value="department")
Long department,
@RequestParam(value="spillOverFlag")
boolean spillOverFlag,
@RequestParam(value="contentType")
String contentType,
@RequestParam(value="workStatus")
String workStatus,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.