Package de.hybris.platform.product.impl
Interface UnitDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultUnitDao
Deprecated, for removal: This API element is subject to removal in a future version.
The
UnitModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useUnitDao.findUnitsByCode(String)
-
Method Details
-
findUnit
Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useUnitDao.findUnitsByCode(String)- Parameters:
code- theUnitModel.CODE- Returns:
- for the given
codetheUnitModel - Throws:
IllegalArgumentException- ifcodeisnull.UnknownIdentifierException- if no unit was foundAmbiguousIdentifierException- if more than one unit was found by this code
-
UnitDao