@RestController
@RequestMapping(value={"/public/dashboard","/dashboard"})
public class CMDashboardController
extends Object
| Constructor and Description |
|---|
CMDashboardController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.ptis.bean.dashboard.TaxPayerResponseDetails |
getBottomTenTaxProducers(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Returns Bottom Ten Tax Payers Across all ULB's
|
org.egov.ptis.bean.dashboard.CollectionAnalysis |
getCollectionAnalysisForMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Provides collection analysis data across all ULBs for MIS Reports
|
org.egov.ptis.bean.dashboard.CollectionDetails |
getCollectionDetails(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Provides Collection Index details across all ULBs
|
org.egov.ptis.bean.dashboard.CollectionDetails |
getCollectionDetailsForTargetMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Provides Collection Index details across all ULBs for MIS Reports
|
org.egov.ptis.bean.dashboard.TotalCollectionStats |
getConsolidatedCollDetails(javax.servlet.http.HttpServletRequest request)
Provides State-wise Collection Statistics for Property Tax, Water Charges
and Others
|
org.egov.ptis.bean.dashboard.CollectionDetails |
getDailyTargetDetails(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
API provides Daily Target information across all cities
|
org.egov.ptis.bean.dashboard.MISDCBDetails |
getDCBDetailsForMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Provides citywise DCB details across all ULBs for MIS Reports
|
org.egov.ptis.bean.dashboard.CollReceiptDetails |
getReceiptTransactions(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Gives the receipts details across all ULBs
|
List<org.egov.ptis.bean.dashboard.StateCityInfo> |
getStateCityInformation()
Gives the State-City information across all ULBs
|
List<org.egov.ptis.bean.dashboard.TaxDefaulters> |
getTopTaxDefaulters(org.egov.ptis.bean.dashboard.PropertyTaxDefaultersRequest propertyTaxDefaultersRequest) |
org.egov.ptis.bean.dashboard.TaxPayerResponseDetails |
getTopTenTaxProducers(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
Returns Top Ten Tax Payers Across all ULB's
|
@RequestMapping(value="/statecityinfo",
method=POST,
produces="application/json")
public List<org.egov.ptis.bean.dashboard.StateCityInfo> getStateCityInformation()
throws IOException
IOExceptionorg.codehaus.jackson.map.JsonMappingExceptionorg.codehaus.jackson.JsonGenerationException@RequestMapping(value="/collectionstats",
method=POST,
produces="application/json")
public org.egov.ptis.bean.dashboard.TotalCollectionStats getConsolidatedCollDetails(javax.servlet.http.HttpServletRequest request)
throws IOException
IOException@RequestMapping(value="/collectiondashboard",
method=POST,
produces="application/json")
public org.egov.ptis.bean.dashboard.CollectionDetails getCollectionDetails(@RequestBody
org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
IOException@RequestMapping(value="/receipttransactions",
method=POST,
produces="application/json")
public org.egov.ptis.bean.dashboard.CollReceiptDetails getReceiptTransactions(@RequestBody
org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
collectionDetailsRequest - IOException@RequestMapping(value="/toptentaxers",
method=POST,
produces="application/json")
public org.egov.ptis.bean.dashboard.TaxPayerResponseDetails getTopTenTaxProducers(@RequestBody
org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
collDetailsRequestStr - IOException@RequestMapping(value="/bottomtentaxers",
method=POST,
produces="application/json")
public org.egov.ptis.bean.dashboard.TaxPayerResponseDetails getBottomTenTaxProducers(@RequestBody
org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
collDetailsRequestStr - IOException@RequestMapping(value="/topdefaulters",
method=POST,
produces="application/json")
public List<org.egov.ptis.bean.dashboard.TaxDefaulters> getTopTaxDefaulters(@RequestBody
org.egov.ptis.bean.dashboard.PropertyTaxDefaultersRequest propertyTaxDefaultersRequest)
throws IOException
IOException@RequestMapping(value="/targetmis",
method=GET,
produces="application/json")
@ResponseBody
public org.egov.ptis.bean.dashboard.CollectionDetails getCollectionDetailsForTargetMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
IOException@RequestMapping(value="/citywisedcb",
method=GET,
produces="application/json")
@ResponseBody
public org.egov.ptis.bean.dashboard.MISDCBDetails getDCBDetailsForMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
IOException@RequestMapping(value="/collectionanalysis",
method=GET,
produces="application/json")
@ResponseBody
public org.egov.ptis.bean.dashboard.CollectionAnalysis getCollectionAnalysisForMIS(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
IOException@RequestMapping(value="/dailytarget",
method=GET,
produces="application/json")
public org.egov.ptis.bean.dashboard.CollectionDetails getDailyTargetDetails(org.egov.ptis.bean.dashboard.CollectionDetailsRequest collectionDetailsRequest)
throws IOException
collectionDetailsRequest - IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.