@Controller
@RequestMapping(value={"/report","/public/report"})
public class DrillDownReportController
extends Object
| Constructor and Description |
|---|
DrillDownReportController(org.egov.pgr.service.reports.DrillDownReportService drillDownReportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
getReportHelper(org.springframework.ui.Model model) |
String |
searchAgeingReportByBoundaryForm(org.springframework.ui.Model model) |
String |
searchAgeingReportByDepartmentForm(org.springframework.ui.Model model) |
void |
springPaginationDataTablesUpdate(String groupBy,
String deptid,
String complainttypeid,
String selecteduserid,
String boundary,
String type,
String complaintDateType,
org.joda.time.DateTime fromDate,
org.joda.time.DateTime toDate,
String locality,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@Autowired public DrillDownReportController(org.egov.pgr.service.reports.DrillDownReportService drillDownReportService)
@ModelAttribute public void getReportHelper(org.springframework.ui.Model model)
@RequestMapping(method=GET,
value="/drillDownReportByBoundary")
public String searchAgeingReportByBoundaryForm(org.springframework.ui.Model model)
@RequestMapping(method=GET,
value="/drillDownReportByDept")
public String searchAgeingReportByDepartmentForm(org.springframework.ui.Model model)
@ExceptionHandler(value=java.lang.Exception.class) @RequestMapping(value="/drillDown/resultList-update", method=GET) @ResponseBody public void springPaginationDataTablesUpdate(@RequestParam String groupBy, @RequestParam String deptid, @RequestParam String complainttypeid, @RequestParam String selecteduserid, @RequestParam String boundary, @RequestParam String type, @RequestParam String complaintDateType, @RequestParam org.joda.time.DateTime fromDate, @RequestParam org.joda.time.DateTime toDate, @RequestParam String locality, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.