Package de.hybris.platform.product.impl
Class DefaultUnitDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.product.impl.DefaultUnitDao
-
@Deprecated public class DefaultUnitDao extends AbstractItemDao implements UnitDao
Deprecated.since ages - as of release 4.3, please useDefaultUnitDaoDefault implementation of the
UnitDao.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultUnitDao()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UnitModelfindUnit(java.lang.String code)Deprecated.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
findUnit
public UnitModel findUnit(java.lang.String code)
Deprecated.- Specified by:
findUnitin interfaceUnitDao- Parameters:
code- theUnitModel.CODE- Returns:
- for the given
codetheUnitModel
-
-