@Controller @RequestMapping(value="/budgetcheckconfig") public class BudgetCheckConfigController extends Object
| Constructor and Description |
|---|
BudgetCheckConfigController() |
| Modifier and Type | Method and Description |
|---|---|
String |
newForm(org.springframework.ui.Model model) |
String |
result(Long id,
org.springframework.ui.Model model) |
String |
update(org.egov.egf.budget.model.BudgetControlType budgetControlType,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
@RequestMapping(value="/new",
method=GET)
public String newForm(org.springframework.ui.Model model)
@RequestMapping(value="/update",
method=POST)
public String update(@ModelAttribute
org.egov.egf.budget.model.BudgetControlType budgetControlType,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.