@Controller @RequestMapping(value="/reports/estimateappropriationregister") public class EstimateAppropriationRegisterPDFController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUDGETFOLIOPDF |
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
EstimateAppropriationRegisterPDFController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
generateAppropriationRegisterPDF(javax.servlet.http.HttpServletRequest request,
Long department,
Long financialYear,
Date asOnDate,
Long fund,
Long function,
Long budgetHead,
String contentType,
javax.servlet.http.HttpSession session) |
public static final String BUDGETFOLIOPDF
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
public EstimateAppropriationRegisterPDFController()
@RequestMapping(value="/pdf",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> generateAppropriationRegisterPDF(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="departments")
Long department,
@RequestParam(value="financialYear")
Long financialYear,
@RequestParam(value="asOnDate")
Date asOnDate,
@RequestParam(value="fund")
Long fund,
@RequestParam(value="functionName")
Long function,
@RequestParam(value="budgetHead")
Long budgetHead,
@RequestParam(value="contentType")
String contentType,
javax.servlet.http.HttpSession session)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.