@Controller @RequestMapping(value="/rebatePeriod/create") public class CreateRebatePeriodController extends Object
| Constructor and Description |
|---|
CreateRebatePeriodController(org.egov.ptis.domain.service.property.RebatePeriodService rebatePeriodService,
org.egov.ptis.client.util.PropertyTaxUtil propertyTaxUtil) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.ptis.domain.entity.property.RebatePeriod rebatePeriod,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model) |
String |
newForm(org.springframework.ui.Model model) |
org.egov.ptis.domain.entity.property.RebatePeriod |
rebatePeriodModel() |
@Autowired
public CreateRebatePeriodController(org.egov.ptis.domain.service.property.RebatePeriodService rebatePeriodService,
org.egov.ptis.client.util.PropertyTaxUtil propertyTaxUtil)
@ModelAttribute public org.egov.ptis.domain.entity.property.RebatePeriod rebatePeriodModel()
@RequestMapping(method=GET) public String newForm(org.springframework.ui.Model model)
@RequestMapping(method=POST) public String create(@ModelAttribute org.egov.ptis.domain.entity.property.RebatePeriod rebatePeriod, 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.