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 UnitDao
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultUnitDao
public DefaultUnitDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findUnit
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
-
DefaultUnitDaoDefault implementation of the
UnitDao.