Uses of Class
de.hybris.platform.ordersplitting.model.StockLevelModel
Packages that use StockLevelModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.stock.jalo package.
-
Uses of StockLevelModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelModelAbstractProcessDemoTest.createStockLevel(ProductModel product, WarehouseModel warehouse, int available) protected StockLevelModelAbstractProcessDemoTest.createStockLevel(ProductModel product, WarehouseModel warehouse, int available, int overSelling, int reserved, InStockStatus status, int maxStockLevelHistoryCount, boolean treatNegativeAsZero) Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test with parameters of type StockLevelModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelAbstractProcessDemoTest.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment) -
Uses of StockLevelModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type StockLevelModelModifier and TypeMethodDescriptionProductModel.getStockLevels()Generated method - Getter of theProduct.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.product with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidProductModel.setStockLevels(Set<StockLevelModel> value) Generated method - Setter ofProduct.stockLevelsattribute defined at extensionbasecommerce. -
Uses of StockLevelModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type StockLevelModelModifier and TypeMethodDescriptionWarehouseModel.getStockLevels()Generated method - Getter of theWarehouse.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelModelModifier and TypeMethodDescriptionvoidWarehouseModel.setStockLevels(Set<StockLevelModel> value) Generated method - Setter ofWarehouse.stockLevelsattribute defined at extensionbasecommerce. -
Uses of StockLevelModel in de.hybris.platform.stock.model
Methods in de.hybris.platform.stock.model that return StockLevelModelModifier and TypeMethodDescriptionStockLevelHistoryEntryModel.getStockLevel()Generated method - Getter of theStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Methods in de.hybris.platform.stock.model with parameters of type StockLevelModelModifier and TypeMethodDescriptionvoidStockLevelHistoryEntryModel.setStockLevel(StockLevelModel value) Generated method - Initial setter ofStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.stock.model with parameters of type StockLevelModelModifierConstructorDescriptionStockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, Date _updateDate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, Date _updateDate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters