@RestController @RequestMapping(value="/public/worksdashboard") public class StateLevelDashboardController extends Object
| Constructor and Description |
|---|
StateLevelDashboardController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDistrictWiseByTypeOfWork(String typeofwork) |
String |
getSectorWiseULBDetails() |
String |
getStateWiseTypeOfWorkDetails() |
String |
getStateWiseULBDetails(String typeofwork,
String ulbname) |
String |
getUlbWiseByDistrictAndTypeOfWork(String typeofwork,
String districtname) |
String |
getUlbWiseByTypeOfWork(String typeofwork) |
String |
getUlbWiseByTypeOfWorkAndUlbs(String typeofwork,
String ulbcodes) |
Object |
toMilestoneJson(Object object) |
Object |
toSectorReportJson(Object object) |
Object |
toTransactionJson(Object object) |
@RequestMapping(value="/statewisetypeofwork",
method=GET,
produces="application/json")
@ResponseBody
public String getStateWiseTypeOfWorkDetails()
throws IOException
IOException@RequestMapping(value="/districtwise-bytypeofwork",
method=GET,
produces="application/json")
@ResponseBody
public String getDistrictWiseByTypeOfWork(@RequestParam(value="typeofwork")
String typeofwork)
throws IOException
IOException@RequestMapping(value="/ulbwise-bytypeofwork",
method=GET,
produces="application/json")
@ResponseBody
public String getUlbWiseByTypeOfWork(@RequestParam(value="typeofwork")
String typeofwork)
throws IOException
IOException@RequestMapping(value="/ulbwise-bydistrictandtypeofwork",
method=GET,
produces="application/json")
@ResponseBody
public String getUlbWiseByDistrictAndTypeOfWork(@RequestParam(value="typeofwork")
String typeofwork,
@RequestParam(value="districtname")
String districtname)
throws IOException
IOException@RequestMapping(value="/ulbwise-bytypeofworkandulbs",
method=GET,
produces="application/json")
@ResponseBody
public String getUlbWiseByTypeOfWorkAndUlbs(@RequestParam(value="typeofwork")
String typeofwork,
@RequestParam(value="ulbcodes")
String ulbcodes)
throws IOException
IOException@RequestMapping(value="/statewiseulb",
method=GET,
produces="application/json")
@ResponseBody
public String getStateWiseULBDetails(@RequestParam(value="typeofwork")
String typeofwork,
@RequestParam(value="ulbname")
String ulbname)
throws IOException
IOException@RequestMapping(value="/sectorwisereport",
method=GET,
produces="application/json")
@ResponseBody
public String getSectorWiseULBDetails()
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.