@Controller @RequestMapping(value="/editCollection") public class EditCollectionController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infstr.services.PersistenceService |
persistenceService |
| Constructor and Description |
|---|
EditCollectionController() |
| Modifier and Type | Method and Description |
|---|---|
String |
form(DemandDetailBeansForm demandDetailBeansForm,
String assessmentNo,
org.springframework.ui.Model model) |
String |
update(DemandDetailBeansForm demandDetailBeansForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model) |
@Autowired @Qualifier(value="persistenceService") protected org.egov.infstr.services.PersistenceService persistenceService
@RequestMapping(value="/editForm/{assessmentNo}",
method=GET)
public String form(@ModelAttribute(value="demandDetailBeansForm")
DemandDetailBeansForm demandDetailBeansForm,
@PathVariable
String assessmentNo,
org.springframework.ui.Model model)
@RequestMapping(value="/update",
method=POST)
public String update(@ModelAttribute(value="demandDetailBeansForm")
DemandDetailBeansForm demandDetailBeansForm,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.