| Package | Description |
|---|---|
| de.hybris.platform.warehousing.sourcing.util |
| Modifier and Type | Method and Description |
|---|---|
static SourcingLocationBuilder |
SourcingLocationBuilder.aSourcingLocation() |
SourcingLocationBuilder |
SourcingLocationBuilder.withAvailability(Map<ProductModel,Long> availability) |
SourcingLocationBuilder |
SourcingLocationBuilder.withContext(SourcingContext context) |
SourcingLocationBuilder |
SourcingLocationBuilder.withCustomAvailabilityProductQuantity(ProductModel productModel,
Long quantity)
Adds an existing
ProductModel of the specified quantity to the location to be built |
SourcingLocationBuilder |
SourcingLocationBuilder.withCustomAvailabilitySkuQuantity(String SKUId,
Long quantity)
Adds a new
ProductModel of the specified SKU and quantity to the location to be built |
SourcingLocationBuilder |
SourcingLocationBuilder.withDefaultAvailabilityQuantity(Long quantity)
Adds a new Product of the default SKU and the specified quantity to the location to be built
|
SourcingLocationBuilder |
SourcingLocationBuilder.withDistance(Double distance) |
SourcingLocationBuilder |
SourcingLocationBuilder.withPriority(Integer priority) |
SourcingLocationBuilder |
SourcingLocationBuilder.withWarehouse(WarehouseModel warehouse) |
SourcingLocationBuilder |
SourcingLocationBuilder.withWarehouseCode(String id)
Creates a new
WarehouseModel from the given id |
Copyright © 2017 SAP SE. All Rights Reserved.