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