Uses of Interface
de.hybris.platform.stock.impl.StockLevelDao
-
-
Uses of StockLevelDao in de.hybris.platform.stock.impl
Classes in de.hybris.platform.stock.impl that implement StockLevelDao Modifier and Type Class Description classDefaultStockLevelDaoDefault implementation of theStockLevelDao.Methods in de.hybris.platform.stock.impl that return StockLevelDao Modifier and Type Method Description protected StockLevelDaoDefaultStockService. getStockLevelDao()Methods in de.hybris.platform.stock.impl with parameters of type StockLevelDao Modifier and Type Method Description voidDefaultStockService. setStockLevelDao(StockLevelDao stockLevelDao) -
Uses of StockLevelDao in de.hybris.platform.stock.strategy.impl
Methods in de.hybris.platform.stock.strategy.impl with parameters of type StockLevelDao Modifier and Type Method Description voidDefaultProductAvailabilityStrategy. setStockLevelDao(StockLevelDao stockLevelDao) -
Uses of StockLevelDao in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl that return StockLevelDao Modifier and Type Method Description protected StockLevelDaoDefaultAllocationService. getStockLevelDao()Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type StockLevelDao Modifier and Type Method Description voidDefaultAllocationService. setStockLevelDao(StockLevelDao stockLevelDao) -
Uses of StockLevelDao in de.hybris.platform.warehousing.stock.services.impl
Methods in de.hybris.platform.warehousing.stock.services.impl that return StockLevelDao Modifier and Type Method Description protected StockLevelDaoDefaultWarehouseStockService. getStockLevelDao()Methods in de.hybris.platform.warehousing.stock.services.impl with parameters of type StockLevelDao Modifier and Type Method Description voidDefaultWarehouseStockService. setStockLevelDao(StockLevelDao stockLevelDao) -
Uses of StockLevelDao in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return StockLevelDao Modifier and Type Method Description StockLevelDaoStockLevels. getStockLevelDao()Methods in de.hybris.platform.warehousing.util.models with parameters of type StockLevelDao Modifier and Type Method Description voidStockLevels. setStockLevelDao(StockLevelDao stockLevelDao)
-