| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
VariantOptionDataStockPopulatorTest.mockStockLevelModel() |
protected StockLevelModel |
VariantOptionDataUrlPopulatorTest.mockStockLevelModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>> |
StorePickupDao.getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode,
BaseStoreModel baseStoreModel)
Get stock levels for given given product and base store.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PointOfServiceModel,java.util.List<StockLevelModel>> |
DefaultStorePickupDao.getLocalStockLevelsForProductAndBaseStore(java.lang.String productCode,
BaseStoreModel baseStoreModel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
CommerceAvailabilityCalculationStrategy.calculateAvailability(java.util.Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelStatus |
CommerceStockLevelStatusStrategy.checkStatus(StockLevelModel stockLevel) |
protected long |
DefaultCommerceAvailabilityCalculationStrategy.getAvailableToSellQuantity(StockLevelModel stockLevel)
Get the Available To Sell quantity for a StockLevel.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
DefaultCommerceAvailabilityCalculationStrategy.calculateAvailability(java.util.Collection<StockLevelModel> stockLevels) |
StockLevelStatus |
CommerceStockLevelStatusStrategy.checkStatus(java.util.Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.Set<StockLevelModel> value)
Generated method - Setter of
Product.stockLevels attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<WarehouseModel> |
StockUtils.checkStockLevelWarehouses(java.util.Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
CreateStockLevelWizardHandler.convert(StockLevelForm form) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected StockLevelModel |
StockLevelResource.readResource(java.lang.String resourceId)
Gets the
StockLevelModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StockLevelModel> |
StockLevelsResource.getStockLevelsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<StockLevelModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SapCpiOmsStockLevelPersistenceHook.isInitialStockLevel(StockLevelModel stockLevelModel) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Long |
SapOmsDataHubInboundStockLevelHelper.calculateStockLevelUnShippedQuantity(StockLevelModel stockLevel) |
protected boolean |
SapOmsDataHubInboundStockLevelHelper.isInitialStockLevel(StockLevelModel stockLevelModel) |
protected void |
SapOmsDataHubInboundStockLevelHelper.updateStockLevel(StockLevelModel stockLevelModel,
java.lang.Long quantity) |
| 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 |
|---|---|
java.util.Collection<StockLevelModel> |
StockService.getAllStockLevels(ProductModel product)
Finds the stock levels of the specified product from all warehouses.
|
java.util.Collection<StockLevelModel> |
StockService.getStockLevels(ProductModel product,
java.util.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 |
StockLevelDao.findStockLevel(java.lang.String productCode,
WarehouseModel warehouse)
Finds the stock level of the specified product at the specified warehouse.
|
StockLevelModel |
DefaultStockLevelDao.findStockLevel(java.lang.String productCode,
WarehouseModel warehouse) |
StockLevelModel |
DefaultStockService.getStockLevel(ProductModel product,
WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<StockLevelModel> |
StockLevelDao.findAllStockLevels(java.lang.String productCode)
Finds the stock levels of the specified product from all warehouses.
|
java.util.Collection<StockLevelModel> |
DefaultStockLevelDao.findAllStockLevels(java.lang.String productCode) |
java.util.Collection<StockLevelModel> |
StockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses)
Finds all stock levels of the specified product in the specified warehouses.
|
java.util.Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses) |
java.util.Collection<StockLevelModel> |
StockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
java.util.Collection<StockLevelModel> |
DefaultStockLevelDao.findStockLevels(java.lang.String productCode,
java.util.Collection<WarehouseModel> warehouses,
int preOrderQuantity) |
java.util.Collection<StockLevelModel> |
DefaultStockService.getAllStockLevels(ProductModel product) |
java.util.Collection<StockLevelModel> |
DefaultStockService.getStockLevels(ProductModel product,
java.util.Collection<WarehouseModel> warehouses) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelHistoryEntryModel |
DefaultStockService.createStockLevelHistoryEntry(StockLevelModel stockLevel,
int actual,
int reserved,
StockLevelUpdateType updateType,
java.lang.String comment)
Creates a new stock level history entry.
|
java.lang.Integer |
StockLevelDao.release(StockLevelModel stockLevel,
int amount)
Releases the stock level with the amount.
|
java.lang.Integer |
DefaultStockLevelDao.release(StockLevelModel stockLevel,
int amount) |
java.lang.Integer |
StockLevelDao.reserve(StockLevelModel stockLevel,
int amount)
Reserves the stock level with the amount.
|
java.lang.Integer |
DefaultStockLevelDao.reserve(StockLevelModel stockLevel,
int amount) |
void |
StockLevelDao.updateActualAmount(StockLevelModel stockLevel,
int actualAmount)
Updates the actual stock level with the actual amount.
|
void |
DefaultStockLevelDao.updateActualAmount(StockLevelModel stockLevel,
int actualAmount) |
| 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,
java.util.Date _updateDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelHistoryEntryModel(int _actual,
ItemModel _owner,
int _reserved,
StockLevelModel _stockLevel,
java.util.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(java.util.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(java.util.Collection<StockLevelModel> stockLevels) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
AsnDao.getStockLevelsForAsn(AdvancedShippingNoticeModel asn)
Returns list of
StockLevelModel(s) for the given AdvancedShippingNoticeModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
DefaultAsnDao.getStockLevelsForAsn(AdvancedShippingNoticeModel asn) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
AsnService.getStockLevelsForAsn(AdvancedShippingNoticeModel asn)
Returns list of
StockLevelModel(s) for the given AdvancedShippingNoticeModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
DefaultAsnService.getStockLevelsForAsn(AdvancedShippingNoticeModel advancedShippingNotice) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevels(java.util.Collection<StockLevelModel> stockLevels)
Removes the
StockLevelModel(s) that are either forced out of stock
Or if they belong to cancelled AdvancedShippingNoticeModel |
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(java.util.Collection<StockLevelModel> stockLevels)
Filters the stock level that are external
|
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(java.util.Collection<StockLevelModel> stockLevels)
Filters the stock level that are returned bins
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
WarehousingAvailabilityCalculationStrategy.calculateAvailability(java.util.Collection<StockLevelModel> stockLevels) |
StockLevelStatus |
WarehousingStockLevelStatusStrategy.checkStatus(java.util.Collection<StockLevelModel> stockLevels) |
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevels(java.util.Collection<StockLevelModel> stockLevels)
Removes the
StockLevelModel(s) that are either forced out of stock
Or if they belong to cancelled AdvancedShippingNoticeModel |
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsExternal(java.util.Collection<StockLevelModel> stockLevels)
Filters the stock level that are external
|
protected java.util.Collection<StockLevelModel> |
WarehousingAvailabilityCalculationStrategy.filterStockLevelsReturned(java.util.Collection<StockLevelModel> stockLevels)
Filters the stock level that are returned bins
|
protected java.util.Map<java.lang.String,java.lang.Object> |
WarehousingAvailabilityCalculationStrategy.filterStocks(java.util.Collection<StockLevelModel> stockLevels,
AtpFormulaModel atpFormula)
Filters the
StockLevelModel(s) based on given AtpFormulaModel |
protected AtpFormulaModel |
WarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(java.util.Collection<StockLevelModel> stockLevels)
Gets the default ATP formula based on the current basestore or from the first stock level of the given list
|
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
InventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType)
Retrieves a collection of
InventoryEventModel for the StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
DefaultInventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
InventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType)
Retrieves a collection of
InventoryEventModel for the StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
DefaultInventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType) |
| 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 |
|---|---|
java.util.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(java.util.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,
java.lang.String _reason,
StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CancellationEventModel(java.lang.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 |
|---|---|
java.util.List<StockLevelModel> |
WarehouseStockLevelDao.getFutureStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode)
Retrieves a specific future
StockLevelModel |
java.util.List<StockLevelModel> |
WarehouseStockLevelDao.getStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.util.Date releaseDate)
Retrieves a specific
StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelModel> |
DefaultWarehouseStockLevelDao.getFutureStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode) |
java.util.List<StockLevelModel> |
DefaultWarehouseStockLevelDao.getStockLevels(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.util.Date releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
WarehouseStockService.createStockLevel(java.lang.String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
java.util.Date releaseDate,
java.lang.String bin)
Creates and saves a new
StockLevelModel. |
StockLevelModel |
WarehouseStockService.getUniqueStockLevel(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.util.Date releaseDate)
Retrieves a unique
StockLevelModel. |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
DefaultWarehouseStockService.createStockLevel(java.lang.String productCode,
WarehouseModel warehouse,
int initialQuantityOnHand,
InStockStatus status,
java.util.Date releaseDate,
java.lang.String bin) |
StockLevelModel |
DefaultWarehouseStockService.getUniqueStockLevel(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.util.Date releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<StockLevelModel,java.lang.Long> |
StockLevelSelectionStrategy.getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels,
java.lang.Long quantityToAllocate)
Sorts and splits the
StockLevelModel and returns a Map of StockLevelModel to fulfill the quantity passed. |
java.util.Map<StockLevelModel,java.lang.Long> |
StockLevelSelectionStrategy.getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToCancel)
Extracts the stock levels out of the list
AllocationEventModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<StockLevelModel,java.lang.Long> |
StockLevelSelectionStrategy.getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels,
java.lang.Long quantityToAllocate)
Sorts and splits the
StockLevelModel and returns a Map of StockLevelModel to fulfill the quantity passed. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<StockLevelModel> |
DefaultStockLevelSelectionStrategy.filterAsnCancelledStockLevels(java.util.Collection<StockLevelModel> stockLevels)
Removes the
StockLevelModel(s), which belong to cancelled AdvancedShippingNoticeModel |
java.util.Map<StockLevelModel,java.lang.Long> |
DefaultStockLevelSelectionStrategy.getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels,
java.lang.Long quantityToAllocate) |
java.util.Map<StockLevelModel,java.lang.Long> |
DefaultStockLevelSelectionStrategy.getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToCancel) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultStockLevelSelectionStrategy.addToStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap,
StockLevelModel stockLevel,
long quantityLeft,
java.lang.Long quantityAvailable)
Adds
StockLevelModel and quantity to the Map depending on the quantity left and quantity available. |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultStockLevelSelectionStrategy.addToStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap,
StockLevelModel stockLevel,
long quantityLeft,
java.lang.Long quantityAvailable)
Adds
StockLevelModel and quantity to the Map depending on the quantity left and quantity available. |
protected java.util.List<StockLevelModel> |
DefaultStockLevelSelectionStrategy.filterAsnCancelledStockLevels(java.util.Collection<StockLevelModel> stockLevels)
Removes the
StockLevelModel(s), which belong to cancelled AdvancedShippingNoticeModel |
protected void |
DefaultStockLevelSelectionStrategy.finalizeStockMap(java.util.Map<StockLevelModel,java.lang.Long> stockMap,
long quantityLeft)
If there's still any quantity left, the first entry of the passed Stock map will be increased by this amount.
|
java.util.Map<StockLevelModel,java.lang.Long> |
DefaultStockLevelSelectionStrategy.getStockLevelsForAllocation(java.util.Collection<StockLevelModel> stockLevels,
java.lang.Long quantityToAllocate) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelModel |
StockLevelModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModelBuilder |
CancellationEventModelBuilder.withStockLevel(StockLevelModel stockLevel) |
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,
java.util.Date releaseDate) |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
CancellationEvents.Camera_Cancellation(java.lang.Long quantity,
CancelReason cancelReason,
StockLevelModel stockLevel) |
AllocationEventModel |
AllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity,
StockLevelModel stockLevel) |
AllocationEventModel |
AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(java.lang.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehousingStockLevelPopulator.populate(StockLevelModel source,
StockLevelData target) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
DefaultWarehousingStockLevelFacade.getStockLevelToAdjust(java.lang.String productCode,
java.lang.String warehouseCode,
java.lang.String binCode,
java.lang.String releaseDate)
Validates the release date if provided using the format dd/MM/yyyy and English locale and retrieves a unique
StockLevelModel to adjust. |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingCommentService<StockLevelModel> |
DefaultWarehousingStockLevelFacade.getStockLevelCommentService() |
protected Converter<StockLevelModel,StockLevelData> |
DefaultWarehousingStockLevelFacade.getStockLevelConverter() |
protected PagedGenericDao<StockLevelModel> |
DefaultWarehousingStockLevelFacade.getStockLevelPagedGenericDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingStockLevelFacade.createStockLevelAdjustment(StockLevelModel stockLevelToAdjust,
StockLevelAdjustmentData stockLevelAdjustmentData)
Creates a specific
StockLevelAdjustmentData |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingStockLevelFacade.setStockLevelCommentService(WarehousingCommentService<StockLevelModel> stockLevelCommentService) |
void |
DefaultWarehousingStockLevelFacade.setStockLevelConverter(Converter<StockLevelModel,StockLevelData> stockLevelConverter) |
void |
DefaultWarehousingStockLevelFacade.setStockLevelPagedGenericDao(PagedGenericDao<StockLevelModel> stockLevelPagedGenericDao) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelModel |
AbstractProcessDemoTest.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available) |
protected StockLevelModel |
AbstractProcessDemoTest.createStockLevel(ProductModel product,
WarehouseModel warehouse,
int available,
int overSelling,
int reserved,
InStockStatus status,
int maxStockLevelHistoryCount,
boolean treatNegativeAsZero) |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelHistoryEntryModel |
AbstractProcessDemoTest.createStockLevelHistoryEntry(StockLevelModel stockLevel,
int actual,
int reserved,
StockLevelUpdateType updateType,
java.lang.String comment) |
Copyright © 2018 SAP SE. All Rights Reserved.