@Controller @RequestMapping(value="/registration") public class SearchRegistrationController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.mrs.masters.service.MarriageRegistrationUnitService |
marriageRegistrationUnitService |
| Constructor and Description |
|---|
SearchRegistrationController(org.egov.mrs.domain.service.MarriageRegistrationService marriageRegistrationService,
org.egov.infra.security.utils.SecurityUtils securityUtils) |
| Modifier and Type | Method and Description |
|---|---|
void |
download(long id,
javax.servlet.http.HttpServletResponse response) |
List<org.egov.mrs.domain.enums.MarriageCertificateType> |
mrTypeList() |
void |
prepareSearchForm(org.springframework.ui.Model model) |
String |
reissueCertificateSearch(org.springframework.ui.Model model) |
String |
search(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
searchApprovedMarriageRecords(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageCertificate certificate) |
String |
searchApprovedMarriageReIssueRecordsForFee(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistrationSearchFilter mrSearchFilter) |
String |
searchMarriageRegistrationsForFeeCollection(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
searchRegisteredStatusMarriageRecords(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
searchRegisterStatusMarriageRecords(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
showReportForm(org.springframework.ui.Model model) |
String |
showSearch(org.springframework.ui.Model model) |
String |
showSearchApproved(org.springframework.ui.Model model) |
String |
showSearchApprovedforFee(org.springframework.ui.Model model) |
@Autowired protected org.egov.mrs.masters.service.MarriageRegistrationUnitService marriageRegistrationUnitService
@Autowired
public SearchRegistrationController(org.egov.mrs.domain.service.MarriageRegistrationService marriageRegistrationService,
org.egov.infra.security.utils.SecurityUtils securityUtils)
public void prepareSearchForm(org.springframework.ui.Model model)
@RequestMapping(value="/search",
method=GET)
public String showSearch(org.springframework.ui.Model model)
@RequestMapping(value="/searchApproved",
method=GET)
public String showSearchApproved(org.springframework.ui.Model model)
@ModelAttribute(value="marriageRegistrationTypes") public List<org.egov.mrs.domain.enums.MarriageCertificateType> mrTypeList()
@RequestMapping(value="/collectmrfee",
method=GET)
public String showSearchApprovedforFee(org.springframework.ui.Model model)
@RequestMapping(value="/search",
method=POST,
produces="text/plain")
@ResponseBody
public String search(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/searchApproved",
method=POST,
produces="text/plain")
@ResponseBody
public String searchRegisterStatusMarriageRecords(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/collectmrfeeajaxsearch",
method=POST,
produces="text/plain")
@ResponseBody
public String searchMarriageRegistrationsForFeeCollection(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/collectmrreissuefeeajaxsearch",
method=POST,
produces="text/plain")
@ResponseBody
public String searchApprovedMarriageReIssueRecordsForFee(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistrationSearchFilter mrSearchFilter)
throws ParseException
ParseException@RequestMapping(value="/searchregisteredrecord",
method=POST,
produces="text/plain")
@ResponseBody
public String searchRegisteredStatusMarriageRecords(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/reissuecertificate",
method=GET)
public String reissueCertificateSearch(org.springframework.ui.Model model)
@RequestMapping(value="/searchcertificates",
method=GET)
public String showReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/searchcertificates",
method=POST,
produces="text/plain")
@ResponseBody
public String searchApprovedMarriageRecords(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageCertificate certificate)
@RequestMapping(value="/printcertficate/{id}")
public void download(@PathVariable
long id,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.