| Package | Description |
|---|---|
| de.hybris.instore.solrfacetsearch.provider.impl | |
| de.hybris.platform.basecommerce.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.commercefacades.product.data | |
| de.hybris.platform.stock | |
| de.hybris.platform.stock.impl | |
| de.hybris.platform.stock.strategy | |
| de.hybris.platform.stock.strategy.impl | |
| de.hybris.platform.warehousing.atp.services.impl |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelStatus |
InStoreProductAvailabilityProvider.getProductStockLevelStatus(ProductModel product,
PointOfServiceModel pointOfService)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static StockLevelStatus |
StockLevelStatus.INSTOCK
Generated enum value for StockLevelStatus.inStock declared at extension basecommerce.
|
static StockLevelStatus |
StockLevelStatus.LOWSTOCK
Generated enum value for StockLevelStatus.lowStock declared at extension commerceservices.
|
static StockLevelStatus |
StockLevelStatus.OUTOFSTOCK
Generated enum value for StockLevelStatus.outOfStock declared at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
static StockLevelStatus |
StockLevelStatus.valueOf(String code)
Returns a StockLevelStatus instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
StockData.getStockLevelStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockData.setStockLevelStatus(StockLevelStatus stockLevelStatus) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
StockService.getProductStatus(ProductModel product,
Collection<WarehouseModel> warehouses)
Checks the stock level status of the product in all specified warehouses.
|
StockLevelStatus |
StockService.getProductStatus(ProductModel product,
WarehouseModel warehouse)
Checks the stock level status of the product in the specified warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
DefaultStockService.getProductStatus(ProductModel product,
Collection<WarehouseModel> warehouses) |
StockLevelStatus |
DefaultStockService.getProductStatus(ProductModel product,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
StockLevelStatusStrategy.checkStatus(Collection<StockLevelModel> stockLevels)
Checks the status of the specified
StockLevels. |
StockLevelStatus |
StockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel)
Checks the status of the specified
StockLevel. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
DefaultStockLevelStatusStrategy.checkStatus(Collection<StockLevelModel> stockLevels) |
StockLevelStatus |
DefaultStockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
WarehousingCommerceStockService.getStockLevelStatusForProductAndPointOfService(ProductModel product,
PointOfServiceModel pointOfService) |
Copyright © 2017 SAP SE. All Rights Reserved.