@Controller @RequestMapping(value="/application/") public class ViewAndEditLegalCaseController extends GenericLegalCaseController
| Constructor and Description |
|---|
ViewAndEditLegalCaseController() |
| Modifier and Type | Method and Description |
|---|---|
String |
edit(String lcNumber,
org.springframework.ui.Model model) |
String |
update(org.egov.lcms.transactions.entity.LegalCase legalCase,
String lcNumber,
org.springframework.validation.BindingResult errors,
org.springframework.web.multipart.MultipartFile[] files,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
view(String lcNumber,
org.springframework.ui.Model model) |
caseTypeList, courtTypeList, getCourtNameList, getGovtDeptList, getLcNumberTypesMap, getLcNumberTypeTypes, getPetitionList, getWPYearList@RequestMapping(value="/view/",
method=GET)
public String view(@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.ui.Model model)
@RequestMapping(value="/edit/",
method=GET)
public String edit(@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.ui.Model model)
@RequestMapping(value="/edit/",
method=POST)
public String update(@ModelAttribute
org.egov.lcms.transactions.entity.LegalCase legalCase,
@RequestParam(value="lcNumber")
String lcNumber,
org.springframework.validation.BindingResult errors,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files,
org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.