Uses of Class
de.hybris.platform.stock.jalo.StockLevelHistoryEntry
-
Packages that use StockLevelHistoryEntry Package Description de.hybris.platform.basecommerce.jalo de.hybris.platform.ordersplitting.jalo -
-
Uses of StockLevelHistoryEntry in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return StockLevelHistoryEntry Modifier and Type Method Description StockLevelHistoryEntryGeneratedBasecommerceManager. createStockLevelHistoryEntry(SessionContext ctx, java.util.Map attributeValues)StockLevelHistoryEntryGeneratedBasecommerceManager. createStockLevelHistoryEntry(java.util.Map attributeValues) -
Uses of StockLevelHistoryEntry in de.hybris.platform.ordersplitting.jalo
Fields in de.hybris.platform.ordersplitting.jalo with type parameters of type StockLevelHistoryEntry Modifier and Type Field Description protected static OneToManyHandler<StockLevelHistoryEntry>GeneratedStockLevel. STOCKLEVELHISTORYENTRIESHANDLEROneToManyHandlerfor handling 1:n STOCKLEVELHISTORYENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.ordersplitting.jalo that return types with arguments of type StockLevelHistoryEntry Modifier and Type Method Description java.util.List<StockLevelHistoryEntry>GeneratedStockLevel. getStockLevelHistoryEntries()Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute.java.util.List<StockLevelHistoryEntry>GeneratedStockLevel. getStockLevelHistoryEntries(SessionContext ctx)Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type StockLevelHistoryEntry Modifier and Type Method Description voidGeneratedStockLevel. addToStockLevelHistoryEntries(SessionContext ctx, StockLevelHistoryEntry value)Generated method - Addsvalueto stockLevelHistoryEntries.voidGeneratedStockLevel. addToStockLevelHistoryEntries(StockLevelHistoryEntry value)Generated method - Addsvalueto stockLevelHistoryEntries.voidGeneratedStockLevel. removeFromStockLevelHistoryEntries(SessionContext ctx, StockLevelHistoryEntry value)Generated method - Removesvaluefrom stockLevelHistoryEntries.voidGeneratedStockLevel. removeFromStockLevelHistoryEntries(StockLevelHistoryEntry value)Generated method - Removesvaluefrom stockLevelHistoryEntries.Method parameters in de.hybris.platform.ordersplitting.jalo with type arguments of type StockLevelHistoryEntry Modifier and Type Method Description voidGeneratedStockLevel. setStockLevelHistoryEntries(SessionContext ctx, java.util.List<StockLevelHistoryEntry> value)Generated method - Setter of theStockLevel.stockLevelHistoryEntriesattribute.voidGeneratedStockLevel. setStockLevelHistoryEntries(java.util.List<StockLevelHistoryEntry> value)Generated method - Setter of theStockLevel.stockLevelHistoryEntriesattribute.
-