@Controller @RequestMapping(value="/hoarding") public class AdvertisementBillGeneratorController extends Object
| Constructor and Description |
|---|
AdvertisementBillGeneratorController() |
| Modifier and Type | Method and Description |
|---|---|
String |
collectFeeByAgencytest(org.springframework.ui.Model model,
String hoardingIds,
String agencyName,
BigDecimal total) |
String |
getAgencyWiseDetail(org.springframework.ui.Model model,
String agencyName) |
String |
payTax(org.egov.adtax.entity.Advertisement advertisement,
String collectionType,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
String id,
org.springframework.ui.Model model) |
String |
showCollectFeeForm(org.springframework.ui.Model model,
String collectionType,
String id) |
String |
successView(String agencyName,
org.springframework.ui.Model model,
org.egov.adtax.entity.AgencyWiseCollectionSearch agencyWiseCollectionSearch) |
public AdvertisementBillGeneratorController()
@RequestMapping(value="/collectTaxByAgency",
method=POST)
public String collectFeeByAgencytest(org.springframework.ui.Model model,
String hoardingIds,
String agencyName,
BigDecimal total)
@RequestMapping(value="/collectTaxByAgency/{agencyName}",
method=POST)
public String successView(@PathVariable(value="agencyName")
String agencyName,
org.springframework.ui.Model model,
@ModelAttribute
org.egov.adtax.entity.AgencyWiseCollectionSearch agencyWiseCollectionSearch)
@RequestMapping(value="/getPendingTaxByAgency/{agencyName}",
method=GET)
public String getAgencyWiseDetail(org.springframework.ui.Model model,
@PathVariable
String agencyName)
@RequestMapping(value="/generatebill/{collectionType}/{id}",
method=GET)
public String showCollectFeeForm(org.springframework.ui.Model model,
@PathVariable
String collectionType,
@PathVariable
String id)
@RequestMapping(value="/generatebill/{id}",
method=POST)
public String payTax(@ModelAttribute
org.egov.adtax.entity.Advertisement advertisement,
@PathVariable
String collectionType,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
@PathVariable
String id,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.