@Controller @RequestMapping(value="/report") public class MarriageRegistrationReportsController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.admin.master.service.AppConfigValueService |
appConfigValuesService |
protected org.egov.infra.admin.master.service.BoundaryService |
boundaryService |
| Constructor and Description |
|---|
MarriageRegistrationReportsController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ageingReportForm(org.springframework.ui.Model model) |
String |
agiengReport(int year,
org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
getAgeingRegDetails(int year,
String dayRange,
org.springframework.ui.Model model) |
String |
getAgeWiseStatutoryReportDetails(org.egov.mrs.domain.entity.SearchModel searchRequest,
org.springframework.ui.Model model) |
String |
getByApplicationsStatusCount(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
Map<String,Integer> |
getCountByDays(List<String[]> inputs) |
Map<String,Integer> |
getCountByRange(List<String[]> inputs) |
List<org.egov.mrs.masters.entity.MarriageRegistrationUnit> |
getMarriageRegistrationUnitList() |
String |
getMonthlyApplicationDetailsResult(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration,
String month,
String registrationUnit,
String applicationType) |
String |
getMonthlyApplicationsCount(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
getMonthlyFundCollection(String year,
org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
List<Integer> |
getPreviousyears() |
String |
getStatusAtTimeOfMarriage(org.springframework.ui.Model model) |
List<org.egov.infra.admin.master.entity.Boundary> |
getZonesList() |
String |
newSearchForm(org.springframework.ui.Model model) |
org.springframework.http.ResponseEntity<byte[]> |
printReligionWiseReport(javax.servlet.http.HttpServletRequest request,
int year,
org.springframework.ui.Model model,
javax.servlet.http.HttpSession session) |
List<org.egov.mrs.domain.entity.MaritalStatusReport> |
putRecordsIntoHashMapByMonth(List<String[]> recordList,
String applicantType) |
String |
search(org.springframework.ui.Model model,
String status,
String registrationUnit,
Date fromDate,
Date toDate) |
String |
searchAgeWise(int year,
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 |
searchCertificatesForReport(org.springframework.ui.Model model) |
String |
searchStatusAtTimeOfMarriage(Date fromDate,
Date toDate,
String maritalStatus,
String applicantType,
org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
showActwiseReportForm(org.springframework.ui.Model model) |
String |
showActwiseReportresult(int year,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
showApplicationsStatusDetails(org.springframework.ui.Model model,
String status,
String registrationUnit,
Date fromDate,
Date toDate) |
String |
showDatewiseReportForm(org.springframework.ui.Model model) |
String |
showDatewiseReportresult(org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
showfagStatutoryReport(org.springframework.ui.Model model) |
String |
showFundColllectionReportForm(org.springframework.ui.Model model) |
String |
showMonthlyApplicationDetails(org.springframework.ui.Model model,
String month,
String registrationUnit,
String applicationType) |
String |
showMonthwiseReportForm(org.springframework.ui.Model model) |
String |
showRegionwiseReportForm(org.springframework.ui.Model model) |
String |
showRegionwiseReportresult(int year,
org.springframework.ui.Model model,
org.egov.mrs.domain.entity.MarriageRegistration registration) |
String |
showReportForm(org.springframework.ui.Model model) |
String |
viewActWiseDetails(int year,
String month,
Long actid,
org.egov.mrs.domain.entity.MarriageRegistration registration,
org.springframework.ui.Model model) |
String |
viewActWiseDetails(int year,
String marriageAct,
org.springframework.ui.Model model) |
String |
viewAgeingRegDetails(int year,
String dayRange,
org.springframework.ui.Model model) |
String |
viewAgeWiseDetails(org.egov.mrs.domain.entity.MarriageRegistration registration,
String regunit,
int year,
String applicantType,
String ageRange,
org.springframework.ui.Model model) |
String |
viewByMaritalStatus(org.egov.mrs.domain.entity.MarriageRegistration registration,
String regunit,
String applicantType,
String maritalStatus,
Date fromDate,
Date toDate,
org.springframework.ui.Model model) |
@Autowired protected org.egov.infra.admin.master.service.BoundaryService boundaryService
@Autowired protected org.egov.infra.admin.master.service.AppConfigValueService appConfigValuesService
public MarriageRegistrationReportsController()
@ModelAttribute(value="zones") public List<org.egov.infra.admin.master.entity.Boundary> getZonesList()
@ModelAttribute(value="marriageRegistrationUnit") public List<org.egov.mrs.masters.entity.MarriageRegistrationUnit> getMarriageRegistrationUnitList()
@RequestMapping(value="/registrationstatus",
method=GET)
public String showReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/applicantionsstatus-count",
method=POST,
produces="text/plain")
@ResponseBody
public String getByApplicationsStatusCount(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/applicantionsstatus-count",
method=GET)
public String showApplicationsStatusDetails(org.springframework.ui.Model model,
@RequestParam(value="status")
String status,
@RequestParam(value="registrationunit")
String registrationUnit,
@RequestParam(value="fromdate")
Date fromDate,
@RequestParam(value="todate")
Date toDate)
@RequestMapping(value="/registrationstatus",
method=POST,
produces="text/plain")
@ResponseBody
public String search(org.springframework.ui.Model model,
@RequestParam(value="status")
String status,
@RequestParam(value="registrationUnit")
String registrationUnit,
@RequestParam(value="fromDate")
Date fromDate,
@RequestParam(value="toDate")
Date toDate)
throws ParseException
ParseException@RequestMapping(value="/age-wise",
method=GET)
public String newSearchForm(org.springframework.ui.Model model)
@RequestMapping(value="/age-wise",
method=POST,
produces="text/plain")
@ResponseBody
public String searchAgeWise(@RequestParam(value="year")
int year,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/age-wise/view",
method=GET)
public String viewAgeWiseDetails(@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration,
@RequestParam(value="regunit",required=false)
String regunit,
@RequestParam(value="year")
int year,
@RequestParam(value="applicantType")
String applicantType,
@RequestParam(value="agerange")
String ageRange,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/certificatedetails",
method=GET)
public String searchCertificatesForReport(org.springframework.ui.Model model)
@RequestMapping(value="/certificatedetails",
method=POST,
produces="text/plain")
@ResponseBody
public String searchApprovedMarriageRecords(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageCertificate certificate)
throws ParseException
ParseException@RequestMapping(value="/status-at-time-marriage",
method=GET)
public String getStatusAtTimeOfMarriage(org.springframework.ui.Model model)
@RequestMapping(value="/status-at-time-marriage",
method=POST,
produces="text/plain")
@ResponseBody
public String searchStatusAtTimeOfMarriage(@RequestParam(value="fromDate")
Date fromDate,
@RequestParam(value="toDate")
Date toDate,
@RequestParam(value="maritalStatus")
String maritalStatus,
@RequestParam(value="applicantType")
String applicantType,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseExceptionpublic List<org.egov.mrs.domain.entity.MaritalStatusReport> putRecordsIntoHashMapByMonth(List<String[]> recordList, String applicantType)
@RequestMapping(value="/status-at-time-marriage/view",
method=GET)
public String viewByMaritalStatus(@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration,
@RequestParam(value="regunit",required=false)
String regunit,
@RequestParam(value="applicantType")
String applicantType,
@RequestParam(value="maritalStatus")
String maritalStatus,
@RequestParam(value="fromDate")
Date fromDate,
@RequestParam(value="toDate")
Date toDate,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/datewiseregistration",
method=GET)
public String showDatewiseReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/datewiseregistration",
method=POST,
produces="text/plain")
@ResponseBody
public String showDatewiseReportresult(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/monthwiseregistration",
method=GET)
public String showMonthwiseReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/monthly-applications-count",
method=POST,
produces="text/plain")
@ResponseBody
public String getMonthlyApplicationsCount(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/monthwisefundcollection",
method=GET)
public String showFundColllectionReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/monthly-fund-collection",
method=POST,
produces="text/plain")
@ResponseBody
public String getMonthlyFundCollection(@RequestParam(value="year")
String year,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/show-applications-details",
method=GET)
public String showMonthlyApplicationDetails(org.springframework.ui.Model model,
@RequestParam(value="month")
String month,
@RequestParam(value="regunit")
String registrationUnit,
@RequestParam(value="applicationType")
String applicationType)
throws ParseException
ParseException@RequestMapping(value="/monthwiseregistration",
method=POST,
produces="text/plain")
@ResponseBody
public String getMonthlyApplicationDetailsResult(org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration,
@RequestParam(value="month")
String month,
@RequestParam(value="regunit")
String registrationUnit,
@RequestParam(value="applicationType")
String applicationType)
throws ParseException
ParseException@RequestMapping(value="/actwiseregistration",
method=GET)
public String showActwiseReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/actwiseregistration",
method=POST,
produces="text/plain")
@ResponseBody
public String showActwiseReportresult(@RequestParam(value="year")
int year,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/religionwiseregistration",
method=GET)
public String showRegionwiseReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/religionwiseregistration",
method=POST,
produces="text/plain")
@ResponseBody
public String showRegionwiseReportresult(@RequestParam(value="year")
int year,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/act-wise/view/{year}/{MarriageAct}",
method=GET)
public String viewActWiseDetails(@PathVariable
int year,
@PathVariable
String marriageAct,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/act-wise/view/{year}/{month}/{actid}",
method=GET)
public String viewActWiseDetails(@PathVariable
int year,
@PathVariable
String month,
@PathVariable
Long actid,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/ageing-report",
method=GET)
public String ageingReportForm(org.springframework.ui.Model model)
@RequestMapping(value="/ageing-report",
method=POST,
produces="text/plain")
@ResponseBody
public String agiengReport(@RequestParam(value="year")
int year,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.mrs.domain.entity.MarriageRegistration registration)
throws ParseException
ParseException@RequestMapping(value="/ageing-report/view/{year}/{dayRange}",
method=GET)
public String viewAgeingRegDetails(@PathVariable
int year,
@PathVariable
String dayRange,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/ageing-report/view/",
method=POST,
produces="text/plain")
@ResponseBody
public String getAgeingRegDetails(@RequestParam(value="year")
int year,
@RequestParam(value="dayRange")
String dayRange,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/religion-wise-registrations-report",
method=GET)
public String showfagStatutoryReport(org.springframework.ui.Model model)
@RequestMapping(value="/religion-wise-registrations-report",
method=POST,
produces="text/plain")
@ResponseBody
public String getAgeWiseStatutoryReportDetails(@ModelAttribute
org.egov.mrs.domain.entity.SearchModel searchRequest,
org.springframework.ui.Model model)
throws ParseException
ParseException@RequestMapping(value="/print-religion-wise-details",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity<byte[]> printReligionWiseReport(javax.servlet.http.HttpServletRequest request,
@RequestParam(value="year")
int year,
org.springframework.ui.Model model,
javax.servlet.http.HttpSession session)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.