@RestController public class RestWaterTaxController extends Object
| Constructor and Description |
|---|
RestWaterTaxController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.wtms.application.rest.WaterTaxDue |
getTotalDemand() |
List<org.egov.wtms.application.rest.WaterChargesDetails> |
getWaterConnectionDetailsByPropertyId(String assessmentNumber) |
org.egov.wtms.application.rest.WaterTaxDue |
getWaterTaxDueByConsumerCode(String consumerCode) |
org.egov.wtms.application.rest.WaterTaxDue |
getWaterTaxDueByPropertyId(String assessmentNumber) |
@RequestMapping(value="rest/watertax/due/bycode/{consumerCode}",
method=GET,
produces="application/json")
public org.egov.wtms.application.rest.WaterTaxDue getWaterTaxDueByConsumerCode(@PathVariable
String consumerCode)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="rest/watertax/totaldemandamount/",
method=GET,
produces="application/json")
public org.egov.wtms.application.rest.WaterTaxDue getTotalDemand()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="rest/watertax/due/byptno/{assessmentNumber}",
method=GET,
produces="application/json")
public org.egov.wtms.application.rest.WaterTaxDue getWaterTaxDueByPropertyId(@PathVariable
String assessmentNumber)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="rest/watertax/connectiondetails/byptno/{assessmentNumber}",
method=GET,
produces="application/json")
public List<org.egov.wtms.application.rest.WaterChargesDetails> getWaterConnectionDetailsByPropertyId(@PathVariable
String assessmentNumber)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.