@Controller @RequestMapping(value="/functionaryWiseReport") public class FunctionaryWiseReportController extends Object
| Constructor and Description |
|---|
FunctionaryWiseReportController(org.egov.pgr.service.reports.FunctionaryWiseReportService functionaryWiseReportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
getReportHelper(org.springframework.ui.Model model) |
void |
result(String usrid,
String status,
String complaintDateType,
org.joda.time.DateTime fromDate,
org.joda.time.DateTime toDate,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
searchAgeingReportByBoundaryForm(org.springframework.ui.Model model) |
@Autowired public FunctionaryWiseReportController(org.egov.pgr.service.reports.FunctionaryWiseReportService functionaryWiseReportService)
@ModelAttribute public void getReportHelper(org.springframework.ui.Model model)
@RequestMapping(method=GET,
value="/search")
public String searchAgeingReportByBoundaryForm(org.springframework.ui.Model model)
@ExceptionHandler(value=java.lang.Exception.class) @RequestMapping(value="/result", method=GET) @ResponseBody public void result(@RequestParam String usrid, @RequestParam String status, @RequestParam String complaintDateType, @RequestParam org.joda.time.DateTime fromDate, @RequestParam org.joda.time.DateTime toDate, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.