| Package | Description |
|---|---|
| org.egov.wtms.application.entity | |
| org.egov.wtms.masters.entity | |
| org.egov.wtms.masters.repository | |
| org.egov.wtms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
WaterSource |
WaterConnectionDetails.getWaterSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterConnectionDetails.setWaterSource(WaterSource waterSource) |
| Modifier and Type | Method and Description |
|---|---|
WaterSource |
WaterRatesHeader.getWaterSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterRatesHeader.setWaterSource(WaterSource waterSource) |
| Modifier and Type | Method and Description |
|---|---|
WaterSource |
WaterSourceRepository.findByCode(String Code) |
WaterSource |
WaterSourceRepository.findByCodeAndWaterSourceType(String code,
String waterSourceType) |
WaterSource |
WaterSourceRepository.findByCodeIgnoreCase(String code) |
WaterSource |
WaterSourceRepository.findByWaterSourceType(String waterSourceType) |
WaterSource |
WaterSourceRepository.findByWaterSourceTypeIgnoreCase(String waterSourceType) |
| Modifier and Type | Method and Description |
|---|---|
List<WaterSource> |
WaterSourceRepository.findByActiveTrueOrderByWaterSourceTypeAsc() |
| Modifier and Type | Method and Description |
|---|---|
List<WaterRatesHeader> |
WaterRatesHeaderRepository.findAllByWaterSource(WaterSource waterSource) |
List<WaterRatesHeader> |
WaterRatesHeaderRepository.findByActiveTrueAndConnectionTypeAndUsageTypeAndWaterSourceAndPipeSizeOrderByIdDesc(ConnectionType connectionType,
UsageType usageType,
WaterSource waterSource,
PipeSize pipeSize) |
| Modifier and Type | Method and Description |
|---|---|
WaterSource |
WaterSourceService.createWaterSource(WaterSource waterSource) |
WaterSource |
WaterSourceService.findByCode(String code) |
WaterSource |
WaterSourceService.findByCodeAndWaterSourceType(String code,
String waterSourceType) |
WaterSource |
WaterSourceService.findByCodeIgnoreCase(String code) |
WaterSource |
WaterSourceService.findByWaterSourceType(String waterSourceType) |
WaterSource |
WaterSourceService.findByWaterSourceTypeIgnoreCase(String waterSourceType) |
WaterSource |
WaterSourceService.findOne(Long waterSourceId) |
WaterSource |
WaterSourceService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<WaterSource> |
WaterSourceService.findAll() |
List<WaterSource> |
WaterSourceService.getAllActiveWaterSourceTypes() |
org.springframework.data.domain.Page<WaterSource> |
WaterSourceService.getListOfWaterSources(Integer pageNumber,
Integer pageSize) |
List<WaterSource> |
WaterSourceService.getWaterSourceListForRest() |
| Modifier and Type | Method and Description |
|---|---|
WaterSource |
WaterSourceService.createWaterSource(WaterSource waterSource) |
List<WaterRatesHeader> |
WaterRatesHeaderService.findAllByWaterSource(WaterSource waterSource) |
List<WaterRatesHeader> |
WaterRatesHeaderService.findByConnectionTypeAndUsageTypeAndWaterSourceAndPipeSize(ConnectionType connectionType,
UsageType usageType,
WaterSource waterSource,
PipeSize pipeSize) |
void |
WaterSourceService.updateWaterSource(WaterSource waterSource) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.