@Controller @RequestMapping(value="/abstractestimate") public class ViewBillOfQuantitiesXlsController extends Object
| Constructor and Description |
|---|
ViewBillOfQuantitiesXlsController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
viewBillOfQuantities(Long abstractEstimateId,
org.springframework.ui.Model model) |
public static final String BOQ
@RequestMapping(value="/viewBillOfQuantitiesXls/{abstractEstimateId}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> viewBillOfQuantities(@PathVariable
Long abstractEstimateId,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.