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(since="ages", forRemoval=true) public class DefaultUnitDao extends AbstractItemDao implements UnitDaoDeprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UnitModelfindUnit(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.-
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, for removal: This API element is subject to removal in a future version.- Specified by:
findUnitin interfaceUnitDao- Parameters:
code- theUnitModel.CODE- Returns:
- for the given
codetheUnitModel
-
-