Uses of Class
de.hybris.platform.commerceservices.model.FutureStockModel
Packages that use FutureStockModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of FutureStockModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type FutureStockModelModifier and TypeMethodDescriptionProductModel.getFutureStocks()Generated method - Getter of theProduct.futureStocksattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.product with type arguments of type FutureStockModelModifier and TypeMethodDescriptionvoidProductModel.setFutureStocks(Set<FutureStockModel> value) Generated method - Setter ofProduct.futureStocksattribute defined at extensioncommerceservices. -
Uses of FutureStockModel in de.hybris.platform.sap.saps4omservices.services
Methods in de.hybris.platform.sap.saps4omservices.services that return types with arguments of type FutureStockModel -
Uses of FutureStockModel in de.hybris.platform.sap.saps4omservices.services.impl
Methods in de.hybris.platform.sap.saps4omservices.services.impl that return types with arguments of type FutureStockModelConstructor parameters in de.hybris.platform.sap.saps4omservices.services.impl with type arguments of type FutureStockModelModifierConstructorDescriptionSapS4OMProductAvailabilityImpl(Long currentStockLevel, List<FutureStockModel> futureAvailability, StockLevelModel stockLevelModel) -
Uses of FutureStockModel in de.hybris.platform.sap.sapsalesordersimulation.service
Methods in de.hybris.platform.sap.sapsalesordersimulation.service that return types with arguments of type FutureStockModelModifier and TypeMethodDescriptionAvailabilityService.getFutureAvailability(ProductModel product, Collection<WarehouseModel> warehouses) Get the stock level information for the product and the warehouseSapProductAvailability.getFutureAvailability() -
Uses of FutureStockModel in de.hybris.platform.sap.sapsalesordersimulation.service.impl
Methods in de.hybris.platform.sap.sapsalesordersimulation.service.impl that return types with arguments of type FutureStockModelModifier and TypeMethodDescriptionDefaultAvailabilityService.getFutureAvailability(ProductModel product, Collection<WarehouseModel> warehouses) SapProductAvailabilityImpl.getFutureAvailability()Constructor parameters in de.hybris.platform.sap.sapsalesordersimulation.service.impl with type arguments of type FutureStockModelModifierConstructorDescriptionSapProductAvailabilityImpl(Long currentStockLevel, List<FutureStockModel> futureAvailability, StockLevelModel stockLevelModel)