Uses of Class
de.hybris.platform.stock.model.StockLevelHistoryEntryModel
-
Packages that use StockLevelHistoryEntryModel Package Description de.hybris.platform.ordersplitting.model Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.de.hybris.platform.stock.impl de.hybris.platform.yacceleratorfulfilmentprocess.test -
-
Uses of StockLevelHistoryEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return types with arguments of type StockLevelHistoryEntryModel Modifier and Type Method Description java.util.List<StockLevelHistoryEntryModel>StockLevelModel. getStockLevelHistoryEntries()Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.ordersplitting.model with type arguments of type StockLevelHistoryEntryModel Modifier and Type Method Description voidStockLevelModel. setStockLevelHistoryEntries(java.util.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 StockLevelHistoryEntryModel Modifier and Type Method Description protected StockLevelHistoryEntryModelDefaultStockService. createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, java.lang.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 StockLevelHistoryEntryModel Modifier and Type Method Description protected StockLevelHistoryEntryModelAbstractProcessDemoTest. createStockLevelHistoryEntry(StockLevelModel stockLevel, int actual, int reserved, StockLevelUpdateType updateType, java.lang.String comment)
-