| Package | Description |
|---|---|
| org.egov.wtms.masters.repository | |
| org.egov.wtms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
PropertyCategory |
PropertyCategoryRepository.findByPropertyType_codeAndConnectionCategory_code(String propertyType,
String categoryCode) |
PropertyCategory |
PropertyCategoryRepository.findByPropertyTypeAndConnectionCategory_name(PropertyType propertyType,
String categoryType) |
PropertyCategory |
PropertyCategoryRepository.findByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyCategory> |
PropertyCategoryRepository.findAllByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
| Modifier and Type | Method and Description |
|---|---|
PropertyCategory |
PropertyCategoryService.createPropertyCategory(PropertyCategory propertyCategory) |
PropertyCategory |
PropertyCategoryService.findByPropertyTypeAndCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
PropertyCategory |
PropertyCategoryService.findByPropertyTypeAndCategoryName(PropertyType propertyType,
String categoryType) |
PropertyCategory |
PropertyCategoryService.findOne(Long propertyCategoryId) |
PropertyCategory |
PropertyCategoryService.getAllCategoryTypesByPropertyTypeAndCategory(String propertyType,
String categoryType) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyCategory> |
PropertyCategoryService.findAll() |
List<PropertyCategory> |
PropertyCategoryService.findAllByPropertyTypeAndConnectionCategory(PropertyType propertyType,
ConnectionCategory connectionCategory) |
| Modifier and Type | Method and Description |
|---|---|
PropertyCategory |
PropertyCategoryService.createPropertyCategory(PropertyCategory propertyCategory) |
void |
PropertyCategoryService.updatePropertyCategory(PropertyCategory propertyCategory) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.