Package de.hybris.platform.product.impl
Interface UnitDao
-
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultUnitDao
@Deprecated public interface UnitDao extends Dao
Deprecated.since ages - as of release 4.3, please useUnitDaoTheUnitModelDAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UnitModelfindUnit(java.lang.String code)Deprecated.since ages - as of release 4.3, please useUnitDao.findUnitsByCode(String)
-
-
-
Method Detail
-
findUnit
@Deprecated UnitModel findUnit(java.lang.String code)
Deprecated.since ages - as of release 4.3, please useUnitDao.findUnitsByCode(String)- Parameters:
code- theUnitModel.CODE- Returns:
- for the given
codetheUnitModel - Throws:
java.lang.IllegalArgumentException- ifcodeisnull.UnknownIdentifierException- if no unit was foundAmbiguousIdentifierException- if more than one unit was found by this code
-
-