@Controller
@RequestMapping(value="/reissue")
public class ViewReIssueController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Constructor and Description |
|---|
ViewReIssueController(org.egov.mrs.domain.service.ReIssueService reIssueService,
org.egov.mrs.domain.service.MarriageRegistrationService marriageRegistrationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareNewForm(org.springframework.ui.Model model) |
String |
showReIssueApplication(Long reIssueId,
org.springframework.ui.Model model) |
String |
viewRegistration(Long reIssueId,
String mode,
org.springframework.ui.Model model) |
String |
viewReIssueByApplnNo(String applnNo,
String mode,
org.springframework.ui.Model model) |
@Autowired
public ViewReIssueController(org.egov.mrs.domain.service.ReIssueService reIssueService,
org.egov.mrs.domain.service.MarriageRegistrationService marriageRegistrationService)
public void prepareNewForm(org.springframework.ui.Model model)
@RequestMapping(value="/{reIssueId}",
method=GET)
public String viewRegistration(@PathVariable
Long reIssueId,
@RequestParam(required=false)
String mode,
org.springframework.ui.Model model)
throws IOException
IOException@RequestMapping(value="/view/{reIssueId}",
method=GET)
public String showReIssueApplication(@PathVariable
Long reIssueId,
org.springframework.ui.Model model)
throws IOException
IOException@RequestMapping(value="/viewapplication/{applnNo}",
method=GET)
public String viewReIssueByApplnNo(@PathVariable
String applnNo,
@RequestParam(required=false)
String mode,
org.springframework.ui.Model model)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.