@Transactional(readOnly=true) public class UOMDao extends Object
| Constructor and Description |
|---|
UOMDao() |
| Modifier and Type | Method and Description |
|---|---|
List<UOM> |
findAllUom() |
List<UOM> |
getAllUomsWithinCategoryByUom(Integer uomId) |
BigDecimal |
getConversionFactorByFromUomToUom(Integer fromuomId,
Integer touomId) |
BigDecimal |
getConversionFactorByUom(Integer uomId) |
public List<UOM> getAllUomsWithinCategoryByUom(Integer uomId) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionpublic BigDecimal getConversionFactorByUom(Integer uomId) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionpublic BigDecimal getConversionFactorByFromUomToUom(Integer fromuomId, Integer touomId) throws org.egov.infra.validation.exception.ValidationException
org.egov.infra.validation.exception.ValidationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.