@Controller @RequestMapping(value="/escalationTime") public class ViewEscalationTimeController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.pgr.service.ComplaintTypeService |
complaintTypeService |
static String |
CONTENTTYPE_JSON |
protected org.egov.eis.service.DesignationService |
designationService |
protected org.egov.pgr.service.EscalationService |
escalationService |
| Constructor and Description |
|---|
ViewEscalationTimeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.pgr.service.EscalationService escalationService,
org.egov.eis.service.DesignationService designationService) |
| Modifier and Type | Method and Description |
|---|---|
String |
commonSearchResult(Integer pageNumber,
Integer pageSize,
Long complaintTypeId,
Long designationId) |
org.egov.pgr.entity.Escalation |
escalation() |
String |
searchEscalationTimeForm(org.egov.pgr.entity.Escalation escalation,
org.springframework.ui.Model model) |
String |
searchForm(org.egov.pgr.entity.Escalation escalation,
org.springframework.ui.Model model) |
void |
springPaginationDataTablesUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
public static final String CONTENTTYPE_JSON
protected org.egov.pgr.service.ComplaintTypeService complaintTypeService
protected org.egov.pgr.service.EscalationService escalationService
protected org.egov.eis.service.DesignationService designationService
@Autowired
public ViewEscalationTimeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.pgr.service.EscalationService escalationService,
org.egov.eis.service.DesignationService designationService)
@ModelAttribute public org.egov.pgr.entity.Escalation escalation()
@RequestMapping(value="/search",
method=GET)
public String searchForm(@ModelAttribute
org.egov.pgr.entity.Escalation escalation,
org.springframework.ui.Model model)
@RequestMapping(value="/search",
method=POST)
public String searchEscalationTimeForm(@ModelAttribute
org.egov.pgr.entity.Escalation escalation,
org.springframework.ui.Model model)
@RequestMapping(value="resultList-update",
method=GET)
@ResponseBody
public void springPaginationDataTablesUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.