| Package | Description |
|---|---|
| org.egov.assets.model | |
| org.egov.assets.repository | |
| org.egov.assets.service |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryPropertyType> |
AssetCategory.getCategoryProperties() |
List<CategoryPropertyType> |
Asset.getCategoryPropertyTypeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssetCategory.setCategoryProperties(List<CategoryPropertyType> categoryProperties) |
void |
Asset.setCategoryPropertyTypeList(List<CategoryPropertyType> categoryPropertyTypeList) |
| Modifier and Type | Method and Description |
|---|---|
CategoryPropertyType |
CategoryPropertyTypeRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
CategoryPropertyType |
CategoryPropertyTypeService.create(CategoryPropertyType categoryPropertyType) |
CategoryPropertyType |
CategoryPropertyTypeService.findByName(String name) |
CategoryPropertyType |
CategoryPropertyTypeService.findOne(Long id) |
CategoryPropertyType |
CategoryPropertyTypeService.update(CategoryPropertyType categoryPropertyType) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryPropertyType> |
CategoryPropertyTypeService.findAll() |
List<CategoryPropertyType> |
CategoryPropertyTypeService.search(CategoryPropertyType categoryPropertyType) |
| Modifier and Type | Method and Description |
|---|---|
CategoryPropertyType |
CategoryPropertyTypeService.create(CategoryPropertyType categoryPropertyType) |
List<?> |
CategoryPropertyTypeService.getMasterData(CategoryPropertyType category,
String queryText) |
List<CategoryPropertyType> |
CategoryPropertyTypeService.search(CategoryPropertyType categoryPropertyType) |
CategoryPropertyType |
CategoryPropertyTypeService.update(CategoryPropertyType categoryPropertyType) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.