| Package | Description |
|---|---|
| org.egov.wtms.masters.repository | |
| org.egov.wtms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
PropertyPipeSize |
PropertyPipeSizeRepository.findByPropertyType_codeAndPipeSize_code(String propertyType,
String code) |
PropertyPipeSize |
PropertyPipeSizeRepository.findByPropertyTypeAndPipeSize_code(PropertyType propertyType,
String code) |
PropertyPipeSize |
PropertyPipeSizeRepository.findByPropertyTypeAndPipeSize_sizeInMilimeter(PropertyType propertyType,
double sizeInMilimeter) |
PropertyPipeSize |
PropertyPipeSizeRepository.findByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipesize) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyPipeSize> |
PropertyPipeSizeRepository.findAllByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipesize) |
| Modifier and Type | Method and Description |
|---|---|
PropertyPipeSize |
PropertyPipeSizeService.createPropertyPipeSize(PropertyPipeSize propertyPipeSize) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipeSize) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSizecode(PropertyType propertyType,
String code) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSizeInmm(PropertyType propertyType,
double sizeInMilimeter) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypecodeAndPipeSizecode(String propertyType,
String code) |
PropertyPipeSize |
PropertyPipeSizeService.findOne(Long propertyPipeSizeId) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyPipeSize> |
PropertyPipeSizeService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyPipeSize |
PropertyPipeSizeService.createPropertyPipeSize(PropertyPipeSize propertyPipeSize) |
void |
PropertyPipeSizeService.updatePropertyPipeSize(PropertyPipeSize propertyPipeSize) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.