@Controller @RequestMapping(value="/bulkEscalation") public class BulkEscalationController extends Object
| Constructor and Description |
|---|
BulkEscalationController(org.egov.pgr.service.EscalationService escalationService,
org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.commons.service.ObjectTypeService objectTypeService,
org.egov.eis.service.PositionHierarchyService positionHierarchyService) |
| Modifier and Type | Method and Description |
|---|---|
BulkEscalationGenerator |
bulkEscalationGenerator() |
List<org.egov.pgr.entity.ComplaintType> |
complaintTypes() |
String |
newform() |
String |
save(BulkEscalationGenerator bulkEscalationGenerator,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
void |
search(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
BulkEscalationGenerator bulkEscalationGenerator,
javax.servlet.http.HttpServletResponse response) |
@Autowired
public BulkEscalationController(org.egov.pgr.service.EscalationService escalationService,
org.egov.pgr.service.ComplaintTypeService complaintTypeService,
org.egov.commons.service.ObjectTypeService objectTypeService,
org.egov.eis.service.PositionHierarchyService positionHierarchyService)
@ModelAttribute(value="complainttypes") public List<org.egov.pgr.entity.ComplaintType> complaintTypes()
@ModelAttribute public BulkEscalationGenerator bulkEscalationGenerator()
@RequestMapping(value="/search",
method=GET)
public String newform()
@RequestMapping(value="/search-result",
method=GET,
produces="application/json")
@ResponseBody
public void search(org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
@ModelAttribute
BulkEscalationGenerator bulkEscalationGenerator,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/save",
method=POST)
public String save(@ModelAttribute
BulkEscalationGenerator bulkEscalationGenerator,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.