Uses of Class
de.hybris.platform.warehousing.sourcing.util.SourcingLocationBuilder
Packages that use SourcingLocationBuilder
-
Uses of SourcingLocationBuilder in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return SourcingLocationBuilderModifier and TypeMethodDescriptionstatic SourcingLocationBuilderSourcingLocationBuilder.aSourcingLocation()SourcingLocationBuilder.withAvailability(Map<ProductModel, Long> availability) SourcingLocationBuilder.withContext(SourcingContext context) SourcingLocationBuilder.withCustomAvailabilityProductQuantity(ProductModel productModel, Long quantity) Adds an existingProductModelof the specified quantity to the location to be builtSourcingLocationBuilder.withCustomAvailabilitySkuQuantity(String SKUId, Long quantity) Adds a newProductModelof the specified SKU and quantity to the location to be builtSourcingLocationBuilder.withDefaultAvailabilityQuantity(Long quantity) Adds a new Product of the default SKU and the specified quantity to the location to be builtSourcingLocationBuilder.withDistance(Double distance) SourcingLocationBuilder.withPriority(Integer priority) SourcingLocationBuilder.withWarehouse(WarehouseModel warehouse) SourcingLocationBuilder.withWarehouseCode(String id) Creates a newWarehouseModelfrom the given id