Uses of Class
de.hybris.platform.ordersplitting.model.StockLevelModel
-
Packages that use StockLevelModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.test de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.stock.model 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 StockLevelModel Modifier and Type Method Description protected 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 StockLevelModel Modifier and Type Method Description protected StockLevelHistoryEntryModelAbstractProcessDemoTest. createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, java.lang.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 StockLevelModel Modifier and Type Method Description java.util.Set<StockLevelModel>ProductModel. getStockLevels()Generated method - Getter of theProduct.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.product with type arguments of type StockLevelModel Modifier and Type Method Description voidProductModel. setStockLevels(java.util.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 StockLevelModel Modifier and Type Method Description java.util.Set<StockLevelModel>WarehouseModel. getStockLevels()Generated method - Getter of theWarehouse.stockLevelsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelModel Modifier and Type Method Description voidWarehouseModel. setStockLevels(java.util.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 StockLevelModel Modifier and Type Method Description StockLevelModelStockLevelHistoryEntryModel. getStockLevel()Generated method - Getter of theStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Methods in de.hybris.platform.stock.model with parameters of type StockLevelModel Modifier and Type Method Description voidStockLevelHistoryEntryModel. setStockLevel(StockLevelModel value)Generated method - Initial setter ofStockLevelHistoryEntry.stockLevelattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.stock.model with parameters of type StockLevelModel Constructor Description StockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, java.util.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, java.util.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
-