@Controller @RequestMapping(value="/advertisement") public class ViewAdTaxDemandGenerationStatusController extends Object
| Constructor and Description |
|---|
ViewAdTaxDemandGenerationStatusController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.Installment> |
financialyear() |
String |
getDemandGeneration(org.egov.adtax.search.contract.AdvertisementBatchStatusResponse advertisementBatchStatus,
javax.servlet.http.HttpServletRequest request,
String financialYear,
org.springframework.ui.Model model) |
String |
getDemandGenerationStatus(org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus,
String financialYear,
javax.servlet.http.HttpServletRequest request) |
String |
viewDemand(org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus) |
String |
viewDemandStatus(String financialyear,
org.springframework.ui.Model model) |
String |
viewDemandStatusOfRecords(org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus,
String financialYear,
org.springframework.ui.Model model) |
public ViewAdTaxDemandGenerationStatusController()
@ModelAttribute(value="financialYears") public List<org.egov.commons.Installment> financialyear()
@RequestMapping(value="/demand-status",
method=GET)
public String viewDemand(@ModelAttribute
org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus)
@RequestMapping(value="/demand-status",
method=POST,
produces="text/plain")
@ResponseBody
public String getDemandGenerationStatus(@ModelAttribute
org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus,
@RequestParam
String financialYear,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/demand-status-records-view/{financialYear}",
method=GET)
public String viewDemandStatusOfRecords(@ModelAttribute
org.egov.adtax.search.contract.AdvertisementDemandStatus advertisementDemandStatus,
@PathVariable
String financialYear,
org.springframework.ui.Model model)
@RequestMapping(value="/demand-status-records-view/",
produces="text/plain")
@ResponseBody
public String viewDemandStatus(@RequestParam(value="financialyear")
String financialyear,
org.springframework.ui.Model model)
@RequestMapping(value="/demand-batch",
method=POST,
produces="text/plain")
@ResponseBody
public String getDemandGeneration(@ModelAttribute
org.egov.adtax.search.contract.AdvertisementBatchStatusResponse advertisementBatchStatus,
javax.servlet.http.HttpServletRequest request,
@RequestParam
String financialYear,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.