@RestController
@RequestMapping(value={"/public/dashboard","/dashboard"})
public class CollectionDashboardController
extends Object
| Constructor and Description |
|---|
CollectionDashboardController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.collection.bean.dashboard.TaxPayerDashBoardResponseDetails> |
getBottomTenTaxProducers(org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
Returns Top Ten Tax Performers Across all ULB's
|
List<org.egov.collection.bean.dashboard.TotalCollectionStatistics> |
getCollectionDetails(org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
Provides Collection Index details across all ULBs
|
org.egov.collection.bean.dashboard.TotalCollectionDashBoardStats |
getConsolidatedCollDetails(org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
Provides State-wise Collection Statistics for Property Tax, Water Charges
and Other Revenue
|
List<org.egov.collection.bean.dashboard.TaxPayerDashBoardResponseDetails> |
getTopTenTaxProducers(org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
Returns Top Ten Tax Performers Across all ULB's
|
@RequestMapping(value="/otherrevenuecollectionstats",
method=POST,
produces="application/json")
public org.egov.collection.bean.dashboard.TotalCollectionDashBoardStats getConsolidatedCollDetails(@RequestBody
org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
throws IOException
IOException@RequestMapping(value="/otherrevenuecollectiondashboard",
method=POST,
produces="application/json")
public List<org.egov.collection.bean.dashboard.TotalCollectionStatistics> getCollectionDetails(@RequestBody
org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
throws IOException
IOException@RequestMapping(value="/otherrevenuetoptencollection",
method=POST,
produces="application/json")
public List<org.egov.collection.bean.dashboard.TaxPayerDashBoardResponseDetails> getTopTenTaxProducers(@RequestBody
org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
throws IOException
collDetailsRequestStr - IOException@RequestMapping(value="/otherrevenuebottomtencollection",
method=POST,
produces="application/json")
public List<org.egov.collection.bean.dashboard.TaxPayerDashBoardResponseDetails> getBottomTenTaxProducers(@RequestBody
org.egov.collection.bean.dashboard.CollectionDashBoardRequest collectionDashBoardRequest)
throws IOException
collDetailsRequestStr - IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.