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.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. -
Uses of StockLevelHistoryEntryModel in de.hybris.platform.stock.impl
Methods in de.hybris.platform.stock.impl that return StockLevelHistoryEntryModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelDefaultStockService.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment) Creates a new stock level history entry. -
Uses of StockLevelHistoryEntryModel in de.hybris.platform.yacceleratorfulfilmentprocess.test
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.test that return StockLevelHistoryEntryModelModifier and TypeMethodDescriptionprotected StockLevelHistoryEntryModelAbstractProcessDemoTest.createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, String comment)