@Controller @RequestMapping(value="/masters") public class WaterSourceMasterController extends Object
| Constructor and Description |
|---|
WaterSourceMasterController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createWaterSourceTypeMaster(org.egov.wtms.masters.entity.WaterSource waterSource,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
String |
editWaterSourceTypeData(org.egov.wtms.masters.entity.WaterSource waterSource,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model,
long waterSourceId) |
String |
getWaterSourceType(org.springframework.ui.Model model) |
String |
getWaterSourceTypeDetails(org.springframework.ui.Model model,
String waterSourceId) |
String |
getWaterSourceTypeList(org.springframework.ui.Model model) |
String |
viewForm(org.springframework.ui.Model model) |
@RequestMapping(value="/waterSourceTypeMaster",
method=GET)
public String viewForm(org.springframework.ui.Model model)
@RequestMapping(value="/waterSourceTypeMaster",
method=POST)
public String createWaterSourceTypeMaster(@ModelAttribute
org.egov.wtms.masters.entity.WaterSource waterSource,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model)
@RequestMapping(value="/waterSourceTypeMaster/list",
method=GET)
public String getWaterSourceTypeList(org.springframework.ui.Model model)
@RequestMapping(value="/waterSourceTypeMaster/edit",
method=GET)
public String getWaterSourceType(org.springframework.ui.Model model)
@RequestMapping(value="/waterSourceTypeMaster/edit/{waterSourceId}",
method=GET)
public String getWaterSourceTypeDetails(org.springframework.ui.Model model,
@PathVariable
String waterSourceId)
@RequestMapping(value="/waterSourceTypeMaster/edit/{waterSourceId}",
method=POST)
public String editWaterSourceTypeData(@ModelAttribute
org.egov.wtms.masters.entity.WaterSource waterSource,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model,
@PathVariable
long waterSourceId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.