Uses of Class
de.hybris.platform.stock.jalo.StockLevelHistoryEntry
Packages that use StockLevelHistoryEntry
-
Uses of StockLevelHistoryEntry in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo that return StockLevelHistoryEntryModifier and TypeMethodDescriptionGeneratedBasecommerceManager.createStockLevelHistoryEntry(SessionContext ctx, Map attributeValues) GeneratedBasecommerceManager.createStockLevelHistoryEntry(Map attributeValues) -
Uses of StockLevelHistoryEntry in de.hybris.platform.ordersplitting.jalo
Fields in de.hybris.platform.ordersplitting.jalo with type parameters of type StockLevelHistoryEntryModifier and TypeFieldDescriptionprotected static final 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 StockLevelHistoryEntryModifier and TypeMethodDescriptionGeneratedStockLevel.getStockLevelHistoryEntries()Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute.GeneratedStockLevel.getStockLevelHistoryEntries(SessionContext ctx) Generated method - Getter of theStockLevel.stockLevelHistoryEntriesattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type StockLevelHistoryEntryModifier and TypeMethodDescriptionvoidGeneratedStockLevel.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 StockLevelHistoryEntryModifier and TypeMethodDescriptionvoidGeneratedStockLevel.setStockLevelHistoryEntries(SessionContext ctx, List<StockLevelHistoryEntry> value) Generated method - Setter of theStockLevel.stockLevelHistoryEntriesattribute.voidGeneratedStockLevel.setStockLevelHistoryEntries(List<StockLevelHistoryEntry> value) Generated method - Setter of theStockLevel.stockLevelHistoryEntriesattribute.