@Controller @RequestMapping(value="/tpbo") public class TpboController extends GenericController
| Constructor and Description |
|---|
TpboController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.adtax.entity.RevenueInspector revenueInspector,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
CreateTpbo(org.springframework.ui.Model model) |
List<org.egov.adtax.entity.RevenueInspector> |
getAllRevenueInspectors() |
org.egov.adtax.entity.RevenueInspector |
RevenueInspector() |
String |
SearchTpbo() |
getCategories, getRevenueInspectors, getZones, localities@RequestMapping(value="create-tpbo",
method=GET)
public String CreateTpbo(org.springframework.ui.Model model)
@ModelAttribute(value="revenueInspector") public org.egov.adtax.entity.RevenueInspector RevenueInspector()
@RequestMapping(value="/create-revenue-inspector",
method=GET)
public String create(@ModelAttribute
org.egov.adtax.entity.RevenueInspector revenueInspector,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
@RequestMapping(value="/search-tpbo",
method=GET)
public String SearchTpbo()
@ModelAttribute(value="revenueInspectorNames") public List<org.egov.adtax.entity.RevenueInspector> getAllRevenueInspectors()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.