@Controller @RequestMapping(value="/escalationTime") public class SearchEscalationTimeController 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 |
|---|
SearchEscalationTimeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.pgr.service.EscalationService escalationService,
org.egov.eis.service.DesignationService designationService) |
| Modifier and Type | Method and Description |
|---|---|
EscalationForm |
escalationForm() |
String |
saveEscalationTime(EscalationForm escalationForm,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
saveEscalationTimeForm(EscalationForm escalationForm,
org.springframework.ui.Model model) |
String |
searchEscalationTimeForm(EscalationForm escalationForm,
org.springframework.ui.Model model) |
String |
searchForm(EscalationForm escalationForm,
org.springframework.ui.Model model) |
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 SearchEscalationTimeController(org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.pgr.service.EscalationService escalationService,
org.egov.eis.service.DesignationService designationService)
@ModelAttribute public EscalationForm escalationForm()
@RequestMapping(value="/search-view",
method=POST)
public String searchEscalationTimeForm(@ModelAttribute
EscalationForm escalationForm,
org.springframework.ui.Model model)
@RequestMapping(value="/search-view",
method=GET)
public String searchForm(@ModelAttribute
EscalationForm escalationForm,
org.springframework.ui.Model model)
@RequestMapping(value="/save-escalationTime",
method=GET)
public String saveEscalationTimeForm(@ModelAttribute
EscalationForm escalationForm,
org.springframework.ui.Model model)
@RequestMapping(value="/save-escalationTime",
method=POST)
public String saveEscalationTime(@ModelAttribute
EscalationForm escalationForm,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.