@RestController public class RestWaterChargesMasterController extends Object
| Constructor and Description |
|---|
RestWaterChargesMasterController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionCategoryList() |
String |
getDocumentNameList() |
String |
getPipeSizeList() |
String |
getPropertyTypes() |
String |
getUsageTypeList() |
String |
getWaterConnectionTypes() |
String |
getWaterSourceTypes() |
@RequestMapping(value="/watercharges/categories",
method=GET,
produces="application/json")
public String getConnectionCategoryList()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/usagetypes",
method=GET,
produces="application/json")
public String getUsageTypeList()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/documentnames",
method=GET,
produces="application/json")
public String getDocumentNameList()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/pipesizes",
method=GET,
produces="application/json")
public String getPipeSizeList()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/watersourcetypes",
method=GET,
produces="application/json")
public String getWaterSourceTypes()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/waterconnectiontypes",
method=GET,
produces="application/json")
public String getWaterConnectionTypes()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/watercharges/propertytypes",
method=GET,
produces="application/json")
public String getPropertyTypes()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.