@Controller @RequestMapping(value="/registration") public class UpdateMarriageRegistrationController extends MarriageRegistrationController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
protected org.egov.infra.filestore.repository.FileStoreMapperRepository |
fileStoreMapperRepository |
protected org.egov.mrs.application.MarriageUtils |
marriageUtils |
appConfigValuesService, boundaryService, marriageActService, marriageApplicantService, marriageDocumentService, marriageFeeService, marriageRegistrationService, marriageRegistrationUnitService, messageSource, nationalityService, religionService, utils| Constructor and Description |
|---|
UpdateMarriageRegistrationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
digiSignTransitionWorkflow(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
void |
downloadRegDigiSignedCertificate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
editApprovedRegistration(Long id,
org.springframework.ui.Model model) |
String |
modifyRegisteredApplication(Long id,
org.egov.mrs.domain.entity.MarriageRegistration registration,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors) |
String |
showRegistration(Long id,
org.springframework.ui.Model model) |
boolean |
uniqueSerialNo(String serialNo) |
String |
updateRegistration(org.egov.eis.web.contract.WorkflowContainer workflowContainer,
org.egov.mrs.domain.entity.MarriageRegistration marriageRegistration,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors) |
org.springframework.http.ResponseEntity<byte[]> |
viewMarriageRegistrationReport(Long id,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request) |
prepareForm, validateApplicationDate@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@Autowired protected org.egov.mrs.application.MarriageUtils marriageUtils
@Autowired protected org.egov.infra.filestore.repository.FileStoreMapperRepository fileStoreMapperRepository
public UpdateMarriageRegistrationController()
@RequestMapping(value="/update/{id}",
method=GET)
public String showRegistration(@PathVariable
Long id,
org.springframework.ui.Model model)
@RequestMapping(value="/modify-approved/{id}",
method=GET)
public String editApprovedRegistration(@PathVariable
Long id,
org.springframework.ui.Model model)
@RequestMapping(value="/update",
method=POST)
public String updateRegistration(org.egov.eis.web.contract.WorkflowContainer workflowContainer,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration marriageRegistration,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors)
throws IOException
IOException@RequestMapping(value="/digiSignWorkflow") public String digiSignTransitionWorkflow(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model) throws IOException
request - model - IOException@RequestMapping(value="/downloadSignedCertificate")
public void downloadRegDigiSignedCertificate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - response - @RequestMapping(value="/modify-approved",
method=POST)
public String modifyRegisteredApplication(@RequestParam
Long id,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors)
id - registration - model - request - errors - @RequestMapping(value="/checkunique-serialno",
method=GET,
produces="application/json")
@ResponseBody
public boolean uniqueSerialNo(@RequestParam
String serialNo)
serialNo - @RequestMapping(value="/viewCertificate/{id}",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> viewMarriageRegistrationReport(@PathVariable
Long id,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest request)
throws IOException
id - session - request - IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.