| Package | Description |
|---|---|
| org.egov.wtms.application.entity | |
| org.egov.wtms.application.repository | |
| org.egov.wtms.application.service | |
| org.egov.wtms.utils |
| Modifier and Type | Method and Description |
|---|---|
List<WaterDemandConnection> |
WaterConnectionDetails.getWaterDemandConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterConnectionDetails.addWaterDemandConnection(WaterDemandConnection waterDemandConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterConnectionDetails.setWaterDemandConnection(List<WaterDemandConnection> waterDemandConnection) |
| Modifier and Type | Method and Description |
|---|---|
WaterDemandConnection |
WaterDemandConnectionRepository.findByWaterConnectionDetailsAndDemand(WaterConnectionDetails waterConnectionDetails,
org.egov.demand.model.EgDemand demand) |
| Modifier and Type | Method and Description |
|---|---|
List<WaterDemandConnection> |
WaterDemandConnectionRepository.findByWaterConnectionDetails(WaterConnectionDetails waterConnectionDetails) |
| Modifier and Type | Method and Description |
|---|---|
WaterDemandConnection |
WaterDemandConnectionService.createWaterDemandConnection(WaterDemandConnection waterDemandConnection) |
WaterDemandConnection |
WaterDemandConnectionService.findByWaterConnectionDetailsAndDemand(WaterConnectionDetails waterConnectionDetails,
org.egov.demand.model.EgDemand demand) |
WaterDemandConnection |
WaterDemandConnectionService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WaterDemandConnection> |
WaterDemandConnectionService.findAll() |
List<WaterDemandConnection> |
WaterDemandConnectionService.findByWaterConnectionDetails(WaterConnectionDetails waterConnectionDetails) |
| Modifier and Type | Method and Description |
|---|---|
WaterDemandConnection |
WaterDemandConnectionService.createWaterDemandConnection(WaterDemandConnection waterDemandConnection) |
void |
WaterDemandConnectionService.updateWaterDemandConnection(WaterDemandConnection waterDemandConnection) |
| Modifier and Type | Method and Description |
|---|---|
WaterDemandConnection |
WaterTaxUtils.getCurrentDemand(WaterConnectionDetails waterConnectionDetails) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.