UnitDao@Deprecated public interface UnitDao extends Dao
UnitModel DAO.| Modifier and Type | Method and Description |
|---|---|
UnitModel |
findUnit(java.lang.String code)
Deprecated.
since ages - as of release 4.3, please use
UnitDao.findUnitsByCode(String) |
@Deprecated UnitModel findUnit(java.lang.String code)
UnitDao.findUnitsByCode(String)code - the UnitModel.CODEcode the UnitModeljava.lang.IllegalArgumentException - if code is null.UnknownIdentifierException - if no unit was foundAmbiguousIdentifierException - if more than one unit was found by this codeCopyright © 2018 SAP SE. All Rights Reserved.