PropertyType |
PropertyTypeService.createPropertyType(PropertyType propertyType) |
List<PropertyCategory> |
PropertyCategoryService.findAllByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
List<WaterPropertyUsage> |
WaterPropertyUsageService.findAllByPropertyTypeAndUsageType(PropertyType propertyType,
UsageType usagetype) |
DonationHeader |
DonationHeaderService.findByPropertyandCategoryandUsageandMinPipeSize(PropertyType propertyType,
ConnectionCategory category,
UsageType usageType,
double pipeSize) |
PropertyCategory |
PropertyCategoryService.findByPropertyTypeAndCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
PropertyCategory |
PropertyCategoryService.findByPropertyTypeAndCategoryName(PropertyType propertyType,
String categoryType) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSize(PropertyType propertyType,
PipeSize pipeSize) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSizecode(PropertyType propertyType,
String code) |
PropertyPipeSize |
PropertyPipeSizeService.findByPropertyTypeAndPipeSizeInmm(PropertyType propertyType,
double sizeInMilimeter) |
WaterPropertyUsage |
WaterPropertyUsageService.findByPropertyTypeAndUsageType(PropertyType propertyType,
UsageType usagetype) |
List<DonationHeader> |
DonationHeaderService.findDonationDetailsByPropertyAndCategoryAndUsageandPipeSize(PropertyType propertyType,
ConnectionCategory categoryType,
UsageType usageType,
double minPipeSize,
double maxPipeSize) |
DonationDetails |
DonationDetailsService.findDonationDetailsByPropertyAndCategoryAndUsageandPipeSize(PropertyType propertyType,
ConnectionCategory categoryType,
UsageType usageType,
PipeSize minPipeSize) |
void |
PropertyTypeService.updatePropertyType(PropertyType propertyType) |