| Package | Description |
|---|---|
| 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.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.stock | |
| de.hybris.platform.stock.impl | |
| de.hybris.platform.warehousing.stock.services | |
| de.hybris.platform.warehousing.stock.services.impl | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousingfacade.product.data |
| Modifier and Type | Method and Description |
|---|---|
static InStockStatus |
InStockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InStockStatus[] |
InStockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
StockData.getInStockStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockData.setInStockStatus(InStockStatus inStockStatus) |
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
StockLevelModel.getInStockStatus()
Generated method - Getter of the
StockLevel.inStockStatus attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelModel.setInStockStatus(InStockStatus value)
Generated method - Setter of
StockLevel.inStockStatus attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
StockService.getInStockStatus(ProductModel product,
WarehouseModel warehouse)
Checks the stock level status of the product in the specified warehouses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StockService.setInStockStatus(ProductModel product,
Collection<WarehouseModel> warehouses,
InStockStatus status)
Sets the in stock status of all stock levels of the product in the specified warehouses.
|
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
DefaultStockService.getInStockStatus(ProductModel product,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
DefaultStockService.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available,
int overSelling,
int reserved,
InStockStatus status,
int maxStockLevelHistoryCount,
boolean treatNegativeAsZero)
Creates a new stock level.
|
void |
DefaultStockService.setInStockStatus(ProductModel product,
Collection<WarehouseModel> warehouses,
InStockStatus status) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
WarehouseStockService.createStockLevel(String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
Date releaseDate,
String bin)
Creates and saves a new
StockLevelModel. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultWarehouseStockService.createStockLevel(String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
Date releaseDate,
String bin) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModelBuilder |
StockLevelModelBuilder.withInStockStatus(InStockStatus inStockStatus) |
| Modifier and Type | Method and Description |
|---|---|
InStockStatus |
StockLevelData.getInStockStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelData.setInStockStatus(InStockStatus inStockStatus) |
Copyright © 2017 SAP SE. All Rights Reserved.