@Controller @RequestMapping(value="/accountdetailtype") public class AccountdetailtypeController extends Object
| Constructor and Description |
|---|
AccountdetailtypeController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxsearch(String mode,
org.springframework.ui.Model model,
org.egov.commons.Accountdetailtype accountdetailtype) |
String |
create(org.egov.commons.Accountdetailtype accountdetailtype,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
edit(Integer id,
org.springframework.ui.Model model) |
String |
newForm(org.springframework.ui.Model model) |
String |
result(Integer id,
org.springframework.ui.Model model) |
String |
search(String mode,
org.springframework.ui.Model model) |
Object |
toSearchResultJson(Object object) |
String |
update(org.egov.commons.Accountdetailtype accountdetailtype,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
view(Integer id,
org.springframework.ui.Model model) |
@RequestMapping(value="/new",
method=GET)
public String newForm(org.springframework.ui.Model model)
@RequestMapping(value="/create",
method=POST)
public String create(@ModelAttribute
org.egov.commons.Accountdetailtype accountdetailtype,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
@RequestMapping(value="/edit/{id}",
method=GET)
public String edit(@PathVariable(value="id")
Integer id,
org.springframework.ui.Model model)
@RequestMapping(value="/update",
method=POST)
public String update(@ModelAttribute
org.egov.commons.Accountdetailtype accountdetailtype,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
@RequestMapping(value="/view/{id}",
method=GET)
public String view(@PathVariable(value="id")
Integer id,
org.springframework.ui.Model model)
@RequestMapping(value="/result/{id}",
method=GET)
public String result(@PathVariable(value="id")
Integer id,
org.springframework.ui.Model model)
@RequestMapping(value="/search/{mode}",
method=GET)
public String search(@PathVariable(value="mode")
String mode,
org.springframework.ui.Model model)
@RequestMapping(value="/ajaxsearch/{mode}",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxsearch(@PathVariable(value="mode")
String mode,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.commons.Accountdetailtype accountdetailtype)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.