Uses of Class
de.hybris.platform.stock.model.StockLevelHistoryEntryModel
Packages that use StockLevelHistoryEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of StockLevelHistoryEntryModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return StockLevelHistoryEntryModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelAbstractProcessDemoTest.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment) -
Uses of StockLevelHistoryEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type StockLevelHistoryEntryModelModifier and TypeMethodDescriptionStockLevelModel.getStockLevelHistoryEntries()Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelHistoryEntryModelModifier and TypeMethodDescriptionvoidStockLevelModel.setStockLevelHistoryEntries(List<StockLevelHistoryEntryModel> value) Generated method - Setter ofStockLevel.stockLevelHistoryEntriesattribute defined at extensionbasecommerce.