@RestController @Scope(scopeName="prototype") public class AssessmentService extends Object
| Constructor and Description |
|---|
AssessmentService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApartmentsAndComplexes()
This method is used to get all the apartments and complexes.
|
String |
getApproverDepartments()
This method is used to get all approver departments.
|
String |
getAssessmentDetails(String assessmentRequest)
This method is used for handling user request for assessment details.
|
String |
getBoundaryByLocalityCode(String localityCodeDetails)
This method is used to get all localities.
|
String |
getCreatePropertyReasons()
This method is used to get reasons for create the property.
|
String |
getDocumentTypes()
This method is used to get all the different types of documents.
|
String |
getDrainages()
This method is used to get drainages.
|
String |
getElectionWards()
This method is used to get all list of all the election wards.
|
String |
getEnumerationBlocks()
This method is used to get all list of all the enumeration blocks.
|
String |
getFloors()
This method is used to get all list of floor numbers.
|
String |
getFloorTypes()
This method is used to get all types of floors.
|
String |
getLocalities()
This method is used to get all localities.
|
String |
getMutatioReasons()
This method is used to get reasons for mutation.
|
String |
getOccupancyTypes()
This method is used to get all list of occupancies.
|
String |
getOwnershipCategories()
This method is used to get the property type master details
|
String |
getOwnershipCategoryByCode(String ownershipCategoryDetails)
This method returns Ownership Category for the given code.
|
String |
getPropertUsages()
This method is used to get nature of usages of the property.
|
String |
getPropertyClassifications()
This method is used to get all classifications of the property structures.
|
String |
getPropertyTaxDetails(String assessmentRequest)
This method is used get the property tax details.
|
String |
getPropertyTaxDetailsByBoundary(String propertyTaxBoundaryDetails)
This method is used to search the property based on boundary details.
|
String |
getPropertyTaxDetailsByOwnerDetails(String assessmentRequest) |
String |
getPropertyTypeCategoryDetails(String ownershipCategoryDetails)
This method is used to get the property type based on ownership category
|
String |
getPropertyTypes()
This method is used to get the property type based one category
|
String |
getRoofTypes()
This method is used to get all type of roofs.
|
String |
getTaxExemptionCategories()
This method is used to get all the tax exemption categories.
|
String |
getWallTypes()
This method is used to get all list of all type of walls.
|
String |
getWardWisePropertyDetails(String assessmentRequest)
This method provides ward-wise property details
|
String |
getWoodTypes()
This method is used to get all list of all type of woods
|
String |
payPropertyTax(String payPropertyTaxDetails,
javax.servlet.http.HttpServletRequest request)
This method is used to pay the property tax.
|
@RequestMapping(value="/property/assessmentDetails",
method=POST,
consumes="application/json",
produces="application/json")
public String getAssessmentDetails(@RequestBody
String assessmentRequest)
throws IOException
assessmentRequest - IOException@RequestMapping(value="/property/propertytaxdetails",
method=POST,
consumes="application/json",
produces="application/json")
public String getPropertyTaxDetails(@RequestBody
String assessmentRequest)
throws IOException
assessmentRequest - IOException@RequestMapping(value="/property/propertytaxdetailsByOwnerDetails",
method=POST,
consumes="application/json",
produces="application/json")
public String getPropertyTaxDetailsByOwnerDetails(@RequestBody
String assessmentRequest)
throws IOException
IOException@RequestMapping(value="/property/propertyTaxDetailsByBoundary",
method=POST,
consumes="application/json",
produces="application/json")
public String getPropertyTaxDetailsByBoundary(@RequestBody
String propertyTaxBoundaryDetails)
throws IOException
propertyTaxBoundaryDetails - - boundary details requestIOException@RequestMapping(value="/property/paypropertytax",
method=POST,
consumes="application/json",
produces="application/json")
public String payPropertyTax(@RequestBody
String payPropertyTaxDetails,
javax.servlet.http.HttpServletRequest request)
throws IOException
payPropertyTaxDetails - request - IOException@RequestMapping(value="/property/ownershipCategories",
method=GET,
produces="application/json")
public String getOwnershipCategories()
throws IOException
IOException@RequestMapping(value="/property/ownershipCategoryByCode",
method=POST,
consumes="application/json",
produces="application/json")
public String getOwnershipCategoryByCode(@RequestBody
String ownershipCategoryDetails)
throws IOException
ownershipCategoryCode - IOException@RequestMapping(value="/property/propertyTypesByOwnership",
method=POST,
consumes="application/json",
produces="application/json")
public String getPropertyTypeCategoryDetails(@RequestBody
String ownershipCategoryDetails)
throws IOException
categoryCode - - property category codeIOException@RequestMapping(value="/property/propertyTypes",
method=GET,
produces="application/json")
public String getPropertyTypes()
throws IOException
IOException@RequestMapping(value="/property/apartments",
method=GET,
produces="application/json")
public String getApartmentsAndComplexes()
throws IOException
IOException@RequestMapping(value="/property/createPropertyReasons",
method=GET,
produces="application/json")
public String getCreatePropertyReasons()
throws IOException
IOException@RequestMapping(value="/property/localities",
method=GET,
produces="application/json")
public String getLocalities()
throws IOException
IOException@RequestMapping(value="/property/boundaryByLocalityCode",
method=POST,
consumes="application/json",
produces="application/json")
public String getBoundaryByLocalityCode(@RequestBody
String localityCodeDetails)
throws IOException
IOException@RequestMapping(value="/property/electionWards",
method=GET,
produces="application/json")
public String getElectionWards()
throws IOException
IOException@RequestMapping(value="/property/enumerationBlocks",
method=GET,
produces="application/json")
public String getEnumerationBlocks()
throws IOException
IOException@RequestMapping(value="/property/floorTypes",
method=GET,
produces="application/json")
public String getFloorTypes()
throws IOException
IOException@RequestMapping(value="/property/roofTypes",
method=GET,
produces="application/json")
public String getRoofTypes()
throws IOException
IOException@RequestMapping(value="/property/wallTypes",
method=GET,
produces="application/json")
public String getWallTypes()
throws IOException
IOException@RequestMapping(value="/property/woodTypes",
method=GET,
produces="application/json")
public String getWoodTypes()
throws IOException
IOException@RequestMapping(value="/property/floors",
method=GET,
produces="application/json")
public String getFloors()
throws IOException
IOException@RequestMapping(value="/property/propertyClassifications",
method=GET,
produces="application/json")
public String getPropertyClassifications()
throws IOException
IOException@RequestMapping(value="/property/propertyUsages",
method=GET,
produces="application/json")
public String getPropertUsages()
throws IOException
IOException@RequestMapping(value="/property/occupancyTypes",
method=GET,
produces="application/json")
public String getOccupancyTypes()
throws IOException
IOException@RequestMapping(value="/property/exemptionCategories",
method=GET,
produces="application/json")
public String getTaxExemptionCategories()
throws IOException
IOException@RequestMapping(value="/property/drainages",
method=GET,
produces="application/json")
public String getDrainages()
throws IOException
IOException@RequestMapping(value="/property/approverDepartments",
method=GET,
produces="application/json")
public String getApproverDepartments()
throws IOException
IOException@RequestMapping(value="/property/wardWisePropertyDetails",
method=POST,
consumes="application/json",
produces="application/json")
public String getWardWisePropertyDetails(@RequestBody
String assessmentRequest)
throws IOException
IOException@RequestMapping(value="/property/documentTypes",
method=GET,
produces="application/json")
public String getDocumentTypes()
throws IOException
IOException@RequestMapping(value="/property/mutationReasons",
method=GET,
produces="application/json")
public String getMutatioReasons()
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.