| Modifier and Type | Method and Description |
|---|---|
Long |
InStoreAvailabilityCalculationStrategy.calculateAvailability(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
Set<StockLevelModel> |
ProductModel.getStockLevels()
Generated method - Getter of the
Product.stockLevels attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setStockLevels(Set<StockLevelModel> value)
Generated method - Setter of
Product.stockLevels attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
static List<WarehouseModel> |
StockUtils.checkStockLevelWarehouses(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
Set<StockLevelModel> |
WarehouseModel.getStockLevels()
Generated method - Getter of the
Warehouse.stockLevels attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setStockLevels(Set<StockLevelModel> value)
Generated method - Setter of
Warehouse.stockLevels attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelResource.getStockLevelModel()
Convenience method which just delegates to
#getResourceValue() |
protected StockLevelModel |
StockLevelResource.readResource(String resourceId)
Gets the
StockLevelModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<StockLevelModel> |
StockLevelsResource.getStockLevelsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelResource.setStockLevelModel(StockLevelModel value)
Convenience method which just delegates to
#setResourceValue(StockLevelModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelsResource.setStockLevelsCollection(Collection<StockLevelModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockService.getStockLevel(ProductModel product,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StockLevelModel> |
StockService.getAllStockLevels(ProductModel product)
Finds the stock levels of the specified product from all warehouses.
|
Collection<StockLevelModel> |
StockService.getStockLevels(ProductModel product,
Collection<WarehouseModel> warehouses)
Finds all stock levels of the specified product in the specified warehouses.
|
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
DefaultStockService.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available)
Creates a new stock level.
|
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.
|
StockLevelModel |
DefaultStockLevelDao.findStockLevel(String productCode,
WarehouseModel warehouse) |
StockLevelModel |
StockLevelDao.findStockLevel(String productCode,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
StockLevelModel |
DefaultStockService.StockLevelTransactionBody.getStockLevel()
Deprecated.
|
StockLevelModel |
DefaultStockService.getStockLevel(ProductModel product,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StockLevelModel> |
DefaultStockLevelDao.findAllStockLevels(String productCode) |
Collection<StockLevelModel> |
StockLevelDao.findAllStockLevels(String productCode)
Finds the stock levels of the specified product from all warehouses.
|
Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses) |
Collection<StockLevelModel> |
StockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses)
Finds all stock levels of the specified product in the specified warehouses.
|
Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
Collection<StockLevelModel> |
StockLevelDao.findStockLevels(String productCode,
Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
Collection<StockLevelModel> |
DefaultStockService.getAllStockLevels(ProductModel product) |
Collection<StockLevelModel> |
DefaultStockService.getStockLevels(ProductModel product,
Collection<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelHistoryEntryModel |
DefaultStockService.createStockLevelHistoryEntry(StockLevelModel stockLevel,
int actual,
int reserved,
StockLevelUpdateType updateType,
String comment)
Creates a new stock level history entry.
|
Integer |
DefaultStockLevelDao.release(StockLevelModel stockLevel,
int amount) |
Integer |
StockLevelDao.release(StockLevelModel stockLevel,
int amount)
Releases the stock level with the amount.
|
Integer |
DefaultStockLevelDao.reserve(StockLevelModel stockLevel,
int amount) |
Integer |
StockLevelDao.reserve(StockLevelModel stockLevel,
int amount)
Reserves the stock level with the amount.
|
void |
DefaultStockLevelDao.updateActualAmount(StockLevelModel stockLevel,
int actualAmount) |
void |
StockLevelDao.updateActualAmount(StockLevelModel stockLevel,
int actualAmount)
Updates the actual stock level with the actual amount.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelHistoryEntryModel.getStockLevel()
Generated method - Getter of the
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelHistoryEntryModel.setStockLevel(StockLevelModel value)
Generated method - Initial setter of
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
StockLevelHistoryEntryModel(int _actual,
int _reserved,
StockLevelModel _stockLevel,
Date _updateDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StockLevelHistoryEntryModel(int _actual,
ItemModel _owner,
int _reserved,
StockLevelModel _stockLevel,
Date _updateDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
StockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel)
Checks the status of the specified
StockLevel. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
StockLevelStatusStrategy.checkStatus(Collection<StockLevelModel> stockLevels)
Checks the status of the specified
StockLevels. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
DefaultStockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
DefaultStockLevelStatusStrategy.checkStatus(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevels(Collection<StockLevelModel> stockLevels)
Filters the stock level that are forced out of stock
|
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(Collection<StockLevelModel> stockLevels)
Filters the stock level that are external
|
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(Collection<StockLevelModel> stockLevels)
Filters the stock level that are returned bins
|
| Modifier and Type | Method and Description |
|---|---|
Long |
WarehousingAvailabilityCalculationStrategy.calculateAvailability(Collection<StockLevelModel> stockLevels) |
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevels(Collection<StockLevelModel> stockLevels)
Filters the stock level that are forced out of stock
|
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(Collection<StockLevelModel> stockLevels)
Filters the stock level that are external
|
protected Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(Collection<StockLevelModel> stockLevels)
Filters the stock level that are returned bins
|
protected AtpFormulaModel |
WarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(Collection<StockLevelModel> stockLevels)
Gets the default ATP formula based on the current basestore or from the first stock level of the given list
|
protected Map<String,Object> |
WarehousingAvailabilityCalculationStrategy.setupParameters(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
InventoryEventModel.getStockLevel()
Generated method - Getter of the
InventoryEvent.stockLevel attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
Set<StockLevelModel> |
AdvancedShippingNoticeEntryModel.getStockLevels()
Generated method - Getter of the
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventModel.setStockLevel(StockLevelModel value)
Generated method - Setter of
InventoryEvent.stockLevel attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeEntryModel.setStockLevels(Set<StockLevelModel> value)
Generated method - Setter of
AdvancedShippingNoticeEntry.stockLevels attribute defined at extension warehousing. |
| Constructor and Description |
|---|
AllocationEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AllocationEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CancellationEventModel(ItemModel _owner,
String _reason,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CancellationEventModel(String _reason,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
IncreaseEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
IncreaseEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InventoryEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InventoryEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReservationEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReservationEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ShrinkageEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ShrinkageEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WastageEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WastageEventModel(StockLevelModel _stockLevel)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelModel> |
WarehouseStockLevelDao.getStockLevels(String productCode,
String warehouseCode,
String binCode,
Date releaseDate)
Retrieves a specific
StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelModel> |
DefaultWarehouseStockLevelDao.getStockLevels(String productCode,
String warehouseCode,
String binCode,
Date releaseDate) |
| 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. |
StockLevelModel |
WarehouseStockService.getUniqueStockLevel(String productCode,
String warehouseCode,
String binCode,
Date releaseDate)
Retrieves a unique
StockLevelModel. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultWarehouseStockService.createStockLevel(String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
Date releaseDate,
String bin) |
StockLevelModel |
DefaultWarehouseStockService.getUniqueStockLevel(String productCode,
String warehouseCode,
String binCode,
Date releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelSelectionStrategy.getStockLevelForAllocation(Collection<StockLevelModel> stockLevels)
Selects a stock level that stock can be allocated from
|
StockLevelModel |
StockLevelSelectionStrategy.getStockLevelForCancellation(Collection<StockLevelModel> stockLevels)
Selects a stock level to assign cancelled stock
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelSelectionStrategy.getStockLevelForAllocation(Collection<StockLevelModel> stockLevels)
Selects a stock level that stock can be allocated from
|
StockLevelModel |
StockLevelSelectionStrategy.getStockLevelForCancellation(Collection<StockLevelModel> stockLevels)
Selects a stock level to assign cancelled stock
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultStockLevelSelectionStrategy.getStockLevelForAllocation(Collection<StockLevelModel> stockLevels) |
StockLevelModel |
DefaultStockLevelSelectionStrategy.getStockLevelForCancellation(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultStockLevelSelectionStrategy.getStockLevelForAllocation(Collection<StockLevelModel> stockLevels) |
StockLevelModel |
DefaultStockLevelSelectionStrategy.getStockLevelForCancellation(Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModelBuilder |
AllocationEventModelBuilder.withStockLevel(StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevels.Camera(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.Lens(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.MemoryCard(WarehouseModel warehouse,
int quantity) |
StockLevelModel |
StockLevels.NewStockLevel(ProductModel product,
WarehouseModel warehouse,
int quantity) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(Long quantity,
StockLevelModel stockLevel) |
AllocationEventModel |
AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(Long quantity,
StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
StockToAdjustController.getStockLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockToAdjustController.initStockLevelAdjustmentForm(StockLevelModel inputObject)
Initialize the popup to create stock level adjustment(s)
|
void |
StockToAdjustController.setStockLevel(StockLevelModel stockLevel) |
Copyright © 2017 SAP SE. All Rights Reserved.