| Package | Description |
|---|---|
| org.egov.common.dao | |
| org.egov.common.entity | |
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
List<UOM> |
UOMDao.findAllUom() |
List<UOM> |
UOMDao.getAllUomsWithinCategoryByUom(Integer uomId) |
| Modifier and Type | Method and Description |
|---|---|
List<UOM> |
UOMCategory.getUOM() |
| Modifier and Type | Method and Description |
|---|---|
void |
UOMCategory.setUOM(List<UOM> uom) |
| Modifier and Type | Method and Description |
|---|---|
List<UOM> |
UOMRepository.findAllByOrderByUomCategoryIdAsc() |
List<UOM> |
UOMRepository.findByUOM(String uom) |
| Modifier and Type | Method and Description |
|---|---|
UOM |
UOMService.create(UOM uom) |
UOM |
UOMService.findOne(Long id) |
UOM |
UOMService.update(UOM uom) |
| Modifier and Type | Method and Description |
|---|---|
List<UOM> |
UOMService.findAll() |
List<UOM> |
UOMService.findAllOrderByCategory() |
List<UOM> |
UOMService.search(UOM uom) |
| Modifier and Type | Method and Description |
|---|---|
UOM |
UOMService.create(UOM uom) |
List<UOM> |
UOMService.search(UOM uom) |
UOM |
UOMService.update(UOM uom) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.