| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
WaterConnectionDetails.getConnectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterConnectionDetails.setConnectionType(ConnectionType connectionType) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionType> |
WaterConnectionDetailsService.getAllConnectionTypes() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
WaterRatesHeader.getConnectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaterRatesHeader.setConnectionType(ConnectionType connectionType) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<WaterRatesHeader> |
WaterRatesHeaderRepository.findAllByConnectionType(ConnectionType connectionType) |
List<WaterRatesHeader> |
WaterRatesHeaderRepository.findByActiveTrueAndConnectionTypeAndUsageTypeAndWaterSourceAndPipeSizeOrderByIdDesc(ConnectionType connectionType,
UsageType usageType,
WaterSource waterSource,
PipeSize pipeSize) |
List<WaterRatesDetails> |
WaterRatesDetailsRepository.findByWaterRate(ConnectionType connectionType,
UsageType usageType,
Long noofunits) |
| Modifier and Type | Method and Description |
|---|---|
List<WaterRatesHeader> |
WaterRatesHeaderService.findAllByConnectionType(ConnectionType connectionType) |
List<WaterRatesHeader> |
WaterRatesHeaderService.findByConnectionTypeAndUsageTypeAndWaterSourceAndPipeSize(ConnectionType connectionType,
UsageType usageType,
WaterSource waterSource,
PipeSize pipeSize) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.